* {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

body {
    margin: 0;
}
main {
    display: block;
}

ul {
    padding: 0;
}

figure {
    margin: 0;
}

h1 span {
    font-size: 4.5rem;
    line-height: 1.1;
    text-shadow: 0 0px 22px rgba(0, 0, 0, .2);
}

.max-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
}

video.bg {
    filter: blur(5px);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.relative {
    position: relative;
}

.no-bullets {
    list-style: none;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.row-lobster {
    font-family: 'Lobster', sans-serif;
    display: block;
}

.row-anton, .row-anton-huge {
    font-family: 'Anton', sans-serif;
    display: block;
}

.row-anton {
    font-size: 5rem;
}

.row-anton-huge, .row-anton-huge .orange {
    font-family: 'Anton', sans-serif;
    font-size: 9rem;
}

.links a {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    color: #fff;
}

.links span {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    margin-right: 5%;
    text-decoration: underline;
}

.links a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 140px;
    width: 140px;
}

.links a.arrow:after {
    background: url("/images/landing/arrow.png") no-repeat 0 0/contain;
}

.links a.ticket:after {
    background: url("/images/landing/ticket.png") no-repeat 0 0/contain;
}

.heading-block {
    color: #fff;
    margin-bottom: 3rem;
}

.heading-block .orange {
    color: #f2893a;
}

.logo-bar {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 25px;
}

.logo-bar:before, .logo-bar:after {
    content: '';
    position: absolute;
    height: 2px;
    width: calc(50% - 175px);
    background: #fff;
    top: calc(50% + 25px);
    transform: translateY(-50%);
}

.logo-bar:before {
    left: 0;
}

.logo-bar:after {
    right: 0;
}

.logo-bar img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

main {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 100px;
}

.ribbon {
    background: url(/images/landing/ribbon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    left: 0;
    max-width: 300px;
    top: 0;
    padding: 0 15px;
    padding-bottom: 200px;
}

.ribbon span {
    display: block;
    color: #fff;
    font-size: 2.9rem;
    line-height: 1;
}

.ribbon span.date {
    margin-top: 10px;
}

.ribbon span.month {
    border-bottom: 3px solid #fff;
}

.ribbon span.year {
    color: #1f2643;
    font-size: 4rem;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
}

.arrow-button {
    background: url(/images/landing/arrow-orange.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    display: flex;
    align-items: center;
    max-width: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: none;
    padding: 75px 0;
}

.arrow-button .text {
    max-width: 250px;
}

.arrow-button .text span {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    padding-left: 40px;
}

.arrow-button .text span.white {
    color: #fff;
}

.arrow-button .text span.blue {
    color: #1f2643;
}

@media(max-height: 900px) {
    * {
        font-size: 14px;
    }
    .arrow-button {
        padding: 5px 0;
    }
}

@media(max-height: 750px) {
    * {
        font-size: 14px;
    }
    .arrow-button {
        top: 0;
        bottom: auto;
    }
    .arrow-button video {
        display: none;
    }
}

@media(max-width: 1600px) {
    * {
        font-size: 14px;
    }
    .ribbon {
        margin-left: 50px;
    }
}

@media(max-width: 1400px) {
    * {
        font-size: 12px;
    }
}

@media(max-width: 1000px) {
    * {
        font-size: 12px;
    }
    .max-container {
        overflow: hidden;
        height: 110vh;
    }
    .arrow-button {
        position: relative;
        max-width: 320px;
        margin: 0 auto;
        background: #F68A40;
        padding: 40px 0;
        top: -75px;
    }
    .arrow-button .text span {
        padding-left: 0;
    }
    .arrow-button .text {
        margin: 0 auto;
    }
    .row-anton {
        font-size: 3rem;
    }
    .row-lobster {
        font-size: 2rem;
    }
    .row-anton-huge, .row-anton-huge .orange {
        font-size: 4rem;
    }
    .ribbon span {
        font-size: 1.5rem;
        border-bottom: none !important;
        padding: 0 5px;
    }
    .ribbon span.year {
        font-size: 2rem;
    }
    .ribbon {
        background: #f2893a;
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 0;
    }
    .ribbon span.date {
        margin-top: 0;
    }
    .ribbon span.year {
        font-size: 1.5rem;
        color: #fff;
    }
    .links a:after {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }
    .links a span {
        width: 100%;
        margin-top: 10px;
        font-size: 1.2rem;
    }
    .links a {
        display: flex;
        flex-direction: column-reverse;
    }
    .links {
        display: flex;
        align-items: flex-start;
    }
    .logo-bar {
        padding-top: 45px;
    }
    hr {
        display: none;
    }
    .logo-bar:before, .logo-bar:after {
        content: none;
    }
    .logo-bar img {
        max-width: 130px;
    }
}