* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.5s;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
body{
    overflow: hidden;
}

.container-fluid{
    width: 100%;
    height: 100%;
    background:url(images/levi-meir-clancy-i7-s2wuykiU-unsplash.jpg)
     center / cover;
     background-blend-mode: multiply;
     background-color: gray;
     background-repeat: no-repeat;
     background-position-y: -35px;
     background-size: 100%;
}

.container{
    width: 100%;
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.Logo{
    color: #fff;
    cursor: pointer;
    width: 12%;
    position: absolute;
    left: 0;
   top:0;
    opacity: .9;
}
.alt-logo{
    color: #fff;
    cursor: pointer;
    width: 10%;
    position: absolute;
    left: 0;
    top:-2%;
    opacity: .9;
}
.bait{
    visibility: hidden;
}

nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li{
    margin-right: 30px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.active {
    color: #058283;
}
nav ul li:hover{
    color: #058283;
}
a{
    text-decoration: none;
    margin-right: 30px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
nav ul a:hover{
    color: #058283;}

.btn{
    width: 120px;
    height: 45px;
    border-radius: 8px;
    border: none;
    background: #058283;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.btn:hover{
    background: #fff;
    color: #058283;
}

.content{
    width: 100%;
    height: 100vh;
    margin: auto;
    text-align: center;
    align-items: center;
}

.content h3{
    color: #058283;
    padding-top: 150px;
    font-weight: 900;
}

.content h1{
    font-size: 80px;
    color: #fff;
    margin-top: 20px;
    line-height: 75px;
}

.content p{
    color: #f1f1f1;
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 900;
}
.content .btn{
    margin-top: 20px;
    width: 150px;
    height: 50px;
    font-size: 16px;
    letter-spacing: 1px;
}

.content .btn2{
    background: transparent;
    border: 1px solid #058283;
    border-radius: 8px;
    color: #fff;
    margin-left: 10px;
}

.content .btn2:hover{
    color: #058283;
}

.hamburger{
    position: relative;
    width: 30px;
    height: 7px;
    background-color: white;
    border-radius: 10px;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s;
}
.hamburger:before,
.hamburger:after{
    content: "";
    position: absolute;
    height: 7px;
    right: 0;
    background: black;
    border-radius: 10px;
    transition: 0.3s;
}
.hamburger:before{
    top: -10px;
    width: 20px;
}
.hamburger:after{
    top: 10px;
    width: 25px;
}

.toggle-menu{
    position: absolute;
    width: 30px;
    height: 100%;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
}
.hamburger,
.toggle-menu{
    display: none;
}

nav input:checked ~ .hamburger {
    background: transparent;
}

nav input:checked ~ .hamburger:before{
    top: 0;
    transform: rotate(-45deg);
    width: 30px;
}
nav input:checked ~ .hamburger:after{
    top: 0;
    transform: rotate(45deg);
    width: 30px;
}

nav input:checked ~ ul{
    right: 0;
} 

/*ABOUT*/

.about-body{
    overflow-y: visible;
}
.about-content{
    background-image: url(images/B2B45E01-9420-43D6-A55F-9A5E713DFA6A.JPEG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-blend-mode: multiply;
    background-color: rgb(68, 68, 68);
    background-attachment: fixed;
}
.about-title{
    padding: 2%;
    align-items: center;
    text-align: center;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 0 10px black;
} 

.about-info{
    padding: 2%;
    align-items: center;
    text-align: center;
    font-weight: bolder;
    color: #fff;
    text-shadow: 0 0 10px black;  
}
.about-info h3{
    padding: 2%;
    color: #058283;
    text-shadow: 0 0 10px black;
    font-weight: bolder;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.logo-about{
    color: rgb(0, 0, 109);
    font-weight: 900;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 5px;
    padding-left: 1%;
    text-shadow: 0 0 8px rgb(189, 189, 189);
}
.Golden{
    color: red;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.offer-list {
   text-align: left;
   padding: 0 9% 0 9%;
}
.word-color{
    color: #058283;
    
}
/*CONTACT PAGE*/
.contact-container{
    background-color: #058283;
    color: white;
    text-align: center;
    padding-top: 5%;
}
.details{
    padding: 2%;
}
.contacts-title{
    padding: 2%;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 100;
}
.details p{
    padding: 1%;
}
.form-container{
    padding: 2%;
}
.form-container h3{
    padding: 2%;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 100; 
}
input{
    padding: 5px;
    margin: 5px;
}
.message{
    padding: 15px;
    margin: 5px;
}
.contacts-button{
    width: 120px;
    height: 45px;
    border-radius: 8px;
    border: none;
    background: white;
    color: #058283;
    cursor: pointer;
    font-size: 14px;
}
.contacts-button:hover{
    background-color: #073b3b;
    color: white;
}
.contacts-body{
    overflow-y: scroll;
}

/*POLICY*/
.policy-body{
    overflow-y: scroll;
}
.policy-main{
    background-color: #058283;
    color: white;text-align: center;
    text-align: left;
    
   
}
.policy-container{
    padding: 8% 2% 2% 2%;
}
.policy-container h3{
    padding: 5px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 100; 
    
}
.policy-container p{
    line-height: 25px;
}

@media(max-width:768px){
    .hamburger,
    .toggle-menu{
        display: block;
    }
   
    ul{
        justify-content: start;
        flex-direction: column;
        align-items: center;
        position: fixed;
        top: 0;
        right: -300px;
        background-color: #058283;
        width: 300px;
        height: 100%;
}
li{
    padding: 6% 0;
    
}


    .container{
        width: 100%;
        height: 80px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .content{
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 0 5%;
    }
    

    .container-fluid{
       
        background:url(images/caleb-ruiter-EmEQ6kK_5P0-unsplash.jpg);
        background-size: cover;
         background-blend-mode: multiply;
         background-color: gray;
         background-repeat: no-repeat;
         background-position-y: 1%;
         background-position-x: center;
         background-attachment:fixed;
        
    }
    
    
    .container{
        width: 100%;
        height: 80px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main-body{
        overflow-y: scroll;
    }
    .Logo{
       
        width: 150px;
    }
    
    .alt-logo{
        color: #fff;
        cursor: pointer;
        width: 150px;
        height: auto;
        position: absolute;
        left: 0;
        top:-3%;
        opacity: .9;
    }
    
    nav ul{
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    nav ul li{
        margin-right: 30px;
        cursor: pointer;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
    }
    
    .active {
        color: #058283;
    }
    nav ul li:hover{
        color: #058283;
    }
    a{
        text-decoration: none;
        margin-right: 30px;
        cursor: pointer;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
    }
    nav ul a:hover{
        color: #074141;}
    
    .btn{
        width: 120px;
        height: 45px;
        border-radius: 8px;
        border: none;
        background: #058283;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
    }
    
    .btn:hover{
        background: #fff;
        color: #058283;
    }
    
    .content{
        width: 100%;
        height: 100vh;
        margin: auto;
    }
    
    .content h3{
        color: #058283;
        padding-top: 80px;
        font-weight: 900;
    }
    
    .content h1{
        font-size: 3rem;
        color: #fff;
        margin-top: 20px;
        line-height: 50px;
    }
    
    .content p{
        color: #f1f1f1;
        font-size: 14px;
        margin-top: 20px;
        padding-bottom: 50px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .content .btn{
        margin-top: 20px;
        width: 150px;
        height: 50px;
        font-size: 16px;
        letter-spacing: 1px;
    }
    
    .content .btn2{
        background: transparent;
        border: 1px solid #058283;
        border-radius: 8px;
        color: #fff;
        margin-left: 10px;
    }
    
    .content .btn2:hover{
        color: #058283;
    }
    
    /*ABOUT*/

    .about-title{
        padding:10% 2% 2% 2%;
        align-items: center;
        text-align: center;
        font-weight: bolder;
        color: #fff;
        cursor: pointer;
        text-shadow: 0 0 10px black;
    } 
    .about-content{
        background-image: url(images/B2B45E01-9420-43D6-A55F-9A5E713DFA6A.JPEG);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position:center;
        background-blend-mode: multiply;
        background-color: rgb(68, 68, 68);
        background-attachment:fixed;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .logo-about{
        color: rgb(0, 0, 109);
        font-weight: 900;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        letter-spacing: 3px;
        padding: 0 15% 0 2%;
        text-shadow: 0 0 8px rgb(189, 189, 189);
    }
    .Golden{
        color: red;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    }

    /*CONTACT*/
    .details{
        padding: 5%;
    }
    .details p{
        padding: 4%;
    }
    .form-container{
        padding: 10%;
    }
    .message{
        padding: 15px;
        margin: 5% ;
        width: 100%;
    }
    .policy-main{
        padding: 2%;
    }



}