body {
}

#my-nav {
    /* height: 6rem; */
    margin: 0 !important;
    padding: 0 !important;
}

/* .nav-img{
    width: 160px;
    height: 80px;
} */
header.backImage {
    /* background-color: rgb(206, 228, 7); */
    background-image: url("../img/header.jpeg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

    header.backImage .backImage-sub {
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-style: italic;
        font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    header.backImage .backImage-heading {
        font-size: 3rem;
        font-weight: 700;
        line-height: 3rem;
        margin-bottom: 2rem;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

.my-img {
    border: 1px solid;
    border-radius: 50%;
}

#my-navbar a {
    color: rgb(64, 189, 26);
}

    #my-navbar a:hover {
        text-decoration-line: underline !important;
        color: rgba(64, 189, 26, 0.5) !important;
    }

#my-navbar {
    /* height: 4rem !important; */
    width: 28rem;
}

    #my-navbar li {
        margin: 1rem 2rem;
    }

#full-img {
    /* display: block; */
    width: 100vw;
    height: 100vh;
    border: 5px solid red;
}

 .why-main{
    color:white;  
} 



.why-section1 {
    background-color: rgb(217, 141, 58);
}

form {
    background-color: #432630;
    background-repeat: no-repeat;
    background-image: url("../img/map.png");
    background-position: center center;
}

/* .logo{
    width: 10%;
    height: 10%;
} */
.why-img img {
    height: 160px !important;
}

.contact-head {
    text-align: center;
    color: antiquewhite;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#how {
    height: 100%;
    width: 100%;
    background-image: url(../img/shutterstock_451077043-hero1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding:200px 0px ;
}






.how-head-btn a {
    height: 100%;
    width: 100%;
    background-image: url(../img/shutterstock_451077043-hero1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*.how-head-main {*/
/* height: 50%; */
/* height: auto;
    width: 100%; */
/*}*/
@media screen and (min-width: 600px) and (max-width: 900px) {
    .how-head {
        font-size: 45px;
    }
}
