* {
    font-family: 'Raleway', sans-serif;
}

.custom-navbar {
    padding: 35px 3vw;
}

.main-name {
    font-size: 35px;
    font-weight: bold;
    color: black;
}

.custom-navbar-right {
    text-align: right;
}

.custom-navbar-right a {
    text-decoration: none;
    color: black;
    padding-bottom: 5px;
}

.custom-navbar-right a.selected-nav-item {
    border-bottom: 1px solid black;
}

.custom-navbar-right a:hover {
    border-bottom: 1px solid black;
}

.homepage-box>img {
    width: 100%;
}

.asset-container {
    padding: 0 3vw;
}

.asset-box-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.asset-box {
    background-position: center;
    background-size: cover;
    margin-bottom: 2vw;
    position: relative;
    cursor: pointer;
}

.asset-box>.image-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -10;
}

.asset-box>.overlay-text {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    font-size: 3vw;
    z-index: 30;
    font-size: 50px;
    font-weight: 500;
    color: black !important;
}

.asset-box>.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.25;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.asset-box:hover>.overlay {
    opacity: 0;
}

/* .asset-box > .overlay > p{ 
    font-size: 32px;
    font-weight: 400;
} */
.is-two-thirds>img {
    width: 100%;
    margin-bottom: 2vw;
}

.sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.sticky-container>p {
    font-size: 14px;
    margin-bottom: 1rem;
}

.is-one-thirds h2 {
    font-size: 50px;
}

.description-paragraph {
    margin-bottom: 2vw;
}

.slide-left {
    position: absolute;
    top: 50%;
    left: 5vw;
    color: white;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.slide-right {
    position: absolute;
    top: 50%;
    right: 5vw;
    color: white;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.slide-left:hover,
.slide-right:hover {
    transform: scale(1.2);
}

.modal-content {
    width: 80vw;
    text-align: center;
}

.modal-content img {
    height: 100%;
}

.full-width-image>img {
    width: 100%;
}

.split-width-image {
    display: flex;
    justify-content: space-between;
}

.split-width-image>img {
    width: 45%;
}

.split-width-image,
.full-width-image {
    margin-bottom: 3rem;
}

.scroll-link-container {
    display: flex;
    margin-bottom: 5px;
}

.scroll-link-container a {
    text-decoration: none;
    padding-bottom: 5px;
    margin-right: 15px;
    color: #3273dc;
    text-decoration: underline;
}

/* .scroll-link-container  a.selected-nav-item{
    border-bottom: 1px solid black;
}
.scroll-link-container a:hover{
    border-bottom: 1px solid black;
} */
.form-flex-container {
    display: flex;
    height: 25rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.form-flex-container h1 {
    font-size: 5vw;
}

.form-flex-container p {
    margin-bottom: 3rem;
}

.form-flex-container input {
    padding: 0.5rem 2rem;
}

.bold {
    font-weight: 600;
}

.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem;
    flex-direction: column;
}

.contact-container>h1 {
    font-size: 48px;
}

.image-label {
    font-size: 1.5rem;
    border-bottom: 1px solid black;
    width: 50%;
    margin-bottom: 1rem;
}

@media all and (max-width: 2690px) {
    .asset-box {
        height: 30vw;
        width: 30vw;
    }
}

@media all and (max-width: 1280px) {
    .asset-box {
        height: 30vw;
        width: 30vw;
    }
}

@media all and (max-width: 980px) {
    .asset-box {
        height: 30vw;
        width: 30vw;
    }
}

@media all and (max-width: 736px) {
    .asset-box {
        height: 90vw;
        width: 90vw;
        margin-bottom: 2rem;
    }

    .asset-box-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .custom-navbar-right {
        text-align: center;
    }

    .custom-navbar-right>div>div {
        display: inline-block;
    }

    .columns.is-gapless {
        display: flex;
    }

    .main-name {
        display: block;
        text-align: center;
    }

    .contact-container {
        padding: 2rem;
    }

    .split-width-image,
    .full-width-image {
        margin-bottom: 1rem;
    }

    .split-width-image {
        flex-direction: column;
        margin-bottom: 0;
    }

    .split-width-image>img {
        width: 100%;
        margin-bottom: 1rem;
    }
}

@media all and (max-width: 480px) {
    .asset-box {
        height: 90vw;
        width: 90vw;
        margin-bottom: 2rem;
    }

    .asset-box-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}