/* Contact Taylor Parker for questions */
body.private{
    border-top: 0px;
    background: url(http://d24wuq6o951i2g.cloudfront.net/img/events/457773325/assets/7f4af318.background.jpg) center center!important;
    background-size: cover!important;
}

/* change headline font color to black */
body.private .private-content h1,
body.private .private-content h1 small,
.private-content .form-holder #access-code-form h4{
    color: #000!important;
    font-family: 'Gothic821CondensedBTRegular'!important;
}

body.private .private-content{
    background: transparent!important;
}

/* show via the JS later */
body.private .logo-image img{
    display: none;
}

/* for some reason these only wanted to work when declared separately */
body.private input,
body.private input::-webkit-input-placeholder,
.private-content .form-holder input::placeholder,
.private-content .form-holder #access-code-form .login-button::-webkit-input-placeholder,
.private-content .form-holder #access-code-form input::-webkit-input-placeholder{
    font-family: 'Gothic'!important;
}

.private-content .form-holder #access-code-form .age-input-wrap input::placeholder{
    font-family: 'Gothic'!important;
}

body.private input[type="submit"]{
    font-family: 'Gothic'!important;
}
