.auth-options {
    margin-top: 17px;
}

div.collapse.navbar-collapse.navbar-ex1-collapse > div > ul {
    margin-right: 10px;
    margin-top: 5px;
}

.one-page-header .navbar-nav>li> .fa-chevron-circle-down {
    padding: 0px 0px 0px;
    z-index: 100;
    margin-top: 20px;
}

#intro-cons {
    margin-top: -165px;
}

.disco-caption {
    width: 300px;
    /* padding: 150px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* white-space: normal; */
    word-wrap: break-word;

}

.disco-caption h2 a {
    color: #CAFF00;
    font-size: 24px;
    font-weight: 500;
    display: inline-flex;
    margin-bottom: 12px;
}

.disco-caption h2 a:hover {
    color: #5CE900;
}

.disco-caption p {
    color: white;
    font-weight: 400;
    font-size: 17px;
    display: inline-flex;
    white-space: normal;
    word-wrap: break-word;
    margin-bottom: 22px;
    margin-top: -15px;
}

.disco-caption a {
    color: #25476A;
    font-weight: 500;
    font-size: 20px;
    display: inline-flex;
}

.disco-caption a:hover {
    color: #041B33;
}

.splash-nav {
    z-index: 500;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 48px 72px 24px 72px;
}

.cons-splash-nav {
    z-index: 500;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 48px 72px 24px 72px;
}

.cons-splash-nav h2 {
    font-weight: 200;
}

.splash-nav button {
    background-color: #23486A;
    border-radius: 3px;
    border: 1px solid #7371A7;
    padding: 15px 80px 15px 80px;
}

ul.splash-list > li > a:focus, ul.splash-list > li > a:hover {
    background-color: rgba(0, 0, 0, 0.174);
}

ul.cons-splash-list > li > a:focus, ul.cons-splash-list > li > a:hover {
    background-color: rgba(0, 0, 0, 0.174);
}

.navbar-brand-disco {
    color: #594b4b;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
}

.navbar-brand-disco span {
    font-size: 16px;
    display: block;
    /*font-family: "Open Sans",Arial,sans-serif;*/
}

.navbar-brand-disco h2 {
    margin-bottom: 8px;
    margin-top: 0px;
    margin-left: -12px;
    font-size: 28px;
    color: #25476A;
    display: inline-block;
}

.navbar-brand-disco > div + div {
    padding: 12px 24px 20px 24px;
}

.navbar-brand-disco-icon-container {
    height: 60px; 
    width: 60px; 
    border-radius: 50%; 
    border: 1px solid #ff0000; 
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand-disco-icon {
    height: 30px; 
    width: 30px; 
    text-align: center; 
    margin-top: -5px
}


.splash-nav #auth-link:focus, .splash-nav #auth-link:hover {
    background-color: transparent;
}

.splash-nav a {
    font-size: 24px;
}

.cons-splash-nav a {
    font-size: 24px;
}

.splash-nav ul > li > a {
    text-transform: none;
    font-size: 20px;
    font-family: "Open Sans",Arial,sans-serif;
    color: #594b4b;
}

.cons-splash-nav ul > li > a {
    text-transform: none;
    font-size: 19px;
    font-weight: 300;
    color: #493b3c;
    margin-right: 5px;
}

.cons-splash-nav ul > li > .application-login {
    color: #fff;
    background: #25476A;
    border: 1px solid #041B33;
    padding: 15px 30px;
    height: 50px;
}

.cons-splash-nav ul > li > .application-login:hover {
    color: #fff;
    background: #416284;
}

.splash-nav .auth-welcome {
    font-size: 26px;
}

.cons-splash-nav .auth-welcome {
    font-size: 26px;
}

.splash-list li:hover {
    /* background-color: rgba(255, 128, 128, 0.25); */
}

.nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.image-gradient {
    position: absolute; 
    top: 60%; 
    width: 100%; 
    height: 40%; 
    background-image: linear-gradient(transparent, rgba(0,0,0,.45));
}

.image-attribution {
    position: absolute; 
    top: 94%; 
    right: 15px; 
    color: #bbb; 
    padding: 10px; 
    background: rgba(0,0,0,.5);
}

.app-info-block {
    min-height: 700px;
    padding: 70px 100px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.app-info-block:nth-child(even) {
    background: #f8f8f8;
}

.app-info-block h2 {
    font-size: 32px;
    font-weight: 300;
    color: #25476A;
}

.app-footer {
    background: #0F2E4F;
    color: #fff;
}

.app-footer-content-container {
    display: flex;
    flex-direction: row;
    min-height: 500px
}

.app-footer-branding {
    width: 33%;
    max-width: 600px;
    min-width: 300px;
    padding: 40px 80px;
}

.app-footer-info {
    width: 66%;
    padding: 40px;
}

.app-footer-heading {
    font-size: 23px;
    font-weight: 200;
    color: #dcdcdc;
    margin-top: 27px;
}

.app-footer-image {
    height: 50px;
    margin-top: 20px;
}

.organization-address {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 20px;
}

.copyright-container {
    height: 80px;
    background: #041B33;
    color: #fff;
    padding: 30px 80px;
}

.app-footer-links {
    font-size: 15px;
    color: ; #041B33;
}

.link-spacing {
    margin-right: 20px;
}

.app-footer-arches-link {
    float: right;
}

@media (min-width: 768px) {
    .one-page-header .navbar-nav>li> .fa-chevron-circle-down {
        color: #eee;
    }
}

@media (max-width: 1000px) {
    .one-page-header .navbar-nav>li> .fa-chevron-circle-down {
        padding-left: 12px;
        margin-top: 14px;
    }
}


@media (max-width: 1000px) {
    ul .auth-options {
        position: inherit;
        float:left;
        right: 3px;
        list-style: none;
        margin-top: 0px;
        margin-right: -142px;
    }
}

@media (min-width: 1000px) {
    ul .auth-options {
        position: inherit;
        float:right;
        right: 3px;
        list-style: none;
        margin-top: 40px;
        margin-right: -142px;
    }
}

body.dark p, li, .auth-options li a {
    color: #eee;
    font-size: 12.5px;
}
