html {
    scroll-behavior: smooth;
}

.hero-spacer {
    display: none;
}

@media only screen and (min-width: 1400px) {
    .hero-spacer {
        display: block;
        width: 5%;
    }

    .hero-main {
        width: 90%;
    }
}

.hero-main {
    padding-top: 5vh;
    display: flex;
    flex-direction: row;
    height: fit-content;
    justify-content: space-between;
}

.hero-upper {
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
}

@media only screen and (min-width: 1400px) {
    .hero-main {
        width: 90%;
        padding-top: 5vh;
    }

    .hero-upper {
        flex-direction: row;
    }

}


.hero-title-wrapper {
    /* text-align: center;
    display: block;
    flex-direction: column;
    align-items: flex-end; */
    background-color: var(--sidebar-bg-color-transparent);
    height: fit-content;
    margin-left: -15%;
    margin-right: -55vw;
    padding-right: 55vw;
    padding-left: 15%;
}

@media only screen and (min-width: 1400px) {
    .hero-title-wrapper {
        /* display: flex;
        text-align: unset; */
    }
}

.hero-upper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}

@media only screen and (min-width: 1400px) {
    .hero-upper-wrapper {
        justify-content: space-between;
    }
}


.hero-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}


.hero-title {
    display: none;
    /* background-color: var(--sidebar-bg-color-transparent); */
    /* display: flex; */
    /* font-size: 7vmin; */
    /* color: white; */
    /* font-weight: 700; */
    /* align-self: normal; */
    /* font-family: Montserrat, serif; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* width: auto; */
    /* margin-left: -15%; */
    /* margin-right: -15%; */
    /* text-align: right; */
    /* padding-right: 15%; */
    /* padding-left: 15%; */
    /* text-align: -webkit-right; */
    /* text-align: left; */
}

.hero-title h1 {
    color: white;
}

@media only screen and (min-width: 1400px) {
    .hero-title {
        display: block;
        align-self: unset;
    }
}


.hero-logo {
    /* position: absolute; */
    margin-left: 1vw;
    /* width: 40vmin;
    align-self: center;
    padding: 1vmin;
    display: none;
    margin-top: -19vmin;
    margin-left: -13vmin;
    transform: rotate(-22deg); */

    width: 58vmin;
    align-self: end !important;
    padding: 1vmin;
    /* display: none; */
    margin-top: -8vh;
    margin-right: -50vw;
    transform: rotate(22deg);

}

@media only screen and (min-width: 1400px) {

    .hero-logo {
        margin-left: 1vw;
        width: 58vmin;
        align-self: end !important;
        padding: 1vmin;
        margin-top: -8vmin;
        margin-right: -11vmin;
        transform: rotate(22deg);
    
    }

}

.hero-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: var(--sidebar-bg-color-transparent);
    color: white;
    margin-top: auto;
    text-align: center;
}

@media only screen and (min-width: 1400px) {

    .hero-info-wrapper {
        flex-direction: row;

    }

}

@media only screen and (min-width: 1600px) {
    .hero-logo {
        display: block;
        align-self: flex-start;
    }

}

@media only screen and (max-width: 1400px) {
    .hero-title h1 {
        margin: 0;
    }
}

.hero-info {
    font-size: large;
    /*font-size: 1.2vmax;*/
    font-family: 'Montserrat', serif;
    padding: 5px;
}

.hero-info a {
    color: white;
}


.hero-info a:hover {
    color: white;
}

.vertical-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 96vh;
}

.vertical-hero-button {
    font-size: 3vmin;
    /* height: 16vh; */
    font-family: 'Montserrat', serif;
    font-weight: 300;
}

.vertical-hero-button a {
    background-color: var(--sidebar-bg-color-transparent);
    color: white;
    transform-origin: top left;
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    transform: rotate(-90deg) translateX(-100%);
    padding: 5px 10px 5px 10px;
}

.vertical-hero-button a:hover {
    color: white;
}

.scroll-icon {
    width: 2vmin;
}