.alert-danger {
    color: #fff;
    background-color: #c62828;
    border-color: #000;
    font-weight: 700;
}

.realcafes-facebook-signup {
    border: 1px solid white;
}

.alert-danger a {
    color: #fff;
    text-decoration: underline;
}

.alert-danger a:hover {
    color: #dedede;
    text-decoration: underline;
}

.btn-success {
    font-weight: 400;
    border: 1px solid white;
}

.btn-primary {
    font-weight: 400;
    border: 1px solid white;
}

.input-group-addon {
    font-weight: 400;
    color: #555;
    text-align: center;
    background-color: #d7ccc8;
    border: 0;
    border-radius:8px
}

.has-error .input-group-addon {
    color: #fff;
    background-color: #c62828;
    border-color: #a94442;
}

.intro-message-lander {
    margin-top: 40px;
}

.intro-message-lander h1, .intro-message-lander h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,.6);
    color: white;

}

.intro-message-lander h1 {
    font-size: 4em;
    font-family: 'Oswald', sans-serif;"
}

.get-started-header {
    margin-top: 40px;
    margin-bottom: 60px;
}

.content-section-g {
    padding: 50px 0;
    background: #ffffff url('https://cdn.christiancafe.com/assets/images/connectingSection.jpg') no-repeat top;
    background-size: cover;

    color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-section-d {
    padding: 50px 0;
    background: #ffffff url('https://cdn.christiancafe.com/assets/images/christianSection.jpg') no-repeat bottom left;
    background-size: cover;
    color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    text-shadow: 2px 2px 4px #fff;
}

.section-heading {
    margin-bottom: 30px;
    font-size: 1.8em;
}

.lead {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.6;
}

.content-section-c {
    padding: 0px 0;
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    background-size: cover;
    color: #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
}

.trouble-joining {
    color: white;
    font-size: 1.1em;
    margin-bottom: 24px;
}

.trouble-joining a {
    color: white;
    text-decoration: underline;
}

.trouble-joining a:hover {
    color: #dedede;
}

.form-spacing {
    margin-bottom: 8px;
}

.form-button {
    width: 100%;
    margin-top: 24px;
}

.input-group-get-started .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.get-started-button {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.birthday-text {
    padding-bottom: 8px;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
}

.form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

@media (max-width: 767px) {
    .get-started-h1 {
        display: none;
    }
    .get-started-h3 {
        font-size: 1.4em;
    }
    .input-group-get-started .form-control {
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42;
    }
    .get-started-button {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
    }
    .get-started-date {
        margin-bottom: 8px;
    }
}