html, body {
    margin: 0;
    font-family: Chakra Petch, sans-serif;
}

.cover-background {
    background: url(/assets/images/background_1920x1080.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.cover-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.navbar {
    height: 90px;
    background-image: linear-gradient(rgba(3, 40, 48, 1), rgba(3, 40, 48, 0));
}

.card {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.card-img-top {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.card-title {
    text-align: center !important;
}

.swiper-slide {
    display: flex;
}

.swiper-wrapper {
    min-width: 0;
}

.navbar-brand img {
    max-width: 60vw;
}
@media (min-width: 576px) {
    .navbar-brand img {
        max-width: 69vw;
    }
}
@media (min-width: 768px) {
    .navbar-brand img {
        max-width: 50vw;
    }
}
@media (min-width: 992px) {
    .navbar-brand img {
        max-width: 40vw;
    }
}
@media (min-width: 1200px) {
    .navbar-brand img {
        max-width: 30vw;
    }
}
@media (min-width: 1400px) {
    .navbar-brand img {
        max-width: 20vw;
    }
}

.feature-group {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}