*{
    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;
}
#head{
    padding-left: 15px;
}
.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;
}
#home{
    background-color: #004d40;
}
#home-page{
    text-align: center;
}
.page-footer{
    margin-top: -20px;
}
.card-panel{
    margin-bottom: 80px;
}
.card-panel li{
    font-size: 18px;
    color: #e0f2f1;
    text-align: center;
}
td, th{
    padding-left: 30px;
    text-align: center;
}
#lower{
    text-align: center;
    padding-bottom: 24px;
}
blockquote{
    border-left: 4px solid teal;
}
.page-footer{
    margin-top: -20px;
}
#port{
    font-size: 12px;
    font-weight: lighter;
    background-color: teal;
    color: white;
}
#marine{
    font-size: 12px;
    font-weight: lighter;
    background-color: teal;
    color: white;
}
#services{
    text-align: center;
}
hr{
    margin-bottom: 10px;
    margin-top: 5px;
    border: 1px solid darkgrey;
}
hr{
    border-color: #e0f2f1;
}

@media screen and (max-width: 480px) {
    .card-panel{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 760px) {
    #brand{
        margin-left: 0px;
    }
    .card-panel{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 992px) {
    #brand{
        margin-left: 0px;
    }
}
