@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');
@import url('https://fonts.googleapis.com/css?family=Inconsolata&display=swap');


body {
    background-color: #222;
    font-family: 'Quicksand', sans-serif !important;
    width: 100%;
}

h1,
h2,
h3,
h4 {
    color: #ea6b09;
    font-weight: 400;
}

h1,
h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

h4 {
    font-size: 20px;
}

p {
    color: #999;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
}

.subhead {
    color: #999;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.blockquote {
    font-family: 'Nothing You Could Do', cursive;
    color: #999;
    font-size: 19px;
}

.countdown {
    font-family: 'Inconsolata';
    color: #999;
    font-size: 21px;
}

a.link,
a.link:active,
a.link:focus,
a.link:visited {
    color: #999;
    text-decoration: underline;
}

a.link:hover {
    color: #999;
    text-decoration: none;
}

.darkbox {
    border-width: 1px;
    border-top-style: solid;
}

/* mobile version has black */
@media (max-width: 767px) {
    .darkbox {
        border-width: 1px;
        border-top-style: solid;
        color: black;
    }
}

.center {
    text-align: center;
}

.spacer {
    padding-top: 75px;
    padding-bottom: 75px;
}

.navbar {
    border-bottom: 1px solid #080808;
    margin-bottom: 0px;
}

.nav > li > a {
    vertical-align: middle;
}

.navbar-inverse .navbar-header .navbar-brand {
    color: #ea6b09;
}

.navbar-inverse .navbar-header .navbar-toggle {
    color: #ea6b09;
}

/*color from menubutton stripes*/

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ea6b09;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:active {
    background-color: #222;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}

/*define color from active menuitem*/

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #ea6b09;
}

/*define when menubutton changed*/
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

.navbar-nav > li > .dropdown-menu {
    background-color: #222;
    border-color: #080808;
}

@media (min-width: 992px) {

    /*open dropdown in navbar by hovering*/
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
        margin-top: 0px
    }
}

.dropdown-menu > li > a {
    padding: 6px 25px;
    background-color: #222;
    color: #9d9d9d;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #222;
    color: #eee;
}

.dropdown-menu > li > a:active {
    background-color: #222;
    color: #eee;
}

.img-card {
    height: auto;
    max-height: 250px;
    width: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 2px solid black;
    border-radius: 2px;
}

.img-card:hover {
    opacity: 0.7;
}

.spacer-top {
    padding-top: 75px;
}

.spacer-bottom {
    padding-bottom: 75px;
}

label {
    color: #999;
    text-align: left;
    font-weight: 400;
    font-size: 15px;

    margin-top: 1px;
}

hr {
    border-color: #999;
    margin-top: 10px;
    margin-bottom: 10px;
}

a[href="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: underline;
}


