body {
    font-family: \'Montserrat\', sans-serif;
    background: #FFF;
    background-color: #1f1f23;
}

.centered {
    text-align: center
}

h1, h2, h3, h4, h5, h6, a, button, p {
    font-family: \'Montserrat\', sans-serif;
    font-weight: 400
}

h1 {
    font-size: 35px;
    line-height: 1.2
}

h3 {
    font-size: 35px;
    line-height: 1.5
}

h4 {
    font-size: 25px;
    line-height: 1.5
}

h5 {
    font-size: 18px;
    line-height: 1.5
}

a:hover {
    text-decoration: none
}

.landing-btn-big {
    background: 0;
    border: 2px solid #969ba2;
    border-radius: 6px;
    font-size: 30px;
    font-weight: 400;
    padding: 20px 25px;
    width: auto;
    box-shadow: none;
    text-shadow: none;
    font-family: \'Montserrat\', sans-serif
}

.landing-btn-big:hover {
    background: #289ab6;
    color: #fff
}

.landing-btn-med {
    background: 0;
    border: 3px solid #969ba2;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 400;
    padding: 17px;
    width: auto;
    box-shadow: none;
    text-shadow: none;
    font-family: \'Montserrat\', sans-serif
}

.landing-btn-small {
    background: 0;
    border: 3px solid #969ba2;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 12px;
    width: auto;
    box-shadow: none;
    text-shadow: none;
    font-family: \'Montserrat\', sans-serif
}

.btn-primary {
    background: #fff;
    border-color: #289ab6;
    color: #289ab6
}

.btn-primary:hover {
    background: #289ab6;
    color: #fff
}

.btn-warning {
    background: #fff;
    border-color: #ed9f58;
    color: #ed9f58
}

.btn-warning:hover {
    background: #ed9f58;
    color: #fff
}

.btn-danger {
    background: #fff;
    border-color: #e64a3b;
    color: #e64a3b
}

.btn-danger:hover {
    background: #e64a3b;
    color: #fff
}

:focus {
    outline: none !important
}

.navigation {
    background: #289ab6
}

.navigation-bar {
    height: 70px;
    width: 100%;
    position: relative
}

.navigation-bar a {
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 70px;
    border-radius: 3px
}

.navigation-bar a:hover, .navigation-bar a.current-page {
    background: #fff;
    color: #289ab6
}

.navigation-bar .logo-wrapper {
    position: absolute;
    left: -20px
}

.navigation-bar .sign-btns {
    position: absolute;
    right: 0
}

.navigation-bar .sign-btns a {
    margin-left: 10px
}

.dark-nav .navigation {
    background: #1f1f23;
    z-index: 900
}

.dark-nav .navigation-bar a {
    color: #888
}

.dark-nav .navigation-bar a:hover, .dark-nav .navigation-bar a.current-page {
    background: #fff;
    color: #1f1f23
}

.alert {
    background: #e64a3b;
    width: 550px;
    margin: 40px auto -30px;
    padding: 20px;
    border-radius: 6px;
    border: 0
}

.alert h4, .alert h5 {
    margin: 0;
    color: #fff;
    text-shadow: none
}

.alert .close {
    top: 0;
    right: 0;
    opacity: .6
}

.alert .close svg {
    fill: #fff
}

.alert .close:hover {
    opacity: 1
}

.alert.success {
    background: #f6f6f6
}

.alert.success h4 {
    color: #289ab6
}

.alert.success h5 {
    color: #969ba2
}

.alert.success .close svg {
    fill: #969ba2
}

@media (max-width:767px) {
    body {
        padding: 0
    }
}

.landing {
    background-color: #1f1f23;
    padding: 0 20px 80px
}

.landing #main-header span {
    margin-left: -10px
}

.landing-container {
    max-width: 940px;
    margin: 0 auto
}

.splash-stripe {
    position: relative
}

.splash-stripe h1 {
    color: #fff;
    padding: 140px 0 20px;
    margin: 0
}

.splash-stripe h2 {
    color: #fff;
    padding: 140px 0 20px;
    margin: 0
}

.splash-stripe form input#email_new {
    display: inline-block;
    /*width: 230px;*/
    height: 25px;
    color: #289ab6;
    font-family: \'Montserrat\', sans-serif;
    margin: 40px 20px 0 0;
    border: 2px solid #28B69F;
    background: 0;
    border-radius: 6px;
    font-size: 20px;
    padding: 20px 20px 15px
}

.splash-stripe form input#email_new:focus {
    border-color: #289ab6;
    box-shadow: none
}

.splash-stripe form button {
    display: inline-block;
    background: #1f1f23;
    border-color: #28B69F;
    color: white;
    font-weight: 400;
    margin: 40px 20px 0 0
}

.splash-stripe form button:hover {
    background: #28B69F;
    border-color: #28B69F;
    color: #1f1f23
}