.wrapper {
    display: flex;
    align-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}

body {
    background: #222;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 70px;
}

a {
    color: #f69200;
    text-decoration: none;
}

a:visited {
    color: #f69200;
    text-decoration: none;
}

ul {
    list-style: none;
    font-size: 16px;
    padding: 5px 10px 10px 10px;
    background-image: url("../img/image.png");
    background-size: cover;
    line-height: 1.9;
}

.orange {
    color: #f69200;
}

.content {
    max-width: 675px;
    padding: 0 10px;
}

.content p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
    line-height: 1.6;
}

.content p.videoQuote {
    text-align: center;
    font-size: 18px;
}

ul li {
    margin: 0;
    line-height: 1.6;
}

ul li.quote {
    color: #4dc5ff;
    text-shadow: 1px 1px 1px black;
}

ul li.quote a {
    color: #4dc5ff;
}

ul li.quote.left {
    color: #f9eb34;
}

ul li.quote.switched {
    color: #f9a334;
}

h1 {
    line-height: 1;
    color: #009ae4;
}

h2 {
    text-transform: uppercase;
    font-family: 'Righteous', cursive;
    font-size: 31.5px;
    margin: -16px 0 0 0;
}

h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

header h1 {
    text-transform: uppercase;
    font-family: 'Bangers', cursive;
    font-size: 117px;
    margin: 10px 0 0 0;
}

section {
    background-color: #0000002e;
    padding: 10px 0;
    border-radius: 5px;
}

.info {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}

.info span {
    display: block;
    margin-bottom: 10px;
}

.info a {
    margin-right: 3px;
}

.info p {
    text-align: left;
    margin-bottom: 10px;
}

.iframe {
    text-align: center;
}

.iframe iframe {
    width: 560px;
    height: 315px;
}

.specialH3 {
    margin: 20px 0;
}

ul li.verySmall p{
    font-size: 10px;
    margin: 0;
    text-align: left;
    display: inline-block;
}

ul li.verySmall {
    line-height: 1;
}

.small {
    font-size: 14px;
    display: block;
    margin: 0 10px;
}

.cookieNotice {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #333;
    border-top: 1px solid #4dc5ff;
    height: 210px;
}


button {
    border: none;
    background-color: transparent;
}

button:hover {
    cursor: pointer;
}

.cookieNotice div {
    text-align: center;
}

.cookieNotice button {
    color: white;
    padding: 10px;
}

.cookieNotice button {
    border-radius: 3px;
    text-transform: uppercase;
    margin: 10px;
}

.cookieNotice .cookieMessage {
    margin-right: 10px;
    font-size: 14px;
}

.cookieNotice .acceptCookies {
    background-color: #f9a334;
}

.cookieNotice .rejectCookies {
    font-size: 11px;
    opacity: 0.7;
}

.info span.deleteCookie {
    display: inline;
    color: #f9a334;
}

.deleteCookie:hover {
    cursor: pointer;
}

@media screen and (min-width: 675px) {
    .iframe iframe {
        width: 655px;
        height: 380px;
    }
}

@media screen and (max-width: 600px) {
    header h1 {
        font-size: 70px;
        text-align: center;
    }

    header h2 {
        font-size: 18.5px;
        margin: -7px 0 0 0;
    }

    .iframe iframe {
        width: 320px;
        height: 190px;
    }
    section {
        
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 360px) {
    header h1 {
        font-size: 60px;
        text-align: center;
    }

    header h2 {
        font-size: 16px;
        margin: -7px 0 0 0;
    }

    .iframe iframe {
        width: 280px;
        height: 150px;
    }
    section {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 570px) {
    .cookieNotice .cookieMessage {
        width: 100%;
        display: block;
        padding-top: 10px;
    }
}