.lato{
    font-family: 'Lato', sans-serif;
}
.merri{
    font-family: 'Merriweather', serif;
}
/* To the Top Button */
#totop_btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #FF5825;
    color: white;
    cursor: pointer;
    padding: 0.75%;
    border-radius: 10px;
    transition: ease-in 0.2s;
    opacity: 0.6;
  }
  #totop_btn > i{
    font-size: 36px;
    font-weight: 600;
  }
  #totop_btn:hover {
    box-shadow: 0 0 50px rgb(0, 0, 0, 0.4);
    opacity: 1;
  }
/* End of To the Top Button */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Navbar~~~~~~~~~~~~~~~~~~~~~~~~~~  */
.topnav {
    overflow: hidden;
    background-color: transparent;
    display: inline-block;
    width: 60%;
    padding-left: 18%;
  }
  .topnav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  .topnav ul li > a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-size: 17px;
    transition: 0.1s ease-in;
  }
  
  .active {
    background-color: #9FCCE3;
    color: black!important;
    border-radius: 47px 47px 0px 47px;
  }
  
  .brand img{
      width: 250px;
  }
/* Navbar Toggle Button */
#menuToggle{
    display: none;
    background-color: white;
    position: absolute;
    width: 40px;
    height: 38px;
    cursor: pointer;
    right: 10px;
    top: 20px;
    z-index: 99;
    border-radius: 3px;
}

.bar1, .bar2, .bar3 {
    height: 5px;
    background-color: black;
    margin: 5px;
    transition: 0.4s;
}
.bar1{
    width: 30px;
    -webkit-transform: rotate(-90deg) translate(-11px, 0px) ;
    transform: rotate(-90deg) translate(-11px, 0px);
}

.bar2{
    width: 20px;
    -webkit-transform: rotate(-45deg) translate(1px, 14px) ;
    transform: rotate(-45deg) translate(1px, 14px) ;
}
.bar3{
    width: 20px;
    -webkit-transform: rotate(45deg) translate(0px, 0px) ;
    transform: rotate(45deg) translate(0px, 0px) ;
}
.change .bar1 {
    -webkit-transform: rotate(45deg) translate(8px, 8px) ;
    transform: rotate(45deg) translate(8px, 8px) ;
}

.change .bar2 {
    width: 30px;
    -webkit-transform: rotate(-45deg) translate( 0px, 1px) ;
    transform: rotate(-45deg) translate(0px,1px) ;
}

.change .bar3 {
    opacity: 0;
}
/* End of Navbar Toggel Button  */
/* Overlay Menu */
#overlayMenu{
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0, 0, 0, 0.9);
    transition: 0.5s;
    overflow-y: hidden;
}
.overlay-text{
    margin-top: 10%;
    right: 10%;
}
.overlay-text a{
    text-align: center;
    color: white;
    font-size: 2.5em;
    display: block;
    transition: 0.25s;
    padding: 3px;
    text-decoration: none;
}
.overlay-text a:hover{
    color: #9FCCE3;
}
.overlayVisible{
    height: 100%!important;
}
/* End of Overlay Menu */
/* Nacbar Media Queries */
@media screen and (min-width: 1920px){
    .topnav ul li > a {
        padding: 7px 25px;
        font-size: 28px;
    }
    .topnav {
        padding-left: 13%;
    }
    .brand img {
        width: 350px;
    }
}
@media screen and (max-width:1149px) {
    .topnav{
        width: 70%;
        padding-left: 6%;
    }
}
@media screen and (max-width:991px) {
    .topnav{
        display: none;
    }
    #menuToggle{
        display: inline-block;
        right: 25px;}
}
@media screen and (max-width:768px) {
    
}
@media screen and (max-width:425px) {
    #menuToggle{
        right: 10px;
    }
}
/* End OF Navbar queries */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~End of Navbar~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Footer~~~~~~~~~~~~~~~~~~~~~~~~~~  */
footer{
    background-color: black;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 40%;
}
#footer-logo{
    margin: auto;
    text-align: center;
    padding-bottom: 2%;
}
#footer-logo img{
    width: 40%;
}
#footer-logo hr{
    background-color: white;
    width: 60%;
    height: 5px;
}
#footer-logo address{
    color: white;
    font-size: 1em;
    font-family: 'Merriweather', serif;
}
#footer-contact{
    width: 100%;
    padding-bottom: 80px;
}
#footer-contact .row{
    width: 60%;
    margin: auto;
    text-align: center;
}
#footer-contact .row div img{
    width:25%;
    padding-bottom: 10px;
}
#footer-contact .row div h5{
    color: white;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
#footer-contact .row div a{
    color: white;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
#footer-nav{
    width: 100%;
    text-align: center;
    padding-bottom: 2px;
}
#footer-nav nav{
    width: 60%;
    margin: auto;
    padding-bottom: 20px;
}
#footer-nav nav a{
    padding-right: 16px;
    color: white;
    text-decoration: none;
    transition: 0.2s ease-in;
    font-family: 'Lato', sans-serif;
}
#footer-nav nav a:hover{
    color:#9FCCE3;
}
#footer-nav p{
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}
/*footer Media Queries */
@media screen and (min-width: 1920px){
    #footer-logo address {
        font-size: 1.5em;
    }
    #footer-contact .row div a {
        font-size: 26px;
    }
    #footer-nav nav a {
        font-size: 25px;
    }
    #footer-nav p {
        font-size: 17px;
    }
}
@media screen and (max-width:1024px){
    #footer-contact .row div h5 {
        font-size: 27px;
    }
}
@media screen and (max-width: 768px){
    #footer-logo img {
        width: 60%;
    }
}
@media screen and (max-width:768px) and (min-width:540px){
    #footer-contact .row div img {
        width: 16%;
        padding-bottom: 10px;
    }
}
@media screen and (max-width:540px){
    #footer-contact .row div h5 {
        font-size: 22px;
    }
    #footer-nav nav a {
        font-size: 12px;
    }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~End of Footer~~~~~~~~~~~~~~~~~~~~~~~~~~  */