html, body {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: ivyjournal, sans-serif !important;
}

nav {
    .navbar-brand {
        margin-top: 0.5rem;

        img {
            height: 50px !important;
            width: auto !important;
        }
    }
}

header {
    background-image: url(./../images/header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    &::after {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
    }

    h1, h2 {
        font-family: baskerville-display-pt, serif !important;
    }

    .bg-header {
        filter: brightness(40%);
    }
}

.bg-dark, .btn-dark, .btn-outline-dark:hover {
    background-color: #091a2c !important;
}

.bg-light {
    background-color: #efefef !important;
}

.fa-ul {
    .fa-li {
        i {
            color: #117099 !important;
        }
    }
}

.slick-arrow {
    top: 50% !important;
    z-index: 5 !important;
    opacity: 0.5 !important;
    border: none !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    position: absolute !important;
    transition: opacity 0.3s !important;
    transform: translateY(calc(50% - 1.25rem)) !important;

    &:hover {
        opacity: 1 !important;
    }
}

.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}

.slick-dots {
    text-align: center;
    margin-top: -2rem !important;
    margin-bottom: 0 !important;
    position: relative !important;

    li {
        display: inline-block !important;

        button {
            background-color: #fff !important;
            border-radius: 50% !important;
            margin: 0 0.2rem !important;
            height: 0.8rem !important;
            width: 0.8rem !important;
            font-size: 0 !important;
            opacity: 0.3 !important;
            border: none !important;
            color: #fff !important;
            z-index: 3 !important;
        }

        &.slick-active {
            button {
                opacity: 1 !important;
            }
        }
    }
}
