:root, * {
    font-family: 'Barlow Condensed', sans-serif;
    color-scheme: light;
    font-size: 20px;
}

.nav-item > a {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: 0.5px;
}

.navbar {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
}
.navbar-nav {
    background-color: rgb(255, 255, 255);
}
.navbar-collapse.show ,
.navbar-collapse.collapsing {
    margin-top: -2px !important;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.40) !important;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.navbar-nav .dropdown-center > a::after {
    border: none;
    font-weight: bold;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;

    transition: transform 0.2s;
}

.navbar-nav .dropdown-center > a.show::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3E%3C/svg%3E");
}

.dropdown-item {
    font-size: 20px;
}

main > .container {
    padding: 120px 15px 20px;
}

.help-block, .not-set {
    color: darkred;
}
.mt-content {
    margin-top: 90px;
    margin-bottom: 40px;
}
.g-custom-90 {
    --bs-gutter-x: 90px;
    --bs-gutter-y: 90px;
}
@media (max-width: 768px) {
    .g-custom-90 {
        --bs-gutter-x: 60px;
        --bs-gutter-y: 60px;
    }
    .mt-content {
        margin-top: 40px;
    }
}
/* Timeline masonry */
.mas-container {
    max-width: 90vw;
    margin: 120px auto;
    columns: 4;
    column-gap: 60px;
}
.mas-container .mas-box {
    width: 100%;
    margin-bottom: 60px;
    break-inside: avoid;
    text-align: center;
}

.mas-container .mas-box img {
    max-width: 100%;
}

@media (max-width: 1200px) {
    .mas-container {
        columns: 3;
    }
}

@media (max-width: 768px) {
    .mas-container {
        margin: 40px auto;
        columns: 2;
    }
    .mas-box {
        margin-left: 0 !important;
    }
}

@media (max-width: 480px) {
    .mas-container {
        columns: 1;
    }
}
.mas-container .text-start {
    letter-spacing: 0.5px;
}
.mas-box.text-start .mas-content-title {
    font-family: "Barlow Condensed", serif;
    font-weight: 600;
    font-size: 22px;
}
.mas-box.text-start p {
    font-family: "Barlow Condensed", serif;
    font-weight: 300;
    font-size: 18px;
}
.mas-image-caption.mas-label {
    font-family: "Barlow Condensed", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-top: 15px;
    color: #000000;
}

.mas-image-caption.mas-description {
    font-family: "Barlow Condensed", serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    margin-top: 0;
    color: #000000;
}
/* Timeline masonry */

/* Nano gallery formatting */
#gallery {
    margin-top: 120px;
}
.nGY2GThumbnailTitle {
    margin-top: 15px !important;
    font-family: "Barlow Condensed", serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #000000 !important;
    letter-spacing: 1.02px !important;
    text-shadow: unset !important;
}
.nGY2GThumbnailDescription {
    font-family: "Barlow Condensed", serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #000000 !important;
    letter-spacing: 1.02px !important;
    text-shadow: unset !important;
}
/* Nano gallery formatting */

/* Biography */
.biography-text * {
    font-family: "Barlow Semi Condensed", serif;
    letter-spacing: .5px;
    font-weight: 200;
}
.biography-text p {
    margin-bottom: 10px;
}
.biography-text h2:not(:first-of-type) {
    margin-top: 60px;
}
.biography-text b,
.biography-text strong {
    font-weight: 500;
}
.biography-text h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.6px;
}
@media (max-width: 768px) {
    .bio-image {
        width: 100% !important;
        height: auto !important;
    }
}
/* Biography */
