/* #logoDiv{
    background-image: url("assets/images/SeaTernLogoWhite.png");
    background-size: cover;
    min-height: 100%;
} */
#logo{
    max-width: 400px;
    min-width: 100px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-size: 20px;
    text-transform: uppercase;
}

.navbar {    
    /* background: black !important; */
    padding: .1rem 1rem;
    /* border-bottom: yellow solid 1px; */
 
}
.navbar a {
    color: white !important;
    font-family: 'Times New Roman', Times, serif;
}
.nav-item{
    margin-left: 30px;
    margin-right: 30px;
}