@font-face {
  font-family: "MT Sans VF";
  src: url("../fonts/mtsansVF.ttf");
}

@font-face {
  font-family: "MT Sans LC";
  src: url("../fonts/mtsansLC.ttf");
}

@font-face {
  font-family: "MT Sans";
  src: url("../fonts/mtsans-RegularCondensed.otf");
}

@font-face {
  font-family: "MT Sans B";
  src: url("../fonts/mtsans-BoldCondensed.otf");
}

html, body {
    height: 100%;
}

body {
    background: url(../images/page_bg.jpg) top no-repeat;
}

h1 {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

header {
    min-height: 1317px;
    background: url(../images/final_bg_art.png) top no-repeat;
    background-size: contain;
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

header .container .info {
    padding: 0;
}

header .day_2 {
    margin-top: 100px;
}

main {
    display: block;
    padding-top: 100px;
}

section .container {
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    background: rgba(164, 164, 164, 0.15);
    -webkit-box-shadow: 0 35.625px 46.688px 6.563px rgba(0, 0, 0, 0.29);
            box-shadow: 0 35.625px 46.688px 6.563px rgba(0, 0, 0, 0.29);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    position: relative;
}

section .container .inside {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.75);
}

section .container h2 {
    font-family: 'MT Sans VF';
    font-size: 70px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 30px;
    position: relative;
}

section .container h2::after {
    position: absolute;
    content: '';
    width: 270px;
    height: 18px;
    background: url(../images/details.png) no-repeat;
    top: 15px;
    right: 20px;
}

section.results .container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(255, 80, 40, 0.9)), color-stop(25%, rgba(255, 80, 40, 0.0)));
    background-image: -o-linear-gradient(bottom left, rgba(255, 80, 40, 0.9) 0%, rgba(255, 80, 40, 0.0) 25%);
    background-image: linear-gradient(to top right, rgba(255, 80, 40, 0.9) 0%, rgba(255, 80, 40, 0.0) 25%);
}

section.results .container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, right top, left bottom, from(rgba(26, 145, 26, 0.9)), color-stop(25%, rgba(26, 145, 26, 0.0)));
    background-image: -o-linear-gradient(top right, rgba(26, 145, 26, 0.9) 0%, rgba(26, 145, 26, 0.0) 25%);
    background-image: linear-gradient(to bottom left, rgba(26, 145, 26, 0.9) 0%, rgba(26, 145, 26, 0.0) 25%);
}

section.results {
    background: url(../images/results.png) no-repeat;
    background-position: 1% top;
    padding: 60px 0;
}

section.results .table {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(255, 255, 255, 0.10);
    margin: 20px 30px 100px 30px;
    padding: 20px 0;
    border: 1px solid transparent;
    -o-border-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 75%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(75%, rgba(255, 255, 255, 0)));
       border-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 75%);
    border-image-slice: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 95% 100%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 95% 100%, 0% 100%, 0% 100%);
}

section.results .table::before, section.results .table::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    left: 10%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100% 0);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100% 0);
}

section.results .table::after {
    left: 55%;
}

section.results .table .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid transparent;
    -o-border-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100% 0);
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
       border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100% 0);
    border-image-slice: 1;
}

section.results .table .line:last-child {
    border-bottom: none;
}

section.results .table p {
    font-family: 'MT Sans VF';
    font-size: 56px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.8);
    margin: 20px;
    text-align: center;
}

section.results .table p.bold {
    font-weight: 700;
}

section.results .table p.number {
    width: 10%;
    text-align: center;
    font-weight: bold;
}

section.results .table .team_name {
    width: 45%;
    position: relative;
}

section.results .table .team_info {
    display: none;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 15px;
    width: 414px;
    height: 236px;
    background: url(../images/team_info.png) top left no-repeat;
    background-size: contain;
}

section.results .table .line:last-child .team_info {
    top: -50%;
}

section.results .table .team_info div {
    padding-top: 20px;
}

section.results .table .team_info .name {
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    margin: 30px 0 0 0;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
    -o-border-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 90% 0);
       border-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(90%, rgba(255, 255, 255, 0)));
       border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 90% 0);
    border-image-slice: 1;
}

section.results .table .team_info div p {
    font-family: 'MT Sans VF';
    color: #ffffff;
    font-size: 28px;
    margin: 0;
    padding: 5px 10px 5px 20px;
    text-align: left;
}

section.results .table .team_name:hover .team_info {
    display: block;
}

section.results .table .team_name:hover>p {
    color: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

section.results .table p.prize {
    width: 45%;
    text-align: center;
}

.day_2 img {
    display: block;
    margin: 0 auto;
}

header .day_2 .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

header .day_2 .links a {
    width: 65px;
    height: 69px;
    margin: 30px 20px;
}

header .day_2 .links a.twitch {
    background: url(../images/twitch_icon_gray.png) center no-repeat;
}

header .day_2 .links a.twitch:hover {
    background: url(../images/twitch_icon_color.png) center no-repeat;
}

header .day_2 .links a.yt {
    background: url(../images/yt_icon_gray.png) center no-repeat;
}

header .day_2 .links a.yt:hover {
    background: url(../images/yt_icon_color.png) center no-repeat;
}

header .day_2 p {
    font-family: 'MT Sans LC';
    font-size: 24px;
    font-weight: 100;
    color: #ffffff;
    text-align: center;
}

header .day_2 .drop_rewards {
    position: relative;
    padding: 20px;
    margin-bottom: 100px;
    background: rgba(164, 164, 164, 0.10);
}

header .day_2 .drop_rewards::after {
    content: '';
    position: absolute;
    width: 62px;
    height: 23px;
    background: url(../images/arrow_down.png) center no-repeat;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

header .day_2 .drop_rewards h2 {
    font-family: 'MT Sans VF';
    font-size: 46px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

header .day_2 ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1000px;
}

header .day_2 ul li {
    position: relative;
    width: 380px;
    font-family: 'MT Sans VF';
    font-size: 28px;
    font-weight: 100;
    color: #ffffff;
    margin: 20px 0;
    padding: 0 0 0 20px;
}

header .day_2 ul li::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 25px;
    background: #16BF16;
    left: 0;
    top: 4px;
}

footer {
    background: rgba(0, 0, 0, 0.6);
    margin-top: 80px;
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer a {
    margin: 80px 0;
}

.finish {
    margin: 40px 0 120px 0;
}

.finish p {
    color: #A8A9A9;
    font-family: 'MT Sans VF';
    font-size: 120px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    width: 50%;
    position: relative;
    letter-spacing: 5px;
}

.finish p::after {
    content: '';
    position: absolute;
    width: 640px;
    height: 240px;
    background: url(../images/itwas.png) center no-repeat;
    background-size: contain;
    top: -55px;
    right: -200px;
}

@media screen and (max-width:1920px) {
    video {
        width: 100%;
        min-width: unset;
        min-height: unset;
    }

    header {
        min-height: 1080px;
    }

    header .container .info {
        padding: 0;
    }

    main {
        padding-top: 50px;
    }

    section.results {
        background-size: 800px;
        padding: 40px 0;
        margin-bottom: 100px;
    }

    section .container {
        width: 90%;
    }

    section .container h2 {
        font-size: 62px;
    }

    section.results .table {
        margin: 20px 20px 60px 20px;
    }

    section.results .table p {
        font-size: 46px;
    }

    footer a {
        margin: 60px 0;
    }

    footer a img {
        width: 380px;
    }

    .finish p {
        font-size: 112px;
    }

    .finish p::after {
        width: 500px;
        height: 220px;
        top: -45px;
        right: -255px;
    }
}

@media screen and (max-width:1600px) {
    header {
        min-height: 830px;
    }

    main {
        padding-top: 150px;
    }

    section .container {
        width: 95%;
    }

    section .container h2 {
        font-size: 58px;
    }

    section.results {
        background-size: 750px;
        padding: 20px 0;
        margin-bottom: 80px;
    }

    section.results .table p {
        font-size: 42px;
    }

    section.results .table .line:last-child .team_info {
        top: -60%;
    }

    .finish p {
        font-size: 100px;
        line-height: 1.05;
        letter-spacing: 3px;
    }

    .finish p::after {
        width: 430px;
        height: 190px;
        top: -45px;
        right: -235px;
    }
}

@media screen and (max-width:1280px) {
    header {
        min-height: 660px;
    }

    main {
        padding-top: 120px;
    }

    section .container h2 {
        font-size: 48px;
        margin: 12px;
    }

    section .container h2::after {
        background-size: contain;
        width: 200px;
        top: 10px;
    }

    section.results {
        margin-bottom: 40px;
        background-size: 620px;
    }

    section.results .table {
        margin: 20px 20px 40px 20px;
    }

    section.results .table p {
        font-size: 32px;
    }

    section.results .table .team_info {
        width: 280px;
        height: 160px;
    }

    section.results .table .team_info .name {
        margin-top: 17px;
        padding-bottom: 6px;
        font-size: 26px;
    }

    section.results .table .team_info div {
        padding-top: 6px;
    }

    section.results .table .team_info div p {
        font-size: 20px;
        padding: 4px 10px 4px 15px;
    }

    section.results .table .line:last-child .team_info {
        top: -25%;
    }

    footer {
        margin-top: 40px;
    }

    footer a {
        margin: 40px 0;
    }

    footer a img {
        width: 300px;
    }

    .finish p {
        width: 70%;
        font-size: 90px;
        letter-spacing: 2px;
    }

    .finish p::after {
        width: 360px;
        height: 160px;
        top: -35px;
        right: -100px;
    }
}

@media screen and (max-width:1024px) {
    header {
        min-height: 600px;
    }

    main {
        padding-top: 20px;
    }

    section.results {
        background-size: 440px;
        padding: 7px 0;
    }

    section.results .table {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 95% 100%, 0% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 95% 100%, 0% 100%, 0% 100%);
    }

    section.results .table p {
        font-size: 26px;
    }

    section.results .table p.number {
        width: 5%;
    }

    section.results .table::after {
        left: 53%;
    }

    section.results .table .team_info .name {
        font-size: 24px;
    }

    section.results .table .line:last-child .team_info {
        top: -50%; 
    }

    section.results .table .team_info {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .finish {
        margin: 40px 0 100px 0;
    }

    .finish p {
        font-size: 80px;
    }

    .finish p::after {
        width: 315px;
        height: 140px;
        top: -25px;
        right: -125px;
    }
}

@media screen and (max-width:820px) {
    header {
        min-height: 460px;
    }

    header .container .info {
        padding: 10px;
    }

    main {
        padding-top: 0;
    }

    section .container {
        width: 90%;
        padding: 12px;
    }

    section .container h2 {
        font-size: 40px;
    }

    section .container h2::after {
        width: 140px;
        height: 10px;
        top: 8px;    
    }

    section.results {
        background-size: 440px;
        padding: 5px 0;
    }

    section.results .table {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 95% 100%, 0% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 95% 100%, 0% 100%, 0% 100%);
    }

    section.results .table p {
        margin: 15px;
    }

    section.results .table p.prize {
        width: 30%;
        text-align: center;
    }

    section.results .table p.prize span {
        display: none;
    }

    section.results .table .team_name {
        width: 55%;
    }

    section.results .table::after {
        left: 66%;
    }

    section.results .table .team_info .name {
        margin-top: 15px;
    }

    section.results .table .line:last-child .team_info {
        top: -25%; 
    }

    .finish {
        margin: 40px 0 80px 0;
    }

    .finish p {
        font-size: 72px;
    }

    .finish p::after {
        width: 250px;
        height: 110px;
        top: -15px;
        right: -115px;
    }
}

@media screen and (max-width:768px) {
    section.results .table p {
        font-size: 24px;
    }

    .finish p::after {
        width: 225px;
        height: 100px;
        top: -5px;
        right: -110px;
    }
}

@media screen and (max-width:640px) {
    header {
        min-height: 360px;
    }

    section .container h2 {
        font-size: 36px;
    }

    section.results {
        background-size: 380px;
        margin-bottom: 20px;
    }

    section.results .table p {
        font-size: 22px;
    }

    section.results .table p.number {
        width: 10%;
    }

    section.results .table .team_name {
        width: 43%;
    }

    section.results .table::before {
        left: 15%;
    }

    section.results .table::after {
        left: 64%;
    }

    section.results .table .team_info {
        width: 220px;
        height: 126px;
    }

    section.results .table .team_info .name {
        margin-top: 9px;
        padding-bottom: 4px;
        font-size: 22px;
    }

    section.results .table .team_info div p {
        font-size: 18px;
        padding: 0px 10px 4px 15px;
    }

    footer a {
        margin: 30px 0;
    }

    footer a img {
        width: 260px;
    }

    .finish {
        margin: 20px 0 100px 0;
    }

    .finish p {
        font-size: 60px;
        width: 75%;
    }

    .finish p::after {
        width: 200px;
        height: 90px;
        top: unset;
        bottom: -75px;
        right: 0;
    }
}

@media screen and (max-width:480px) {
    header {
        min-height: 280px;
    }

    section .container {
        width: 95%;
        padding: 10px;
    }

    section .container h2 {
        font-size: 30px;
    }


    section.results {
        background-size: 300px;
    }

    section.results .table {
        margin: 20px;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 92% 100%, 0% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 92% 100%, 0% 100%, 0% 100%);
    }

    section.results .table p {
        font-size: 20px;
    }

    section.results .table .team_name {
        width: 45%;
    }

    section.results .table p.prize {
        width: 40%;
    }

    section.results .table::after {
        left: 57%;
    }

    .finish p {
        font-size: 46px;
        width: 75%;
    }
}

@media screen and (max-width:440px) {
    header {
        min-height: 240px;
    }

    section.results {
        background-size: 240px;
        background-position: 2% 10px;
    }

    section .container h2::after {
        display: none;
    }

    section.results .table .line {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    section.results .table {
        margin: 10px;
    }

    section.results .table p {
        margin: 10px;
    }

    section.results .table p.number {
        width: 10%;
    }

    section.results .table .team_name {
        width: 45%;
    }

    section.results .table .line:last-child .team_info {
        top: -60%;
    }

    .finish p {
        width: 90%;
    }
}

@media screen and (max-width:400px) {
    header {
        min-height: 220px;
    }

    section .container h2 {
        font-size: 22px;
        text-align: center;
    }

    section .container h2::after {
        content: none;
    }

    section.results {
        background-size: 220px;
        background-position: 5% 10px;
    }

    section.results .table {
        margin: 10px;
    }

    section.results .table p {
        font-size: 18px;
    }

    section.results .table .team_info {
        width: 200px;
        height: 115px;
    }

    section.results .table .team_info {
        top: 0;
        left: 0;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

    section.results .table .team_info .name {
        font-size: 18px;
        margin-top: 7px;
    }

    section.results .table .team_info div p {
        font-size: 16px;
    }

    section.results .table .line:last-child .team_info {
        top: unset;
        bottom: 0;
    }

    .finish p {
        font-size: 42px;
    }

    .finish p::after {
        width: 180px;
        height: 80px;
        bottom: -65px;
    }
}

@media screen and (max-width:320px) {
    header {
        min-height: 180px;
    }

    section .container {
        padding: 5px;
    }

    section.results {
        background-size: 220px;
        background-position: 5% 10px;
    }

    section.results .table {
        padding: 5px 0;
    }

    section.results .table p {
        font-size: 14px;
        margin: 6px;
    }

    section.results .table p.bold {
        font-weight: 600;
    }

    footer a img {
        width: 200px;
    }

    .finish {
        margin: 20px 0 80px 0;
    }

    .finish p {
        font-size: 34px;
    }

    .finish p::after {
        width: 155px;
        height: 70px;
        bottom: -55px;
    }
}