*{
    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;
}
#employment{
    background-color: #004d40;
}
.page-footer{
    margin-top: -20px;
}
#head{
    padding-left: 7px;
}
#employment-body{
    padding: 15px;
    padding-bottom: 50px;
    margin-top: 10px;
    margin-bottom: 350px;
}
#employment-body h3{
    text-align: center;
}
a{
    color: teal;
}
@media screen and (max-width: 992px) {
    #brand{
        margin-left: 0px;
    }
}
