@font-face {
    font-family: 'sansationbold_italic';
    src: url('../fonts/sansation_bold_italic.woff2') format('woff2'),
         url('../fonts/sansation_bold_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansationbold';
    src: url('../fonts/sansation_bold.woff2') format('woff2'),
         url('../fonts/sansation_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansationitalic';
    src: url('../fonts/sansation_italic.woff2') format('woff2'),
         url('../fonts/sansation_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansation_lightitalic';
    src: url('../fonts/sansation_light_italic.woff2') format('woff2'),
         url('../fonts/sansation_light_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansation_lightregular';
    src: url('../fonts/sansation_light.woff2') format('woff2'),
         url('../fonts/sansation_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/sansation_regular.woff2') format('woff2'),
         url('../fonts/sansation_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'sansationregular';
    font-size: 50px;
    color: #fff;
    background-color: #000;
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: 100%;
    padding: 10px;
}

body.bg2{
    background-image: url("../img/bg.jpg");
}

.main {
    height: 100%;
    width: 100%;
    display: table;
}

.vcenter {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.bg2{
    background-image: url("../img/bg2.png");
    background-size: cover;
}

.wrapper{
    display: inline-block;
    padding: 30px 80px;
    background-color: rgba(15, 6, 2, 0.7);
    -webkit-box-shadow: 0px 0px 15px 2px #df5c0e;
    box-shadow: 0px 0px 15px 2px #df5c0e;
}

h1{
    font-family: 'sansationbold';
}

a.more, a.submit, a.reload, a.submit2{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    display: inline-block;
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 15px 2px #df5c0e;
    box-shadow: 0px 0px 15px 2px #df5c0e;
    text-transform: uppercase;
}

a.q{
    text-transform: none;
    display: block;
    margin: 15px;
    padding: 15px;
}

.form-control, .form-control:focus {
    border: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 0px 15px 2px #df5c0e;
    box-shadow: 0px 0px 15px 2px #df5c0e;
    font-size: 30px;
    text-transform: uppercase;
}

.form-control::placeholder,
.form-control::-moz-placeholder,
.form-control::-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

#overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.selected {
    background-color: rgba(255, 255, 255, 0.5);
}

#rules .wrapper{
    text-align: justify;
    font-size: 16px;
}

#rules .wrapper h1{
    font-size: 30px;
    text-align: center;
}

#rules .wrapper h2{
    font-size: 20px;
}
