html {
    background-color: #001D37;
}

.content .container {
    background-color: transparent;
}

@media (min-width:767px) {
    .vertical-center {
        min-height: calc(100% - 50px);  /* Fallback for browsers do NOT support vh unit */
        min-height: calc(100vh - 50px); /* These two lines are counted as one :-)       */

        display: flex;
        align-items: center;
    }
}

/* NAV OVERRIDES */
.navbar-inverse {
    background: rgba(4, 28, 44, 0.3);
    border: none;
    height: 70px;
}

/* JUMBOTRON */
.jumbotron {
    background-color: #001D37;
    padding-top: 100px;
    margin-top: -70px;
    margin-bottom: 0px;
    color: #F7F7F7;
}
.jumbotron h1 {
    font-size: 2.8em;
    font-weight: 100;
    text-shadow: 1px 2px rgba(4, 28, 44, 100);
    margin-top: 30px;
    margin-bottom: 30px;
}
.jumbotron p {
    font-family: 'Merriweather Sans', serif;
    font-size: 1.3em;
    font-weight: 100;
    line-height: 1.8em;
    margin-bottom: 30px;
}
@media (max-width:1024px) {
    .jumbotron {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .jumbotron h1 {
        font-size: 1.8em;
        line-height: 1.5em;
    }
}

.hero {
    height: 540px;
    background: url('/static/img/ui/hero.png') no-repeat top center;
    background-size: contain;
    margin-left: 15px;
    margin-right: 15px;
}
.hugo-logo {
    margin-top: 30px;
}

/* SMS FORM */

.sms-form {
    padding: 20px 0;
}
.intl-tel-input {
    display: block;
    margin-bottom: 22px;
    color: #777;
}
.sms-form input {
    color: #00364D;
}
.sms-form input {
    text-align: center;
}
p.success {
    padding-top: 10px;
    color: #7ED321;
}
p.error {
    padding-top: 10px;
    color: #DB0041;
}
#sms_success, #sms_error {
    display: none;
}