body, html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Roboto;
    text-shadow: 0 0 3px #000;
}

.content-container {
    display: table;
    width: 100%;
    height: 75%;
}

.age-18-warning-container {
    display: table-cell;
    vertical-align: middle;
}

.age-18-warning-container > div {
    width: 450px;
    margin: 0 auto;
    text-align: center;
}

.age-18-warning-container .adult-content {
    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 30px;
}

.age-18-warning-container .adult-content h1 {
    background: url('/images/18-circle.png') no-repeat top center transparent;
    padding-top: 95px;
    color: #E3051A;
    font-size: 48px;
    margin: 0;
}

.age-18-warning-container .question h2 {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
}

.age-18-warning-container .buttons a.button {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 25px 10px 25px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
}

.age-18-warning-container .buttons {
    padding: 20px 0;
}

.age-18-warning-container .buttons a {
    margin: 0 15px;
}

.age-18-warning-container .buttons a [class^="icon-"] {
    margin-right: 10px;
    font-size: 13px;
}

.age-18-warning-container .buttons a.button.yes {
    background-color: #5CAD4A;
    color: white;
    text-shadow: 1px 1px 0 #215416;
}

.age-18-warning-container .buttons a.button.no {
    background-color: #DD3E3E;
    color: white;
    text-shadow: 1px 1px 0 #841A1A;
}

.age-18-warning-container .disclaimer {
    padding-top: 25px;
    font-size: 13px;
    color: #9F9F9F;
}

.age-18-warning-container .disclaimer a {
    color: #DD3E3E;
    text-decoration: none;
}
.age-18-warning-container .disclaimer p {
    margin: 0 25px;
}

.seo {
    text-shadow: none;
    color: #9f9f9f;
    margin-top: 150px;
}

[class^="icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tick:before {
    content: "\e900";
}

.icon-cross:before {
    content: "\e901";
}

@font-face {
    font-family: 'icomoon';
    src: url('/css/fonts/intro/icomoon.eot?13ly35');
    src: url('/css/fonts/intro/icomoon.eot?13ly35#iefix') format('embedded-opentype'), url('/css/fonts/intro/icomoon.ttf?13ly35') format('truetype'), url('/css/fonts/intro/icomoon.woff?13ly35') format('woff'), url('/css/fonts/intro/icomoon.svg?13ly35#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}