*{
    padding: 0px;
    margin: 0px;
}
body{
    background-color: #b2dfdb;
    background-attachment: fixed;
}
.container{
    width: 90%;
}
.slides h3, .slides h4{
    color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00695c;
}
.nav-wrapper li:hover{
    background-color: #004d40;
}
#brand{
    margin-left: 100px;
}
#right{
    margin-right: 100px;
}
.nav-wrapper #tag{
    color: #b2dfdb ;
    padding-right: 5px;
    background-color: #00695c;
}
.tabs .indicator{
    display: none;
}
.tabs{
    text-align: center;
    font-weight: normal;
}
.tabs li:hover{
    background-color: #004d40;
}
#locations{
    background-color: #004d40;
}
.page-footer{
    margin-top: -20px;
}
#head{
    padding-left: 7px;
}
#locations-body{
    padding: 15px;
    margin-top: 10px;
    text-align: center;
}
span{
    color: teal;
}
a{
    color: red;
}
iframe{
    border: 2px solid black;
    margin-top: 10px;
    text-align: center;

}
h3{
    padding-bottom: 10px;
}
p{
    margin-bottom: 20px;
}
#locate{
    padding: 15px;
}
@media screen and (max-width: 480px) {
     iframe{
        width: 300px;
    }
}
@media screen and (max-width: 760px) {
     iframe {
        width: 400px;
    }
}
@media screen and (max-width: 992px) {
    #brand{
        margin-left: 0px;
    }
}
@media screen and (max-width: 1103px) {
     iframe {
        width: 300px;
    }
}
