html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
}

body {
    background: #f2d492;
}

#left-bg {
    background: #f2d492;
}

#right-bg {
    background: #225466;
}

#top-text-left {
    color: #f2d492;
}

#top-text-right {
    color: #225466;
}

.bg {
    position: fixed;
    height: 200%;
    width: 100%;
}

#left-bg {
    top: -50%;
    left: -50%;
    transform-origin: 100% 50% 0;
    z-index: 2;
}

#right-bg {
    top: -50%;
    left: 50%;
    transform-origin: 0 50% 0;
}

.bg, #headers-container, .top-text {
    transform: rotate(-10deg);
}

.container {
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

#headers-container {
    /*z-index: 10;*/
}

#top-text-left {
    transform-origin: 50% 50%;
    width: 68%;
}

#top-text-right {
    transform-origin: 100% 50%;
    width: 34.1%;
    z-index: 10;
    overflow: hidden;
}

#info-container {
    text-align: right;
}

.top-text {
    position: absolute;
    top: 15%;
    left: 16%;
    height: 70%;
    text-align: left;
    align-self: flex-start;
}

.name {
    font-weight: 300;
    font-style: italic;
    font-size: 150px;
    font-size: 12vw;

    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: -2px;
}

.name span {
    border-bottom: 0.5vw solid #d84a33;
}


.about {
    font-size: 1.6vh;
    color: #c8b18d;
    margin: 8px;
}

.about p {
    margin: 0;
}

.about .parens {
    /*color: #cb7048;*/
    color: #cb664f;
}

.about .desc.main {
    font-weight: 600;
    color: #f2d492;
}


.links {
    /*font-size: 3vh;*/
    font-size: 1.5em;
    font-style: italic;
    font-weight: 600;
    margin-right: -1em;
    z-index: 12;

    width: 55%;
}

.links .separator {
    color: #d84a33;
}

.links .link-block, .links .link-block-med {
    display: inline;
}

.links .link-block {
    white-space: nowrap;
}

.separator.last {
    display: none;
}

.links a {
    text-decoration: none;
    /*color: #85d79b;*/
    color: #f2d492;
}

.links a:hover {
    color: #fff4b2;
}

@media (max-aspect-ratio: 1/1), (max-width: 780px) and (orientation: landscape) {
    .separator.last {
        display: inline;
    }

    .links .link-block-med {
        display: block;
    }
}

@media (max-aspect-ratio: 5/8) and (max-width: 550px) {
    .links .link-block {
        display: block;
    }
}
