body {
    font-family: 'Open Sans', sans-serif;
}

.text-primary {
    color: #58C0D2 !important;
}

.y-section {
    padding: 60px 0;
}

@media only screen and (min-width: 768px) {
    .y-section {
        padding: 120px 0;
    }
}

.main-banner {
    background-image: url('/assets/media/banner/banner-homepage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1200px) {
    .main-banner {
        background-attachment: fixed;
    }
}

.main-navbar {
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(4px) saturate(150%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15)
}

.main-banner .btn {
    border-radius: 1.5em;
    min-width: 200px;
    border-width: 2px;
}

.card--themed {
    border: none;
}

.card--themed .card-body {
    padding: 0;
}

.card--themed .card-title {
    padding: .4em 0;
    border-color: #C7C7C7;
    border-width: 1px 0;
    border-style: solid;
}

.list-topics {
    font-weight: bold;
}

.list-topics small {
    font-weight: normal;
    display: block;
}

@media only screen and (min-width: 768px) {
    .list-topics {
        column-count: 2;
    }
}