*{
    margin: 0;
    padding: 0;
    font-family: Helvetica;
}
body{
    /* position:absolute; */
    background: #FFFFFF;
    box-sizing: border-box;
    
}

/* nav bar */
/* header{
    
    margin: 37px 80px;
    align-items: center;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.7px;
    max-height: 77px;
   
    
} */

header{
    

    /* margin: 1.5em 4em; */
    padding: 1.5em 4em;
    align-items: center;
    /* padding: 0 24px; */
    font-size: 18px;
    font-weight: 400;
    line-height: 20.7px;
    max-height: 20%; 
      
}
@media (max-width: 700px ){
    header{
        padding-right: 30px;
        padding-left: 30px;
    }
}

li{
    list-style-type: none;
}
ul{
    margin: 0;
    padding: 0;

}

a{
    color: #4F4F4F;
    text-decoration: none;
}

h2{
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    /* identical to box height */
    letter-spacing: 0.02em;   
    color: #E77002;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.logo-container:hover{
    cursor: pointer;
}
.slogan{
    font-style: italic;
    margin-left: 15px;
    color: #E77002;
}

.nav-logo{
width: 180px;
height: auto;
}
.nav-logo:hover{
    cursor: pointer;
}
.nav-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    
}
.nav-item{
    font-weight: 400;
font-size: 18px;
line-height: 21px;
padding: 10px;
border-radius: 10px;

}
.nav-item:hover{
    color: #FFFEFE;
    background: #E77002;
}

.nav-contact{
    color: #FFFEFE;
    padding: 10px;
    background: #003E90;
border-radius: 10px;
}

.hamburger{
    display: none;
    cursor: pointer;
}
.bar{
    display: block;
    width: 2rem;
    height: .18rem;
    margin: .4rem .8rem .2rem .3rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgb(0, 0, 0);
}

@media(max-width:800px){
    header{
        z-index: 100;
        background: white;
        position: sticky;
        top: 0;
    }
    .hamburger{
        display: block;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(9px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-9px) rotate(-45deg);
    }


    .nav-menu{
       
        position: fixed;
        left: -100%;
        top: 104px;
        gap: 20px;
        flex-direction: column;
        background-color: #262626;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding-top: 30px;
        padding-bottom: 40px;  
    }

    .nav-item{
        margin: 16px 0;
        color: #FFFFFF;
    }
    .nav-menu.active{
        left: 0;
        
    }


}

/* hero */


.hero-container{
    background: url(../assets/sven-mieke-fteR0e2BzKo-unsplash.jpg);
    /* background-position-y: 370px ; */
    background-position-y: -290px ;
 
    display: flex;
    height: 360px;
    background-size:cover;
}

/* hero smaller screen  */
@media only screen and (max-width: 980px) {
    .hero-container{
        background-position-y: 370px ;
    }
   
}


.hero-overlay{
    background: rgba(0, 19, 44, 0.75);  
    width: 400px; 
    display: flex;
    align-items: center;
    justify-content: center;

}

.hero-header{
    font-size: 60px;
    color: #FFFEFE;
}

.hero-text-block{
    /* margin: 0  80px; */
    /* display: flex; */
  
    /* width:100%; */
    /* justify-content: center; */

}


@media (max-width: 800px){
    .hero-text-block{
        margin:0 5%;
        /* text-align: justify; */
    }
}

/* news - change names later */
.about-title-container{
     margin-bottom: 60px;
    margin-top: 90px;
    margin-left: 84px;
    margin-right: 84px;
}
.about-title{
    /* text-align: center; */
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 0.02em;   
    color:#000000;
    /* color: #E77002; */
   
    /* margin:90px  0 60px 84px; */
}



/* Services */

.services-blurb-container{
padding: 60px 84px;
}

.service-blurb-text{
    font-weight: 700;
    font-size: 50px;
}

.service-grid-container{
    /* padding: 10px; */
    border-top: 2px solid #000000;
    display: flex;
    min-height: 300px;
    height: auto;

    
}
.max-service{
    display: flex;
}

.service-name-text-item{
    margin-bottom: 20px;
    
}

.service-name-text-item:hover{
    color: #64a3f5;
    cursor: pointer;
    
}
[data-active = "1"]{
    color: #64a3f5;
    cursor:auto;
}

.service-names{
    color:#000000;
    /* font-weight: 600; */
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-right: 3px solid #000000;
    /* padding: 0px 18px; */
    padding: 0 15px;
    padding-bottom: 150px;
    padding-top: 50px;
    

}

.service-info-container{
    width: 100%;
    /* display: flex;
    flex-direction: column; */
    /* justify-content: center; */
/* align-items: center; */
    /* text-align: center; */
    padding: 0 90px;
    /* padding-top: 40px;
    padding-left: 40px; */
    /* padding-right: 60px; */
    padding-top: 18px;
}
.service-info-bullets{
    /* text-align: justify; */
   /* margin-top: 40px; */
   margin-bottom: 15px;
}
.service-info-bullets li {
    
    /* margin-top: 15px; */
    margin-bottom: 30px;
   font-size: 16px;
    list-style:  none;
}
    
b{
    display: block;
    font-weight: 600;
    font-size: 18px;
}
i{
    font-style: normal;
}
.service-title-text{
    /* display: none; */
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
}



[data-show="0"]{
    display:none;
}
[data-show="1"]{
    display:block;
}



/* Contact Section */

.contacts-sect{
    background: #00132C;
    /* margin-top: 100px; */
    padding-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.contact-title{
    
    font-weight: 700;
    font-size: 36px;
    color: #DD9D5E;
    margin-bottom: 15px;

}

form{
    display: flex;
    flex-direction: column;
}

form > ::placeholder{
    padding-left: 8px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(79, 79, 79, 0.8);  
}
.msg-area::placeholder {
    padding-left: 8px;
    padding-top: 8px;
    font-weight: 400;
    font-size: 16px; 
}
label{
    font-weight: 400;
    font-size: 18px;
    color: #E77002;

}
input{
    margin-bottom: 11px;
    font-size: 20px;
}

.name-input, .email-input{
    margin-top: 10px;
    width: auto;
    height: 41px;
    background: #FFFEFE;
    border-radius: 10px;
}
.msg-area{
    font-size: 20px;
    margin-top: 12px;
    height: 193px;
    width: auto;
    background: #FFFEFE;
    border-radius: 10px;
}

.submit-container{
    display: flex;
    justify-content: flex-end;
}

.submit-btn{
margin-top:20px;
margin-bottom: 30px;
border-style: none;
width: 81px;
height: 41px;
    background: #E77002;
border-radius: 10px;
/* padding: 10px 15px; */
font-weight: 400;
font-size: 18px;
color: #F2F2F2;
}
.submit-btn:hover{
    cursor: pointer;
    background: #fa7c06;
}


.follow-us{
    /* margin-bottom: 50px; */
    color: rgb(240, 240, 240);
    display: flex;
    align-items: center;
    justify-content:center;
    font-size: 17px;
    /* text-align: right; */
    /* margin-right: 80px; */
    gap: 4px;
    margin-bottom: 8px;
}

.ig{
    width: 20px;
}

.wix-logo{
    border-width: 9px;
    border-radius: 4px;
    width: 19px;
}
.wix-site{
    color: rgb(240, 240, 240);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    /* text-align: right; */
    /* margin-right: 70px; */
    gap: 4px;
    margin-bottom: 50px;
}
.wix-img, .ig-img{
    display: flex;
}

/* Larger Screens */

@media (min-width:1400px){
  
}
@media (min-width:2000px){
    .about-title-container{
        width: 2000px;
        margin: auto;
    }
    .max-service{
        width: 2000px;
        margin: auto;
    }
}

/* smaller screens */
@media (max-width:900px){
.service-info-container{
        padding: 0 30px;
        padding-top: 40px;
    }
    .service-info-bullets li {
    
        font-size: 16px;
       }

       .service-name-text-item{
           font-size: 14.8px;
           font-weight: 600;
       }
   
    
}

/* mobile version */

@media (max-width:550px){
    
   
    /* contact form */
    form{
        
        max-width: 600px;
        width: 15rem;
    }

    .msg-area{
        max-width: 600px;
        width: 15rem;
    }
    


}

@media (max-width:500px){
    /* services */
    .service-title-text{
        font-size: 21px;
        /* font-weight: 600; */
        
    }
    .service-name-text-item{
        font-size: 15px;
    
    }

    .service-info-container{
        padding: 50px 30px;
    }

    .service-info-bullets{
        text-align:start;
    }
   

   /* navbar */
    header{
        padding: 1.5em 8%;
    }
    /* hero  */
    
    .hero-overlay{
        /* max-width: 100%; */
        width: 100%;
    }

    .hero-text-block{
        text-align: center;
    }

    /* about statement */
    .about-title{
        text-align: center;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: 0.02em; 
        margin-left: 5%;
        margin-right: 5%;  
      
      
    }
    
}