body{
    padding: 0;
    margin: 0cm;
    background-color: white;
}
.container{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
ul{
    margin: 0;
    padding: 0cm;
}
header{
    background: #143059;
    color: oldlace;
    padding: 2px;
}
header a{
    color: oldlace;
    font-size: 20 px;
}
header li{
    display: inline;
    padding:0px 20px;
}
#caption{
    float: left;
}
#caption h1{
    margin:0;
}
    
header nav{
    float: right;
    margin-top: 20px;
}
header .highlight, header .current a{
    color: rgb(247, 202, 3);
    font-weight: bold;
}
header a:hover{
    color: rgb(247, 202, 3);
    font-weight: bold;
}
#main{
    min-height: 400px;
    background-image: url('https://itxitpro.com/front/img/web-development-services.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: beige;
}
#main h1{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 75px;
    font-family: 'Abrial Fatface';
}
#search{
    padding: 20px;
    background: #143059;
}
#images{
    
    padding: 10px;
}
#images .box{
    float: left;
    text-align: center;
    padding: 10px;
    width: 30%;
}
#images .box img{
    min-height: 100px;
    padding: 10px;
    align-self: auto;
}
#images .box h3{
    font-weight: bolder;
    font-size: 20px;
}
#images .box p{
    font-family: 'lobster', cursive;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    margin-right: 50px;
    margin-left: 50px;
    align-self: auto;

    
}
#slogan h2{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: rgb(66, 126, 6);
    margin-top: 70px;
    margin-bottom: 50px;
}
#slogan p{
    text-align: center;
    font-size: 20px;
    font-family: 'lobster', cursive;
    font-style: italic;
    font-weight: 700;
}
#forms h4{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Abril Fatface' , Cambria, Cochin, Georgia, Times, 'Times New Roman', serifs;
}
#forms{
    background-color: cornsilk;
    margin-left: 30%;
    margin-right: 30%;
    
}
#forms .formgroup{
    padding-bottom: 15px;
    font-size: 20px;
    color: chocolate;
    font-weight: bold;
}
#forms label{
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}
#video h2{
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: rgb(66, 126, 6);
    margin-top: 70px;
    margin-bottom: 50px;
}
#video .frame{
    margin-top: 25px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30 px;
}
footer{
    padding: 20px;
    margin-top: 20px;
    color: cornsilk;
    background: #143059;
    text-align: center;
}


