/* Layout */
body {
    font-family: 'Oxygen', sans-serif;
    background-image: url('../img/bg.jpg');
    position: relative;
    overflow-x: hidden;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 0 0 80px;
    margin: 0 0 40px;
}

body:before {
    z-index: -1;
    content:" ";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/top-neon.png');
    display: block;
    height: 45%;
    width: 45%;
    top: -20%;
    right: 0;
}

@media only screen and (min-width: 360px) {
    body:before {
        height: 45%;
        width: 45%;
        top: -25%;
        right: 0;
    }
}

@media only screen and (min-width: 375px) {
    body:before {
        height: 42%;
        width: 42%;
        top: -20%;
        right: 0;
    }
}

@media only screen and (min-width: 411px) {
    body:before {
        height: 45%;
        width: 45%;
        top: -18%;
        right: 0;
    }
}

@media only screen and (min-width: 414px) {
    body:before {
        height: 45%;
        width: 45%;
        top: -19%;
        right: 0;
    }
}

@media only screen and (min-width: 500px) and (max-width: 659px) {
    body:before {
        height: 45%;
        width: 45%;
        top: -18%;
        right: -11%;
    }
}

@media only screen and (min-width: 660px) and (max-width: 767px) {
    body:before {
        height: 45%;
        width: 45%;
        top: -18%;
        right: -11%;
    }
}

@media only screen and (min-width: 768px) {
    body:before {
        height: 50%;
        width: 50%;
        top: -19%;
        right: -15%;
    }
}

@media only screen and (min-width: 800px) {
    body:before {
        height: 50%;
        width: 50%;
        top: -19%;
        right: -15%;
    }
}

@media only screen and (min-width: 900px) {
    body:before {
        height: 55%;
        width: 55%;
        top: -18%;
        right: -13%;
    }
}

@media only screen and (min-width: 991px) {
    body:before {
        height: 55%;
        width: 55%;
        top: -20%;
        right: -16%;
    }
}

@media only screen and (min-width: 1200px) {
    body:before {
        height: 55%;
        width: 55%;
        top: -20%;
        right: -19%;
    }
}

body:after {
    z-index: -1;
    content:" ";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/bottom-neon.png');
    display: block;
    height: 40%;
    width: 40%;
    bottom: -6%;
    left: -6%;
}

@media only screen and (min-width:360px) {
    body:after {
        height: 40%;
        width: 40%;
        left: -10%;
    }
}

@media only screen and (min-width:375px) {
    body:after {
        height: 35%;
        width: 40%;
        left: -8%;
    }
}

@media only screen and (min-width:411px) {
    body:after {
        height: 41%;
        width: 41%;
        left: -10%;
    }
}

@media only screen and (min-width:414px) {
    body:after {
        height: 41%;
        width: 41%;
        left: -20%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 659px) {
    body:after {
        height: 46%;
        width: 46%;
        left: -15%;
    }
}

@media only screen and (min-width: 660px) and (max-width: 767px) {
    body:after {
        height: 46%;
        width: 46%;
        left: -15%;
    }
}

@media only screen and (min-width: 768px) {
    body:after {
        height: 57%;
        width: 57%;
        left: -31%;
    }
}

@media only screen and (min-width: 990px) {
    body:after {
        height: 50%;
        width: 50%;
        left: -20%;
    }
}

@media only screen and (min-width: 991px) {
    body:after {
        height: 56%;
        width: 56%;
        left: -21%;
    }
}

/* Header*/
.header {
    position: relative;
    margin: 10px 0 0;
}

@media only screen and (min-width: 600px) {
    .header {
        margin: 30px 0 0;
    }
}

.desktop-logo {
    display: block;
    margin: 15px auto 0;
    max-width: 35%;
}

@media only screen and (min-width: 600px) {
    .desktop-logo {
        max-width: 90%;
        margin: 15px auto 0;
    }
}

.mobile-logo {
    margin: 0 auto 15px;
    display: block;
}

@media only screen and (min-width: 992px) {
    .mobile-logo {
        display: none;
    }
}

h1 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    margin: 15px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    h1 {
        margin: 15px 0 0;
        font-size: 35px;
    }
}

@media only screen and (min-width: 991px) {
    h1 {
        margin: 0;
        font-size: 44px;
    }
}

h1 span {
    display: block;
    text-align: center;
}

h1 span:first-child {
    font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    h1 span:first-child {
        font-size: 38px;
    }
}

@media only screen and (min-width: 991px) {
    h1 span:first-child {
        font-size: 46px;
    }
}

/* Video */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.content {
    margin: 20px 0 0;
}

@media only screen and (min-width: 660px) {
    .content {
        margin: 30px 0 0;
    }
}

.content-para {
    color: #fff;
    text-align: center;
    margin: 15px 0 0;
    font-size: 16px;
}

@media only screen and (min-width: 660px) {
    .content-para {
        margin: 25px 0 0;
        font-size: 20px;
    }
}

.userForm {
    margin: 20px 0 0;
}

@media only screen and (min-width: 660px) {
    .userForm {
        margin: 50px 0 0;
    }
}

#email {
    border: none;
    border-radius: 30px;
    height: 45px;
    padding: 10px 25px;
    width: 100%;
}

#email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    text-align: center;
    color: #343a40;
    opacity: 1; /* Firefox */
}

#email:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: center;
    color: #343a40;
}

#email::-ms-input-placeholder { /* Microsoft Edge */
    text-align: center;
    color: #343a40;
}

#submit-btn {
    border-radius: 30px;
    border: none;
    background-color: #ff6633;
    color: #fff;
    height: 45px;
    width: 100%;
    margin: 20px 0 0;
}

@media only screen and (min-width: 660px) {
    #submit-btn {
        margin: 0;
    }
}
