html, body {font-family: "Lato", sans-serif;font-size: 16px; margin-top:20px;}
.nomarg { margin: 0px;padding: 0px;}

.mySlides { display: none;}

.mySlides img { width:100%;}

.w3-tag, .fa {cursor: pointer;}
.w3-tag {height: 15px;width: 15px;padding: 0;margin-top: 6px;}
.w3-special {font-family: 'Amatic SC', cursive; font-size: 30px !important;color: #56a842;font-weight: bold;}
.w3-h1 {font-family: 'Amatic SC', cursive;font-size: 40px;}
 .google-maps {
        position: relative;
        padding-bottom: 55%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        
    }

.navbar-mobile 
{
      visibility:hidden;
}




.appointment
{
    margin:15px;
     text-align: center;
    padding: 12px;
    background-color: #56a842;
    opacity: 0.7;
    border-radius: 6px;
    font-family: 'Amatic SC', cursive;font-size: 40px;
    .link{
        font-family: "Lato", sans-serif;font-size: 16px;
       
    }
}


.navbar 
{
    position: fixed; 
    top: 0; 
    width: 100%; 
    z-index:9999;
   
  
   
}
@media only screen and (max-width: 600px) {
.navbar 
{
   
     visibility:hidden;
    
   
}
.navbar-mobile 
{
      visibility:visible;
}

    #imgProf {
        width:80%;
    }


}