*{
    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;
}
#mobile-demo li{
    font-weight: normal;
}
.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;
}
#maritime{
    background-color: #004d40;
}
.page-footer{
    margin-top: -20px;
}
#head{
    padding-left: 7px;
}
figure{
    display: inline-block;
    margin-left: 50px;
}
figcaption{
    margin-left: 18px;
}
#maritime-body{
    padding: 10px;
    margin-top: 7px;
    text-align: center;
}
.indent{
    margin-left: 25px;
}
.indent-2{
    margin-left: 50px;
}
#main-title{
    color: #004d40 ;
    font-family: georgia;
}
#maritime-body li{
    padding-top: 4px;
    font-size: 18px;
}
.tiny{
    color: #004d40;
    margin-left: 3px;
    margin-right: 7px;
    font-weight: bold;
}
.sub-titles{
    font-size: 18px;
    margin-top: 20px;
    font-style: italic;
    color: #00796b;
    font-weight: bold;
}
#maritime-body ul{
    padding: 10px;
}
a{
    color: teal;
}
hr{
    border-color: #e0f2f1;
}
@media screen and (max-width: 992px) {
    #brand{
        margin-left: 0px;
    }
}
