
h1, h2, h3, h4 {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 68px;
    color: #eee;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
h3 {
    font-size: 36px;
    margin-top: 25px;
}
h4 {
    font-size: 30px;
}

.ultra-wrap {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #000;
}

a {
    color: #E43B2C;
    text-decoration: underline;
}
a:hover {
    color: unset;
}
p {
    margin: 0 0 10px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.ty-bg {
	background-image:url(//d2q2bkkwoz3pe2.cloudfront.net/images/new/bg-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 600px;
    border-bottom: 10px solid #e72f2a;
}
.up-header {
    background: rgba(0,0,0,0.80);
    height: 60px;
    padding: 10px 0;
}
.win-bg {
	background-image:url(//d2q2bkkwoz3pe2.cloudfront.net/images/new/bg-winner.jpg);
    background-size:cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: white;
}
.up-title {
    margin-top: -430px;
    position: relative;
    z-index: 2;
    background: rgba(0,0,0,0.80);
    margin-bottom: 40px;
}
.vid-con {
    margin-top: -220px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 -7px 13px rgb(255 255 255 / 35%);
    box-shadow: 0 -7px 13px rgb(255 255 255 / 35%);
}

.adj-2 .letter {
    margin-top: 25px;
    background: url(//d2q2bkkwoz3pe2.cloudfront.net/images/new/ty-rm1.png) right bottom no-repeat;
    background-size: 170px;
}
.adj-2 p {
    font-size: 18px;
}

.info-box {
    margin-top: -170px;
    background: #fff;
    margin-bottom: 50px;
    padding: 15px 0 0;
    border-radius: 15px;
    -webkit-box-shadow: 0 -7px 13px rgb(0 0 0 / 15%);
    box-shadow: 0 -7px 13px rgb(0 0 0 / 15%);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

ul.checked li {
    font-size: 18px;
    position: relative;
    padding: 15px 15px 15px 45px;
}

ul.checked li:nth-child(even) {
    background: #eee;
}

ul.checked li:after {
    position: absolute;
    content: " ";
    width: 31px;
    height: 29px;
    background: url(//d2q2bkkwoz3pe2.cloudfront.net/images/order7/check.png) top no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
}

p.small {
    font-size: 14px;
    padding: 15px;
}

footer {
    background-color: #000;
    color: white;
    font-size: 1.2em;
    font-family: "Open Sans", sans-serif;
}

footer a {
    text-decoration: unset;
    color: white;
}

footer p {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {

    .up-header {
        height: 50px;
    }
    h1 {
        font-size: 54px;
    }
    h4 {
        font-size: 24px;
    }

    ul.checked li {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .up-header {
        height: 40px;
    }
    .ty-bg {
        background-size: 1600px;
        min-height: 400px;
    }
    .win-bg {
        background-size: 1000px;
    }
    h1 {
        font-size: 38px;
    }

    .adj-2 .letter {
        background-size: 120px;
    }
    h3 {
        font-size: 24px;
    }
    .adj-2 p {
        font-size: 14px;
    }

    h4 {
        font-size: 18px;
    }
    ul.checked li {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .ty-bg {
        background-size: 767px;
        min-height: 300px;
    }
    .up-header {
        height: auto;
    }
    .win-bg {
        background-size: 767px;
    }
    .up-title {
        margin-top: -150px;
    }
    h1 {
        font-size: 30px;
    }
    .vid-con {
        margin-top: 25px;
    }
    .info-box {
        margin-top: 25px;
    }
}
