body {
    font-family: "Nunito Sans", sans-serif !important;
}

/* secondary font */
.secondary-font, #secondary-font {
    font-family: "Nunito Sans", sans-serif !important;
}

/* primary font */
.primary-font, #primary-font, h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif !important;
}

/* Default font */
.default-font, #default-font {
    font-family: "Nunito Sans", sans-serif !important;
}

#about ul {
    display: block !important;
}

#contact a {
    text-decoration: none;
    color: inherit;
}

footer .text-secondary, footer .pb-2 {
    display: none;
}

footer {
    font-size: 0.8rem;
}

footer .nav-link {
    color: var(--text-color) !important;
}

@media (max-width: 768px) {
    .content h2 {
        font-size: 1.8rem !important;
    }
}

#banner {
    height: 300px;
}

.header-banner {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.header-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.header-banner::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(187, 225, 250, 0.3);
}

.card-img-top {
    height: 85px;
    object-fit: scale-down;
}

body #achievements .card, body #achievements .card-text {
    cursor: auto !important;
    background-color: var(--background-color) !important;
}