body{
    font-family: 'Slabo 27px', ;
}
h1{
    font-size: 50px;
}
.name-hilight{
    color: orange;
    font-weight: bold;
}
.half-width{
    width: 40%;
    float: left;
    margin-left: 5%;
    padding-left: 2%;
}
.half-width img{
    width: 100%;
}
.top-banner{
    background-image: url(images/header-bg.png);
    background-size: cover;
    padding-bottom: 100px;
    overflow: hidden;
    
}
section{
    height: 500px;
    padding-bottom: 150px;
}
h1 span{
    color: orange;
}
p{
    padding-bottom: 10px;
}
.anchor-button{
    background: linear-gradient(45deg,lightsalmon, tomato);
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;

}

.middle1-banner{
    background-image: url(images/biography-bg.png);
    overflow: hidden;
    background-size: cover;

}
.middle-width img{
    width: 450px;
    height: 500px;
    padding-top:20px;
}
.middle-width{
   float: left;
   margin-left: 5%;
   padding-left: 2%;
}
.middle-half{
    padding-top: 149px;
    margin-left: 43%;
    padding-left: 5%;
    padding-right: 5%;
}

.latest-work{
    background-image: url(images/latest-work-bg.png);
    text-align: center;
    margin: 10px;
    padding: 56px;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;

}


.demo-one img {
    width: 100%;
    height: auto;
}

.demo-one {
    margin-top: 50px;
    width: 28%;
    float: left;
    padding-left: 50px;
   
}
.client{
    padding-top: 4px;
    padding-bottom: 8px;
}

.footer-area{
    background-image: url(images/footer-bg.png);
    text-align: center;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}
.message-box{
    background-color:crimson;
    margin-left: 430px;
    margin-right: 430px;
    border-radius: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
}
#email{
    font-weight: bold;
    font-size: larger;

}
#footer{
    padding-top: 100px;
}