/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

input {
    overflow: visible;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

footer {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


body {
    margin: 0;
    width: 100vw;
    background: url(bg.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
            background-size: cover;
    font-family: Oswald, sans-serif;
    overflow-x: hidden;
}

body .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    color: #fff;
}

body .container h1 {
    position: absolute;
    top: 10%;
    font-family: 'Kaushan Script', cursive;
    font-size: 2.8em;
}

body .container h3 {
    margin-top: 250px;
    margin-bottom: 15px;
    min-width: 250px;
    text-align: center;
}

body .container .center-elements {
    background: rgba(255, 255, 255, .2);
    -webkit-border-radius: 2px;
            border-radius: 2px;
    text-align: center;
    color: #fff;
    clear: both;
    padding: 10px 50px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    margin-top: 20px;
}

body .container footer p:nth-child(1),
body .container footer p:nth-child(2),
body .container footer p:nth-child(3) {
    margin-bottom: 0;
}

body .container .center-elements h2 {
    width: 190px;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-left: -10px;
    font-size: 2.2em;
}

body .container .active {
    background: #fff;
}

body .container .btn-group .btn-secondary:not(:disabled):not(.disabled).active,
body .container .btn-group .btn-secondary:not(:disabled):not(.disabled):active {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}


body .container .btn-group .btn-secondary {
    background: 0 0;
    border: 1px solid #fff;
}


body .container .credits {
    height: 38px;
    margin-top: 75px;
}

body .container footer {
    width: 215px;
    text-align: left;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #999;
    font-weight: 100;
    letter-spacing: 1px;
}

body .container footer p:nth-child(1) a,
body .container footer p:nth-child(2) a {
    color: #777;
    font-weight: 100;
}

body .container footer p {
    margin-left: 10px;
}

@media (max-width:580px) {
    body .container h1 {
        font-size: 1.9em;
        position: relative;
        clear: both;
        margin-top: 10%;
        margin-bottom: 15%;
    }
    body .container h3 {
        margin-top: 10px;
    }
    body .container footer{
      position: relative;
      margin-top: 15%;
      margin-bottom: 100px;
    }
}
