*{
    box-sizing: border-box;
    padding:0px;
    margin:0px;
}
body{
    background-image: url('../img/strip-bg.jpg');
}
.container{
    margin-left: auto;
    margin-right: auto;
    width:90%;
    background-color: white;
    padding: 2% 1%;
}
/************************************* START HOME ****************************/
        /***************************** START NAV  ***********************/
nav{
    margin-bottom: 2%;
    background-color: rgba(204,153,0,0.95);
    /* position: fixed; */
    width: 100%;
   
    top:0; 
}
nav ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left:4%;
}
nav ul li{
    margin-left:7%;
    padding: 2% 2%;
    margin-top: 3%;
    height: 5%;
}
nav ul li:not(:first-of-type):hover{
    background-color:#9a6600;

}
nav ul li a{
    text-decoration: none;
    color:white;
    font-size: 150%;
}
nav ul li:first-of-type{
    margin-left:0%;
    font-size: 160%;
    margin: 2%;
    padding: 2.5% 4%;
    border: 1px solid white;
}
        /***************************** END  NAV  ***********************/
.home{
    background-image: url('../img/strip-bg-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}
.home div , .about div{
    width: 48%;
}
.home .intro , .about .intro{
    background-color: white;
    margin: 2% 2% 2% 0%;
    border-top-right-radius: 70%;
    border-bottom-right-radius: 70%;
    padding: 4%;
}
.home .intro h2 , .about .intro h2{
    font-size: 2.5rem;
    color:#00599a;
    font-weight: 100;
    margin-bottom: 5%;;
}
.home .intro p ,
.home .mission p ,
.about .intro p ,
.services .ser-info p,
.contact .cont-info p
{
    font-size: 1.4rem;
    line-height: 2;
    width:82%;
    margin-top: 6%;
}
.home .mission{
    padding: 5%;
    color:white;
}
.home .mission h2{ 
    margin-top: 20%;
    font-size: 2.5rem;
    font-weight: 100;
    margin-bottom: 10%;
}
.home .mission h2{ 
    margin-top: 5%;
    margin-bottom: 5%;
}    
/************************************* END HOME   ****************************/

/************************************* START SERVICES ****************************/
.services
{
    background-image: url('../img/strip-bg-02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}
.services div , .contact div{
    width: 50%;
}
.services .image .contain-img{
    margin-top: 23%;
    padding-left: 12%;
    width: 80%;
    height: 300px;
}
.services .image .contain-img img{
    width: 100%;
    height: 100%;
}
.services .ser-info , .contact .cont-info{
    background-color: white;
    margin: 2% 0% 2% 0%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding: 4% 12%;
    padding-right:0%;
}
.services .ser-info h2 , .contact .cont-info h2{
    margin-top: 2%;
    font-size: 2.5rem;
    color:#882f33;
    font-weight: 100;
    margin-bottom: 5%;
}
.services .ser-info p{
    width:80%;
}
/************************************* END SERVICES   ****************************/

/************************************* START ABOUT ****************************/
.about{
    background-image: url('../img/strip-bg-03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}
.about .intro h2{
    color:#333333;
    margin-top: 12%;
    margin-bottom: 7%;
}
.about .intro p{
    margin: 5% 0%;
}
.about .intro p:last-of-type{
    margin-bottom: 10%;
}
.about .image .contain-img {
    margin-top: 30%;
    margin-left: 10%;
    width: 80%;
    height: 10%;
}
.about .image .contain-img img{
    width: 100%;
    height: 300px;
}
/************************************* END ABOUT   ****************************/

/************************************* START CONTACT ****************************/
.contact{
    background-image: url('../img/strip-bg-04.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}
.contact .cont-form{
    padding: 5%;
}
.contact .cont-form h2{
    margin-top: 25%;
    font-size: 2.5rem;
    color:white;
    font-weight: 100;
    margin-bottom: 5%;;
}
.contact .cont-form form{
    display: flex;
    flex-wrap: wrap;
}
.contact .cont-form form input, .contact .cont-form form textarea{
    margin: 5%;
    padding: 5%;
    width:90%;
    background-color: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(204, 204, 204, 0.43);
}
.contact .cont-form form .part2-form textarea{
   height: 190px;
}
.contact .cont-form form .part2-form input{
    width: 90%;
    color:white;
    padding: 7%;
}
.contact .cont-info h2,
.contact .cont-info h4,
.contact .cont-info span{
    color:#2A8885;
}
.contact .cont-info h4{
    margin-top: 3%;
    font-size: 1.5rem;
    font-weight: 100;
    margin-bottom: -4%;
}
.copy{
    background-image: url('../img/strip-bg-05.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}
.copy p{
    width:100%;
    padding: 2%;
    font-size: 120%;
    color: white;
    padding-left: 33%;
}
/************************************* END CONTACT   ****************************/

/************************************* START MEDIA ****************************/
@media (max-width:766px) {
    .home .mission{
        padding: 15%;
    }
    .home .mission h2{ 
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .home .mission p{
        font-size: 1.2em;
        width: 100%;
    }
    .services .ser-info p{
        font-size: 1.2em;
    }
     .services .image .contain-img{
         margin-left: 0%;
         width: 90%;
    }
    .contact .cont-info p{
        margin-top: 1.5%;
        font-size: 1.2em;
        width: 95%;
    }
}
@media (max-width:991px) {
    nav ul li{
        margin-left:2%;
    }
    .home div , .about div{
        width:100%;
    }
    .services div , .contact div{
        width: 100%;
    }
    .services .image .contain-img{
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        margin-bottom: 5%;
        width: 50%;
        height: 250px;
    }
    .services .ser-info , .contact .cont-info{
        border-top-left-radius: 43%;
        border-bottom-left-radius: 43%;
        margin: 2% 0% 2% 2%;
        padding: 4% 0% 4% 25%;
    }
    .services .image .contain-img{
        margin-left: 10%;
        width: 70%;
    }
    .services .ser-info h2 , .contact .cont-info h2{
        margin-top: 10%;
        margin-bottom: 0%;
    }
    .services .ser-info p{
        width:95%;
    }
    .services .ser-info :last-of-type{
        margin-bottom: 10%;
    }  
    .about .image .contain-img {
        margin-top: 10%;
        margin-bottom: 10%;
        height: 10%;
        }  
}
@media ( max-width:1199px) {
    nav ul li{
        margin-left:6%;
    }
}
/************************************* END MEDIA   ****************************/