body {
    background-color: rgba(255, 255, 122, 1.0) !important;
}
.navbar {
    border-radius: 0px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.navbar-brand, .navbar-nav li a {
    /* line-height: 70px;
     height: 100px;
    */
    padding-top: 0;
    /* font-size:1.4em;
     */
    font-family: 'Raleway', serif;
    font-weight: bold;
    color: gray !important;
}
.navbar-nav li a:hover, a:focus {
    text-decoration: none !important;
    color: #323232 !important;
}
.eh-navbar {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 122, 0.98) !important;
    padding-top: 13px;
    padding-bottom: 13px;
}
.eh-footer {
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 122, 1.0) !important;
    padding-top: 13px;
    padding-bottom: 13px;
}
.eh-lead {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
@media (max-width: 480px) {
    .navbar li a {
        font-size: 12px;
        line-height: 40px;
        height: 50px;
    }
    .nav-item {
        margin-left: 7px !important;
    }
    .navbar-brand {
        margin-right: 2px !important;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .navbar li a {
        font-size: 16px;
        line-height: 30px;
        height: 40px;
    }
    .nav-item {
        margin-left: 12px !important;
    }
    .navbar-brand {
        margin-right: 2px !important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .navbar li a {
        font-size: 20px;
        line-height: 30px;
        height: 40px;
    }
    .nav-item {
        margin-left: 16px !important;
    }
    .navbar-brand {
        margin-right: 4px !important;
    }
}
@media (min-width: 980px) {
    .navbar li a {
        font-size: 20px;
        line-height: 30px;
        height: 40px;
    }
}
.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.78);
}
.white-text {
    color: white !important;
}
button.navbar-toggler.hidden-sm-up.collapsed, button.navbar-toggler.hidden-sm-up {
    color: gray !important;
}
/*background-color:white !important;
*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', serif;
}
p, div, button {
    font-family: 'Source Sans Pro', serif;
}
.media-body {
    color: rgba(50, 50, 50, 1) !important;
}
a.btn {
    text-decoration: none;
    color: white !important;
}
a {
    text-decoration: none;
    color: rgba(110, 110, 110, 1) !important;
}
a:hover, a:focus {
    text-decoration: none !important;
    color: #323232 !important;
}
.jumbotron {
    background-color: rgba(255, 255, 100, .0) !important;
    color: rgba(50, 50, 50, 1) !important;
    border-radius: 0 !important;
}
.btn {
    border-radius: 0 !important;
}
.padding-sm {
    padding: 5px;
}
.padding-md {
    padding: 10px;
}
.padding-lg {
    padding: 20px;
}
.margin-v-sm {
    margin-top: 2px;
    margin-bottom: 2px;
}
.margin-v-md {
    margin-top: 5px;
    margin-bottom: 5px;
}
.margin-v-lg {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* home header */
.intro-text {
    padding-bottom: 100px;
    padding-top: 130px;
    text-align: center;
    color: black;
    font-weight: bold;
}
.intro-heading {
    font-family: 'Raleway', serif;
    font-size: 70px;
    font-weight: bold;
}
.intro-lead-in {
    font-size: 20px;
    padding-bottom: 10px;
}
.btn-danger {
    background-color: #ec3323 !important;
}
.big-bad-button {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}
.home-header {
    background-position: 50% 50%;
    background-size: cover;
}
/* footer */
footer {
    background-color: rgba(255, 255, 122, 1.0) !important;
}
footer a {
    color: gray !important;
}
.overlay {
    background: rgba(255, 255, 255, .3);
}
.text-center {
    text-align: center;
}
.important-warning {
    font-weight: bold;
    color: #ec3323;
    text-transform: uppercase;
}
