* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-family: 'Libre Baskerville', serif;
    font-size: 17px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a{
    color: #ffffff;
}

.whitetext{
    color: #004DD5;
    font-family: 'Open Sans', sans-serif;
       font-weight: 600;
       transition: color .2s ease;
  }

   .whitetext:hover{
  color: #003366;
    }
}

.h1_font{
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    margin: 10px 0;
    letter-spacing: 0.4px;
    color: #003366;
}
#about_us{
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    margin-top: -40px;
    padding-top: 40px;
    letter-spacing: 0.4px;
    color: #003366;
}
#contact{
        font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    margin-top: -40px;
    padding-top: 40px;
    letter-spacing: 0.4px;
    color: #ffffff;
}
.h2_font{
        font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    letter-spacing: 0.4px;
    color: #003366;
}
.h1_font_white{
          font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    margin: 10px 0;
    letter-spacing: 0.4px;
    color: #ffffff;  
}

.Tlogo{
    width: 100px;
    margin-top: 1rem;
    margin-left: 1rem;
}
.logo_big{
    padding-top: 70px;
    padding-bottom: 30px;
    margin: auto;
}

h1{
    font-family: 'Libre Baskerville', serif;
    font-size: 45px;
    text-align: center;
    padding-bottom: 1.5rem;
}
.hero_title{
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #003366;
    padding-top: .5rem;
    padding-bottom: 0;
}
h2{
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.sub_heading{
    font-size: 17px;
    margin: auto;
    padding-top: 15px;
}
.photos{
    width: 90%;
    max-width: 800px;
    margin: auto;
}

.photos img{
    border-radius: 12px;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.15);
}

.photos .w3-button{
    background-color: #004DD5 !important;
    border-radius: 6px;
    transition: background-color .2s ease;
}

.photos .w3-button:hover{
    background-color: #003366 !important;
}



img{
    width: 100%;
}

.splash_pic{
    display: none;
    z-index: 1;
    filter: drop-shadow(0 0 0.45rem #B5B5B5);
    margin: auto;


}
.blue_circle{
    display: none;
    margin-bottom: -78px;
    margin-left: -1.5rem;
    width: 50px;
    z-index: -10;

}
.image_full{
   width: 100px;
    margin: auto;
    transition: transform .25s ease;
}

.icon_set:hover .image_full{
    transform: translateY(-4px);
}

.icon_set{
    width: 270px;
    margin: auto;
    align-content: center;
    padding-top: 4rem;
}

.h2_p{
    width: 300px;
    margin: auto;
}
.p_contact{
    line-height: 2.5;
    color: #ffffff;

}
.address{
    padding-top: .6rem;
  line-height: 1.4;
    margin-left: 39px;
}


p{
 font-family: 'Open Sans', sans-serif;
 line-height: 1.7;
}
.blue_p{
    color: #004DD5;
    font-weight: 600;
}
.container{
    width: 100%;
    margin: auto;
}
.splash{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 6.5rem;
    z-index: 1;
    max-width: 510px;
    margin: auto;
    margin-bottom: 2rem;
}
.blue{
        background-color:#F4F8FF;
    width: 100%;
}
.button{
    float: left;
    margin-top: 20px;
    width: 120px;
    background-color: #004DD5;
    padding: .5rem;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,.3);
    border: 2px solid transparent;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    }
.button:hover{
    font-size: 15px;
    background-color: #F4F8FF;
    color: #004DD5;
    border: 2px solid #004DD5;
}

.about{

    background-color: #F4F8FF;    

}
.about2{
        padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 5rem;
    padding-top: 4rem;
    margin-top: 4rem;
        margin: auto;
}
.contact{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 4rem;
        padding-bottom: 4rem;

    background-color: #234386;
    color: #ffffff;
}
.days{
    width: 55px;
    float: left;
}
.icon2{
    width: 30px;
    margin-top: 7px;
    float: left;
    overflow: auto;

}
.p_contact{
    padding-left: 40px;

}

.icons_contact{
    width: 100%;

}
.icons{
        margin-bottom: 3rem;
    margin-top: 2rem;
}

.h3{
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    font-size: 26px;
    margin-top: 0rem;


}
.hours{
    padding-bottom: 2.5rem;
}





.header{

background: #ffffff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);

  width: 100%;
  z-index: 3;
  position: sticky;
  top: 0;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;

}
.header li a {
  display: block;
  padding: 13px 20px;
  text-decoration: none;
}
.header li a:hover,
.header .menu-btn:hover {
  background-color: #DEE4EF;
}
.header .logo {
  display: block;
  float: left;
  font-size: 40px;
  padding-left: 20px;
    padding-top: 10px;
  text-decoration: none;
}
/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #004DD5;
  display: block;
  height: 2.3px;
  position: relative;
  transition: background .2s ease-out;
  width: 25px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #004DD5;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {

}

.navigation {
  height: 90px;
}
.brand {
  float: left;
}
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}
.cover {
    display: grid;
    grid-gap: 20px;
    padding: 20px;
    max-width: 500px;
    margin: auto;
}
section{
    width: 100%;
}
nav ul {
  list-style: none;
  margin: 0;
  padding-top: 10px;
}
nav ul li {
  float: right;
  position: relative;
}
nav ul li a, nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  color: #fff;
  text-decoration: none;
}
nav ul li a:hover, nav ul li a:visited:hover {
  background: #2581dc;
  color: #fff;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 2;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
margin-top: 20px;
  height: 80px;
  width: 80px;
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

a:visited, a:link, a:active
{
    text-decoration: none;
}

 @media screen and (min-width: 700px){
        .sub_heading{
            font-size: 20px;
    
        }
     p{
         font-size: 18px;
     }
     h1{
         font-size: 50px    
     }
     .h2_font{
         font-size: 24px;
     }
     
     
.icons{
    padding: 3rem;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding-bottom: 300px;


}
    
.image_full{
    width: 100px;

}

.icon_set{
    width: 33.33%;
    margin:inherit;
    float: left;
    padding-top: 4rem;
    align-content: center;
}
     .about2{
         max-width: 800px;
     }


@media screen and (min-width: 800px){
      .header li {
    float: left;
  }
  .header li a {
    color: #004DD5;
    padding: 20px 30px;
              font-family: 'Open Sans', sans-serif; 
       font-weight: 600;
  }
   .header li a:hover{
  color: #003366;
    }
        
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
    .Tlogo{
        margin-top: 1rem;
        padding-bottom: 1rem;
        margin-left: 1rem;
    }
         .splash{
         max-width: 550px;
        margin-bottom: 4rem;
         padding-bottom: 10rem;
         padding-top: 2rem;
     }

     .logo_big{
         
         margin: auto;

     }
     .sub_heading{
         font-size: 21px;
         width: 500px;
         text-align:left;
     }
         .splash_pic{
             display: none;
         width: 40%;
         float: right;
         margin-top: -230px;
     }
    .business_hours{
        float: left;
        width: 250px;
        padding-top: 0px;

    }
    .left_contact{
        margin-top: 6.8rem;
        float: right;
        width: 380px;
    }
    .contact{
        height: 480px;
        max-width: 800px;
        margin: auto;
    }
    .contact_blue{
        background-color: #234386;
    }
    .h3{
        margin-top: 0px;
    }
}
 
@media screen and (min-width: 1110px){

    .splash{
        max-width: 1200px;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .splash_pic{
        display: none;
        max-width: 400px;
        margin-top: -327px;
        margin-right: 4rem;
    }
    .logo_center{
        margin: auto;
        width: 500px;
    }
    .logo_big{
        width: 100%;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .sub_heading{
        width: 500px;
        font-size: 22px;
    }
    
    .photos{
        width: 920px;
    }
    
    .button{
    font-size: 18px;
    width: 130px;
    background-color: #004DD5;
    padding: .5rem;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,.3);
    }
.button:hover{
    font-size: 19px;
    background-color: #F4F8FF;
    color: #004DD5;
    transition: .2s;
    border: 2px solid #004DD5;
}
    .icons{
            max-width: 1200px;
            margin-bottom: 2rem;
    }
    .about2{
        max-width: 920px;
        padding-bottom: 6.5rem;
    }
    #about_us{
        padding-top: 4rem;
        font-size: 55px;
    }
    p{
        font-size: 20px;
        
    }
    #contact{
        padding-top: 5rem;
        font-size: 55px;
    }
       .contact{
           min-width: 1000px;
           height: 540px;
           
        
    }
      .left_contact{
        margin-top: 7.8rem;
        float: right;
        width: 540px;
          padding-left: 70px;
          
    }
}
     @media screen and (min-width: 1600px){
      
         .splash{
             padding-bottom: 16rem;
             padding-top: 6rem;
             max-width: 1300px;
         }
         .sub_heading{
             width: 610px;
             font-size: 24px;
         }
         .logo_big{
             width: 100%;
         }
         .logo_center{
             width: 610px;
         }
         .photos{
             padding-top: 7rem;
         }
         .icons{
             margin-bottom: 5rem;
             margin-top: 1rem;
         }
         #about_us{
             padding-top: 8rem;
    
         }
         .about2{
             padding-bottom: 10rem;
         }
         p{
             font-size: 22px;
         }
     }