body {
    background: #161426;

    text-align: center;
    color: #fff;
    font-family: 'proxima-nova', sans-serif;
}

.bg {
    background: #161426 url(../img/bg-stars-mob.jpg) no-repeat center bottom;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    z-index: -1;
}

@media (min-width: 600px) {
    .bg{
        background-image: url(../img/bg-stars.jpg);
    }
}

a {
    color: #fff;
}

.logo {
    margin: 0 auto;
    width: 668px;

    padding-bottom: 74%;
    background: url(../img/logo-3.png) no-repeat 50% 50%;
    background-size: contain;
    max-width: 100%;
}
@media (min-width: 600px) {
    .logo {
        padding-bottom: 32%;
    }
}


.winterville-returns {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding-bottom: 2rem;
    color: #ff86e9;
    max-width: 100%;
    text-align: center;
    text-shadow: 0px 0px 12px #ff00d0, 0px 1px 12px #cc00ff;
    letter-spacing: .05em;
    margin-top: -1.5em;

    border-bottom: 1px solid #6db7d6;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 800px) {
    .winterville-returns {
        margin-top: 0;
        padding-bottom: 5vh;
    }
}

.winterville_strapline {
    font-size: 24px;
    font-family: Georgia, serif;
    color: #f7f6dc;
    display: inline-block;
    width: auto;
    border-bottom: 1px solid #6db7d6;
    padding-bottom: 2rem;
    margin: 0 auto 2em;
    max-width: 500px;
    line-height: 1.5em;
}

@media (max-width: 599px) {
    .winterville_strapline {
        font-size: 18px;
        padding-bottom: 5vh;
        margin-bottom: 5vh;
        max-width: calc(100vw - 46px);
    }
}

.contactForm {
    text-align: center;
}
.contactForm label {
    display: block;
    margin-right: 12px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 12px;
}

@media (max-width: 599px) {
    .contactForm label {
        text-align: center;
    }
}

.contactForm .input-text {
    font-size: 14px;
    border: 1px solid transparent;
    padding: 12px;
    background: rgba(0, 0, 0, .2);
    width: 293px;
    color: #6db7d6;
}

@media (max-width: 599px) {
    .contactForm .input-text {
        width: calc(100vw - 46px);
    }
}

.contactForm .input-submit {
    -webkit-appearance: none;
    padding: 12px;
    border: 1px solid transparent;
    background-color: #6db7d6;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 599px) {
    .contactForm .input-submit {
        display: block;
        width: calc(100vw - 18px);
    }
}

.ps-input-holder, .submitHolder {
    display: inline-block;
}

.social-links {
    text-align: center;
    padding-left: 0;
}

.social-links__item {
    list-style: none;
    display: inline-block;
}
.social-links__link {
    display: inline-block;
    width: 43px;
    height: 42px;

    background: no-repeat 50% 50%;
    background-size: 43px 42px;
    text-indent: -99999px;
}
.social-links__link--twitter {
    background-image: url(../img/twitter.png);
}
.social-links__link--facebook{
    background-image: url(../img/facebook.png);
}
.social-links__link--instagram {
    background-image: url(../img/instagram.png);
}

.get-in-touch {
    color: #6db7d6;
    text-align: center;
}


@media (min-width: 600px) {
    .br-mobile-only {
        display: none;
    }

}

.ps-error-message {
    margin: 1em 0;
}