.navbar-brand img {
    width: 60px;
    height: auto;
}
.navbar {
    transition: background-color .3s;
}
.navbar a, .navbar a:hover, .navbar a:visited {
    color: #fff;
    font-size: 1.1rem;
    text-shadow: 0 0 4px #000;
    font-weight: 200;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}
.navbar-toggler, .navbar-toggler:focus {
    border: 0;
    color: #fff;
    font-size: 2rem;
    box-shadow: none;
    outline: none;
}

.section {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.section .bg-gradient-from-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
    z-index: 0;
}
.section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 0;
}

.bg-black30 {
    background-color: rgba(0,0,0,.3);
}
.bg-black60 {
    background-color: rgba(0,0,0,.6);
}
.bg-pxblue {
    background-color: #0093b7;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

a, a:visited, a:hover {
    color: #003b4a;
}

#footer a, #footer a:visited, #footer a:hover {
    color: #81dbf1;
    text-decoration: none;
}
