@import url("//fonts.googleapis.com/css?family=Quintessential");

a.nodecoration {
    text-decoration: none;
    color: #888888;
}

body {
    padding-top: 4rem;
}

.bg-primary {
    background-color: black !important;
}

h1, h2, h3 {
    color: #f9f2f4;
    letter-spacing: 4px;
    /*text-shadow: 1px 1px 2px 1px gray;*/
    font-family: Quintessential,Roboto,Verdana,Tahoma;
}

h2 {
    margin-top: 0;
}

h3 a.nodecoration {
    color: white;
}

.sectioncurrent {
    /*background-color: red;*/
}

.sectionchilds {
    /*background-color: green;*/
}

footer {
    padding-top: 1em;
    color: #fff;
    /*background-color: rgb(250, 135, 0);*/
    /*background-color: #233140;*/
}

.theme-current {
}


/*.theme-sitemap-item {
    padding: 2px 0 5px 20px;
    margin: 0;
    border-left: 1px dotted gray;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
}*/

.theme-sitemap-0 {
    font-weight: bold;
    font-size: 2em;
    color: white;
}

a.theme-sitemap-0:hover {
    color: Gray;
    text-decoration: underline;
}

.theme-sitemap-1 {
    font-weight: bold;
    font-size: 1.5em;
}

.theme-sitemap-2 {
    font-size: 1.2em;
}

.theme-sitemap-3 {
    font-size: 1.1em;
}

.theme-sitemap-4 {
    font-size: 1em;
}


.navbar-form {
    margin: 0;
}

.page-header {
    background-image: url('/templates/schaafsma/images/ch-social3.jpg');
    background-repeat: repeat-x;
    margin: 0;
    padding: 20px;
    height: 100px;
}

    .page-header h1 {
        line-height: 70px;
        font-size: 2rem;
    }

.schaafsma-gray {
    background-color: #323435;
}

.theme-slider {
    margin-top: 20px;
    xpadding: 50px;
}

.theme-slide {
    min-height: 450px;
    /*border-top: 1px solid orange;
    border-bottom: 1px solid orange;*/
}

.text {
    font-size: 1.2em;
    text-align: justify;
}

.lead {
    text-align: justify;
}

/*.navbar.fixed-top {
    height: 3rem;
}*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /*body {
        padding-top: 190px;
    }*/

    .page-header h1 {
        font-size: 2rem;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    /*body {
        padding-top: 3rem;
    }*/

    .page-header h1 {
        font-size: 2.5rem;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
