
body{
    

    font-family: Futura,Trebuchet MS,Arial,sans-serif; 

cursor: default;
user-select: none;

}
.wrapper{
    height: auto;
    width: 100%;
    display: none;
    position: relative;
}

.navigation-bar{

position: fixed;
width: 100%;
height: 150px;
display: flex;
flex-direction:row;
justify-content:space-between;
align-items: center;
z-index: 9999;
background-color: rgb(255, 255, 255);






}

.navigation-bar img{

width: 270px;
min-width: 240px;
height: 55px;
position: relative;
left: 25px;







}

.navigation-bar ol{

list-style: none;

}

.navigation-bar li{

display: inline;
font-size: 22px;
margin-right: 3px;
padding-right: 5px;
cursor: pointer;
color: #2F4F7E;
border-right: 1px solid #2F4F7E;
}

.navigation-bar li:hover{
    opacity: 0.5;
}

.main-content{
    position: relative;
    top: 40px;
    height: auto;
    

}


.home img{
   height: auto;
   width: 100%;
   position: relative;
}


.active{
    z-index: 9999;
}

.header{
    
    height: 80px;
    font-size: 155%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #2F4F7E;

   
    
    
 

}

.header a{
    margin: 0px 15px;
    
}


.slideshow img{
    height: auto;
    min-height: 100%;

}

.slideshow{

    height: auto;

    
}

.header a{
    color: black;
}


.block{

height: auto;
display: flex;
flex-direction: row;
opacity: 0;
background-color:#eef4ff;
margin-bottom: 15px;







}

.slideshow{
    width: 55%;
    min-width: 500px;
    
}

.slideshow img{
height: auto;
width: 100%;
}



.text-block{
    height: auto;
    width: 45%;
    display: flex;
    float: right;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  

    
    
}

.text-content{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
   
}

.title{
    
    font-size: 2vw;
    text-align: center;
    height: 40px;
    margin-top: 38px;
    margin-bottom: 5vh;
    width: 100%;
    color: #2F4F7E;
    
    
}

::placeholder{
    font-family: Futura,Trebuchet MS,Arial,sans-serif; 
    color: #2F4F7E;


}

.text{

    width: 73%;
    text-align: center;
   


}
form{
  width:500px;
  margin: 40px 0;
}

form input[type=text], textarea, button[type="submit"]{
    display: block;
    margin-bottom: 18px;
    width: 100%;
    height: 45px;
    border-radius: 4px;
    background-color: #d5dceb;
    box-sizing: border-box;
    resize: none;
    padding: 5px;
    color: #2F4F7E;
    border: 1px solid #d5dceb;
    
    
}

.fa-bars{
    display: none;
 
}



button[type="submit"]{
    width: 40%;
    margin: 0 auto;
    margin-top: 20px;
    color: #2F4F7E;
}

button[type="submit"]:hover{
    
    opacity: 0.5;
    
}
.contact{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eef4ff;
    opacity: 0;


}

.contact h1{

    text-align: center;
    font-size: 160%;
    margin-bottom: 30px;
    color: #2F4F7E;
}


.footer{
    margin: 20px 0px;
    height: auto;
    background-color: white;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 115%;
    text-align: center;
    border-top: 1px solid rgb(255, 255, 255);
}



.company-info p{

    margin: 7px 0;
}

.fa{
    font-size: 110%;
}

.fa-facebook:hover, .fa-instagram:hover{
    opacity: 0.3;
    cursor: pointer;
}



.header a, .header i{
      font-size: 80%;
      cursor: pointer;
      font-weight: normal;
  }


  .header a:hover, .header i:hover{
    font-size: 80%;
    cursor: pointer;
    opacity: 0.6;
}

#logo{
    min-width: 120px;
    width: 120px;
    height: 26px;
}
.fa{
    font-size: 128%;
    margin-right: 8px;
    color: #2F4F7E;
}

.text ul{

    margin-bottom: 20px;

}

.text ul li{
    font-size: 1vw;
    margin: 10px;
    color:rgb(104, 104, 104);
    color: #2F4F7E;
    text-align: left;
    background-color: #d5dceb;
    border-radius: 5px;
    padding: 6px 0;



}

.text ul li:hover{
    opacity: 1;
}

.aboutUs{
    height: 70vh;
    background-color: #eef4ff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    
}

.aboutUs img{
    width: 320px;
    margin-bottom: 40px;
}

.aboutUsText{
    color: #2F4F7E;
    font-size: 21px;
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    
  
    
}


#serviceHeader{
    
    background-color: white;
    border-top: 1px solid #2F4F7E;
   position: sticky;
   top: 150px;

}

#serviceHeader a{
    font-size: 1.3vw;

}










/*MOBILE*/



  @media (min-width: 100px) and (max-width: 720px) {
  

    .text ul li{
        font-size: 70% ;
    }
    
    #serviceHeader a{
        font-size: 2.2vw;
    
        
    }

    .header a{
        margin: 0px 3px;
        
    }

    .header{
        height: 60px;
        font-size: 120%;
    }

    .title{
        margin-bottom: 14px;
        font-size: 134%;

    }

 

    .navigation-bar img{
        height: 36px;
        width: 160px;
        min-width: 170px;
        left: 14px;
        
    }

    .navigation-bar ul{
        display: none;
    }

    .fa-bars{
        margin-right: 16px;
        display: block;
    

    }

    .fa-close{
        margin-right: 16px;
        display: block;
        font-size: 150%;
    

    }
    .navigation-bar{
        height:90px;
    }

    .main-content{
        top: 90px;
    }

    .home{
        height: 220px

    }
    .home img{
        height: 220px;
        bottom: 0px;
    

    }

    .block{
        height: auto;
        flex-direction: column;
        margin: 0;
        
    }

    
    .text-block{
        width: 100%;
        
    }

    .text-block h1{
        font-size: 80%;
    }

    .text-block li{
        font-size: 60%;
    }

  

  

    form{
        width: 75%;
    }
    

  

  .nav-mobile{
    

    position: fixed;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    width:100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #2F4F7E;
    border-right: none;
    border-left: none;
    z-index: 5555;
    display: none;
    color: #2F4F7E;
  }

  .nav-mobile p{
        margin: 15px 0;
        font-weight: 600;
        font-size: 125%;
        position: relative;
        bottom: 20px;


  }

#logo{
    width: 117px;
    min-width: 117px;
    height: 28px;
}

.slideshow{

    width: 100%;
    height: 300px;
    min-width: 0px;

}

.slideshow img{
    width: 100%;
    height: 300px;

}

.text-block{
    width: 100%;
    height: 450px;
}

.aboutUs{
    height: 58vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutUsText{
    font-size: 95%;
    width: 340px;
    height: auto;
    margin-bottom: 40px;
}


#serviceHeader{
    border-top: 1px solid #2F4F7E;
    justify-content: space-between; 
    top: 90px;
    
    
}






.header a:hover, header a:active{
    opacity: 1.0;
}

.fa-window-close{
    z-index: 9999;
}



.aboutUs img{
    width: 60%;
    margin-bottom: 27px;
    margin-top: 40px;
}

form input[type=text], textarea, button[type="submit"]{


    height: 34px;
}


.header a:focus:hover{
    opacity: 1;
}

  }



  

    



  @media (min-width: 1720px) {

 
 
    .navigation-bar img{
        width: 15%;
    }
  
    .home img{
        height: 85vh;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
  
    .block{
        height: 340px;

    }

    .slideshow{
        height: 340px;
    }

    .slideshow img{
        height: 340px;
    }

    .title{
        margin-bottom: 10px;
    }

    .aboutUs{
        height: 580px;
    }

    form{
    }

    #serviceHeader{
        font-size: 2vw;
    }   

    .text-content{
        margin-bottom: 10px;
    }
    
  }


