body,
html {
    /*height: 100%;*/
    margin: 0;
    font-size: 14px;
}

body {
    background-attachment: fixed;
    /*background-color: #000a26;*/
    max-width: 500px; /* 900px */
    margin: 0 auto !important;
    float: none !important;
    padding-top: 0 !important;
    background-image: url(header.jpg);
    background-position: top, center;
    background-repeat: no-repeat;
    background-size: 500px;
}

.container {
    height: 100%;
    /*overflow: scroll;*/
    margin-top: 150px;
}


@media (orientation: landscape) and (max-width: 1200px) {
    .container {
        background-size: 100%;
        min-height: 730px;
    }
}

a {
    /*color: #fff;*/
}

h1 {
    border-bottom: 1px solid #000000;
    margin-top: 0;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

#content {
    margin: 0 25px;
    border: 1px solid #000000;
    border-top: none;
    /*background-color: #ffffff;*/

    background: url(bg-white.png);
    background-size: 100%;

    padding: 20px;
    padding-top: 40px;
    /*padding-bottom: 25px;*/
    /*background-image: url(border-top.png);*/
    background-repeat: no-repeat;
    /*background-position: center top;*/
}

#cookieNotice {
    line-height: normal !important;
    padding: 30px !important;
}
#cookieNotice .confirm {
    display: block !important;
    margin-top: 30px !important;
}

.img-intro {
    width: 100%;
}

.text {
    /*color: #fff;*/
    /*font-family: "Open Sans", sans-serif;*/
    /*padding: 20px;*/
    text-align: justify;
}

#btn-begin-wrapper {
    text-align: center;
    margin-top: 25px;
}

#begin {
    /*font-family: "Open Sans", sans-serif;*/
    /*font-size: 16px;*/
    /*margin: 0 20px;*/
    color: #3e3636;
    padding: 16px 32px;
    background-color: #dac798;
    border: none;
}

.hide {
    display: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite lds-ring;
    border-color: #fff transparent transparent;
}
.lds-ring div:first-child {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.center {
    text-align: center;
}

.electroson {
    position: fixed;
    bottom: 55px;
    margin-left: -90px;
    left: 50%;
}
