* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: url(../img/background.png) no-repeat 70% 0% fixed;
    background-size: cover;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    line-height: 1.5;
}

.top-section {
    color: #fff;
    margin-left: 52px;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.header-text {
    flex-grow: 1;
}

.header-text h1 {
    background: url('../img/tape_1.svg') no-repeat;
    background-size: 100% 100%;
    font-size: calc(5em + 1vw);
    margin-bottom: 10px;
    line-height: initial;
}

.header-text .header-subtitle-group {
    background: url('../img/tape_2.svg') no-repeat;
    margin-left: 64px;
    display: block;
    top: -24px;
    position: relative;
    transform: rotate(1deg);
}

.header-text .header-subtitle {
    padding-left: 20px;
    font-size: 34px;
    line-height: initial;
}

.top-section .header {
    display: flex;
    align-items: flex-start;
}

.top-section .header-text {
    margin-right: 64px;
}

.top-section .image-container {
    position: relative;
    top: 12px;
}

.image-container .background {
    position: absolute;
    top: -20px;
    left: -44px;
    width: 130%;
    height: 130%;
    z-index: 0;
}

.image-container .tape-left {
    position: absolute;
    width: 55px;
    left: -30px;
    top: 40px;
    height: 30px;
    rotate: 70deg;
    z-index: 2;
}

.image-container .tape-right {
    position: absolute;
    top: -10px;
    left: 180px;
    width: 55px;
    height: 30px;
    rotate: -45deg;
    z-index: 2;
}

.image-container .image {
    display: block;
    width: 202px;
    position: relative;
    height: 202px;
    align-self: flex-start;
    z-index: 1;
}

.bottom {
    position: fixed;
    bottom: 50px;
    left: 74px;
    right: 170px;
}

.bottom-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bottom-text {
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    padding: 32px;
    max-width: 1066px;
    color: #ffffff;
    margin-right: 24px;
}

.bottom-links {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 24px;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: row;
    height: 94px;
}

.bottom-links .text-link {
    font-size: 30px;
    color: #ffffff;
    text-decoration: none;
    min-width: 190px;
    margin-left: 12px;
    background: url("../img/chevron_right_white_24px.svg") no-repeat right center;
}

.bottom-links .text-link:hover,
.text-link:active {
    transition: color .3s ease-in-out;
    background: url("../img/chevron_right_accent_24px.svg") no-repeat right center;
    color: #DC181F;
}

.bottom-icons {
    margin-top: 24px;
    margin-left: 36px;
    height: 94px;
    padding-right: 24px;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.bottom-icons .icon-link {
    width: 64px;
    height: 64px;
    margin-left: 24px;
    background-size: contain;
}

.instagram {
    background: url('../img/instagram_white.svg')
}

.instagram:hover,
.instagram:active {
    background: url('../img/instagram_accent.svg')
}

.twitter {
    background: url('../img/twitter_white.svg')
}

.twitter:hover,
.twitter:active {
    background: url('../img/twitter_accent.svg')
}

.steam {
    background: url('../img/steam_white.svg')
}

.steam:hover,
.steam:active {
    background: url('../img/steam_accent.svg')
}

.linkedin {
    background: url('../img/linkedin_white.svg')
}

.linkedin:hover,
.linkedin:active {
    background: url('../img/linkedin_accent.svg')
}

.tape-below-text {
    position: absolute;
    width: 170px;
    height: 42px;
    margin-top: -10px;
    left: 445px;
    rotate: -4deg;
    z-index: 2;
}

.text-cursor::after {
    content: '';
    display: inline-flex;
    width: 12px;
    height: 30px;
    top: 4px;
    left: 2px;
    position: relative;
    background-color: white;
    animation: blink-caret 0.8s infinite;
}

@keyframes blink-caret {
    50% {
        opacity: 0;
    }
}

.desktop {
    display: initial;
}

.mobile {
    display: none;
}

@media screen and (max-width: 780px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: inline;
    }

    .top-section {
        padding: 16px;
        position: fixed;
        top: 0;
        left: 0;
        margin-left: 0;
        display: inline-flex;
        align-items: center;
    }

    .header-text h1 {
        background: url('../img/tape_1.svg') no-repeat;
        background-size: 100% 150%;
        font-size: calc(2.7em + 1vw);
        margin-bottom: 18px;
        line-height: initial;
        position: relative;
        background-position: right;
        display: block ruby;
        z-index: 2;
    }

    .header-text .header-subtitle-group {
        margin-left: calc(1em + 1vw);
        display: inline-flex;
        z-index: 1;
        top: -20px;
        position: relative;
        transform: rotate(1deg);
    }

    .header-text .header-subtitle {
        padding-left: 20px;
        font-size: calc(0.9em + 1vw);
        line-height: initial;
    }

    .top-section .image-container {
        position: fixed;
        top: 6em;
        right: 1em;
    }

    .image-container .background {
        position: absolute;
        width: 130%;
        height: 130%;
        left: -10px;
        z-index: 0;
    }

    .image-container .tape-left {
        position: absolute;
        width: 55px;
        height: 30px;
        rotate: 70deg;
        z-index: 2;
    }

    .image-container .tape-right {
        position: absolute;
        width: 55px;
        height: 30px;
        rotate: -45deg;
        z-index: 2;
    }

    .image-container .image {
        display: block;
        width: 100px;
        position: relative;
        height: 100px;
        align-self: flex-start;
        z-index: 1;
    }

    .bottom {
        position: fixed;
        bottom: 30px;
        left: 16px;
        right: 16px;
    }

    .bottom-text {
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 0.8em;
        margin-right: 0;
        max-width: none;
        width: 100%;
    }

    .bottom-icons {
        height: 68px;
        margin-left: 0;
        padding-left: 16px;
        padding-right: 16px;
        left: 16px;
        right: 16px;
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bottom-icons .icon-link {
        width: 48px;
        height: 48px;

        margin-left: 0px;
        background-size: contain;
    }
    .bottom-links {
        height: 68px;
        padding-left: 16px;
        padding-right: 16px;
        position: rel;
        left: 16px;
        margin-top: 12px;
        right: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bottom-links .text-link {
        font-size: 1em;
        color: #ffffff;
        text-decoration: none;
        min-width: 0;
        margin-left: ;
        background:none;
    }

    .bottom-links .text-link:hover,
    .text-link:active {
        transition: color .3s ease-in-out;
        background: none;
        color: #DC181F;
    }
}

