html, body {
    height: 100%;
   
    font-family: "Roboto", sans-serif;
}
ul{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.side-nav{
    min-height: 100%;
    width: 250px;
    min-height: 100%;
    width: 250px;
    position: fixed;
    overflow: auto;
    background-color: #fff;
    height: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.side-nav a{
    text-decoration: none;
    color: black;
    text-align: left;
    padding: 16px;
    border: none;
    display: block;
}
.side-nav a:hover{
    transition: 300;
    background-color: #dcdcdc;
}
.side-nav a:nth-child(1){
    background-color: #009688;
    color: white;
}
.comitted{
    margin-top: 30px;
    position: relative;
}
    .dropdown{
        display: none;
    }
#home-side{
    position: absolute;
    width: 100%;
}
#home-side div{
    background-color: #009688;
    color: white;
    margin-bottom: .3em;
    line-height: 1.5;
    text-align: center;
}
#spanish-info-side{
    position: absolute;
    width: 100%;
}
#spanish-info-side div{
    background-color: #009688;
    color: white;
    margin-bottom: .3em;
    line-height: 1.5;
    text-align: center;
}
#spanish-clinic-side{
    position: absolute;
    width: 100%;
}
#spanish-clinic-side ul{
    list-style: none;
    border-left: 3px solid #009688;
    font-size: 12px;
    margin: 0;
    margin-left: 3em;
    -webkit-padding-start: 5px;
    margin-top: .2em;
    margin-bottom: .2em;
}
#spanish-clinic-side p{
    padding: 16px;
    font-size: 14px;
}
#clinic-side{
    position: absolute;
    width: 100%;
}
#clinic-side ul{
    list-style: none;
    border-left: 3px solid #009688;
    font-size: 12px;
    margin: 0;
    margin-left: 3em;
    -webkit-padding-start: 5px;
    margin-top: .2em;
    margin-bottom: .2em;
}
#clinic-side p{
    padding: 16px;
    font-size: 14px;
}
.side-list-specific{
    list-style: none;
    border-left: 3px solid #009688;
    font-size: 12px;
    margin: 0;
    margin-left: 3em;
    -webkit-padding-start: 5px;
    margin-top: .2em;
    margin-bottom: .2em;
}
header{
    padding: 64px 32px;
    background-color: #009688
}
.home-p{
    font-size: 18px;
    width: 500px;
    margin-top: 115px;
    margin-bottom: 131px;
    line-height: 1.4;
    display: inline-block;
    width: 500px;
}
.home-h2{
    font-size: 20px;
}
.home-h2-last{
    margin-left: auto;
    width: 60%;
    margin-right: auto;
    font-size: 20px;
}
.last-list-home{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.content-page{
    margin-left: 250px;
}
.content-page h1{
    font-size: 48px;
    margin: 0px 10px;
    color: white;
}
.container{
    padding: 32px;
}
.left-container{
    display: inline-block;
    width: 1010px;
    vertical-align: top;
}
.right-container{
    display: inline-block;
    width: 500px;
}
.float-container{
    position: fixed;
    clear: both;
    right: 0;
    top: 0;
    min-height: 100%;
}
.listy-container{
    display: inline-block;
    width: 500px;
    vertical-align: top;
}
.image{
    height: 400px;
    background:url(http://spanish-clinic.com/images/albums/NewAlbum_c371f/tn_480_d746d10aef1e0ccdbcf3de7a65c2ee5e.jpg.png);
    width: 490px;
    vertical-align: top;
    display: inline-block;
}
.ceo-name{
    margin-top: 1em;
}
.ceo-info{
    list-style: none;
    border-left: 6px solid #009688;
}
.list-specific{
    list-style: none;
    border-left: 6px solid #009688;
    line-height: 1.3;
}
.about-p{
    margin-top: 60px;
    margin-bottom: 60px;
    line-height: 1.4;
    font-size: 18px;
}
footer{
    padding: 32px;
    color: #fff !important;
    background-color: #009688;
}
.map{
    padding: 1rem;
    background-color: #009688;
    color: white;
}
.map h2{
    font-size: 24px;
    margin-bottom: .4rem;
}
.map a{
    color: white;
}
.spreader{
    padding: 64px 32px;
    background-color: #009688;
    font-size: 48px;
    color: white;
    margin-top: 55px;
    margin-bottom: -40px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}
.fixed-contact{
    background-color: #009688;
    color: white;
    border-radius: 10px;
    padding: 20px 10px;
    margin-top: 50px;
    display: inline-block;
    vertical-align: top;
}
.fixed-contact:nth-child(3){
    margin-left: auto;
    margin-right: auto;
}
.fixed-contact:nth-child(2){
    padding-bottom: 38px;
}
.fixed-contact h4{
    text-align-last: center;
}
.fixed-contact p {
    text-align: center;
    line-height: 1.1;
    font-size: 16px;
}
.fixed-contact p:nth-child(7){
    /*margin-bottom: 25px;*/
}
.fixed-contact p a{
    color: white;
    text-decoration: underline;
}
.locations{
    text-align: center;
    background-color: white;
}
table{
    margin-left: auto;
    margin-right: auto;
}
td{
    border-left: 6px solid #009688;
    padding: 10px;
    font-size: 18px;
    border-bottom: 6px solid #009688;
}
.hidden{
    display: none;
}
.about-container{
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-left: 5%;
}

#WST27290TzNqxQd5bT_waiter{
    
}
/* @media queries*/
@media screen and (max-width: 1850px) {
    .container{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .float-container {
        position: static;
        width: 1000px;
        margin-bottom: 2em;
    }
    .map-container-edit{
        width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
    .map h2{
        text-align:center;
    }
    .locations{
        text-align: center;
        background-color: white;
    }
    .fixed-contact{
        background-color: #009688;
        color: white;
        border-radius: 10px;
        padding: 20px 10px;
        margin-top: 50px;
        display: inline-block;
        vertical-align: top;
    }
    .fixed-contact p:nth-child(7){
        margin-top: 0 !important;
    }
    
}

@media screen and (max-width: 1280px) {
    
    .float-container {
        position: static;
        width: auto;
        margin-bottom: 2em;
    }
    
    .left-container {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .image{
        background-repeat: no-repeat;
        background-position: center;
    }
    .container{
        width: 100%;
    }
    
}

@media screen and (max-width: 1278px) {
    header{
        padding: 32px 0px;
        background-color: #009688;
        min-width: 100%;
        margin-bottom: 1em;
        margin-top: 50px;
    }
    .dropdown{
        display: block;
    }
    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    
    .image{
        background-repeat: no-repeat;
        background-position: center;
    }

    
    .side-nav{
        display: none;
    }
    
    .float-container{
        position: inherit;
        width: 100%;
        margin-bottom: 2em;
    }
    
    .home-p {
        font-size: 18px;
        margin-top: 115px;
        margin-bottom: 131px;
        line-height: 1.4;
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .image {
        height: 400px;
        width: 80%;
        vertical-align: top;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .listy-container {
        display: block;
        width: 80%;
        vertical-align: top;
        margin-left: auto;
        margin-right: auto;
    }
    
    .home-h2 {
        font-size: 20px;
        margin-right: auto;
        
    }
    
    .home-h2-last {
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        text-align: center;
    }
    
    .spreader {
        padding: 32px 0px;
        width: 100%;
        background-color: #009688;
        font-size: 48px;
        color: white;
        margin-top: 55px;
        margin-bottom: -40px;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
        text-align: center;
    }
    
    .about-p {
        margin-top: 60px;
        margin-bottom: 60px;
        line-height: 1.4;
        font-size: 18px;
        text-align: center;
    }
    
    .map{
        display: none;
    }
    
    .left-container{
        width:100%;
    }
    
    .content-page{
        margin-left: 0;
    }
    
    .locations{
        width: 100%;
        background-color: white;
    }
    
    .fixed-contact {
        display: inline-block;
        width: 90%;
        background-color: #009688;
        color: white;
        vertical-align: top;
        margin-bottom: 1em;
    }
    
    td {
        border-left: 6px solid #009688;
        padding: 10px 0;
        font-size: 16px;
        border-bottom: 6px solid #009688;
    }
    
    .content-page h1 {
        font-size: 48px;
        margin: 0px 10px;
        color: white;
        text-align: center;
    }
    
    .menu-icon {
        display: inline-block;
        cursor: pointer;
    }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {opacity: 0;}

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
    footer{
        padding: 32px 0px;
        color: #fff !important;
        background-color: #009688;
        width: 100%;
        margin-top: 1em;
        text-align: center;
    }
    .dropbtn {
        background-color: #009688;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        width: 100%;
        position: fixed;
        top: 0;
    }

    .dropbtn:hover, .dropbtn:focus {
        background-color: #009688;
    }

    .dropdown {
        position: relative;
        display:block;
        width: 100%;
    }

    .dropdown-content {
        display: none;
        position: fixed;
        min-width: 100%;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        background-color: white;
        color: black;
        margin-top: 1em;
    }

    .dropdown-content a:nth-child(1){
        background-color: #009688;
        color: white;
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }


    .dropdown a:hover {
        background-color: #f1f1f1;
    }
    
    .show {
        display:block;
    }
    
    .about-container{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}