*{
    font-family: 'Fern Web', serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.container-fluid {
    max-width: 1100px;
}

.content {
    padding-top: 200px;
    min-height: calc(100vh - 75px);
}

.nav-link,
.navbar-brand {
    cursor: pointer;
    font-style: italic;
    font-size: 1rem !important;
}

.nav-link {
    font-style: italic;
    justify-content: flex-end;
    color: rgb(161, 161, 161) !important;
}

.nav-link:hover {
    color: black !important;
}

.nav-link.active {
    color: black !important;
}

.navbar-collapse {
    justify-content: flex-end;
}

.gallery-item {
    position: relative;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.4s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08) inset;
}

.overlay:hover {
    opacity: 1;
}

.overlay-text {
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
    font-style: italic;
    color: rgb(100, 100, 100);
    text-decoration: none;
    max-width: 250px;
}

a {
    font-style: italic;
    color: rgb(161, 161, 161);
    transition: 0.4s;
}

a:hover {
    color: black;
}

h1 {
    font-style: italic;
    font-weight: 800;
    font-size: 32px;
}

.highlight {
    font-style: italic;
    font-weight: 700;
}

.description {
    font-style: italic;
    color: rgb(100, 100, 100);
}

.fixed {
    width: 430px;
}

.page-title {
    width: 50%;
    padding-bottom: 5rem;
}

.footer-box {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.footer-text {
    font-style: italic;
    color: rgb(100, 100, 100);
    line-height: normal !important;
}

.modal-item {
    cursor: pointer;
}

/* media query */

@media (max-width: 576px) {
    .fixed {
        width: auto;
    }
    .container-fluid {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 826px) {
    .content {
        padding-top: 75px !important;
    }
    .page-title {
        width: auto;
        padding-bottom: 0.5rem;
    }
    .fixed {
        width: auto;
    }
    .container-fluid {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    h1 {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .content {
        padding-top: 120px !important;
    }
}

@font-face {
    src: url('fonts/FernVariable-Roman-VF.woff2') format("woff2"),
         url('fonts/FernVariable-Roman-VF.woff') format("woff");
    font-family: 'Fern Web';
    font-style: normal;
    font-weight: 400 800;
    }

@font-face {
    src: url('fonts/FernVariable-Italic-VF.woff2') format("woff2"),
         url('fonts/FernVariable-Italic-VF.woff') format("woff");
    font-family: 'Fern Web';
    font-style: italic;
    font-weight: 400 800;
    }