@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');

a.nodecoration {
    text-decoration: none;
    /*color: #888888;*/
    color: black;
}

body {
    padding-top: 4rem;
}

.card {
    border: 0 !important;
}

.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: black;
    /*color: white;*/
}

.footer {
    margin-top: 4rem;
    /*color: #fff;*/
    /*background-color: rgb(250, 135, 0);*/
    /*background-color: #233140;*/
}

.theme-current {
    margin-top: 10px;
}

.card.theme-child {
    margin-top: 10px;
}


/*.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: 2rem;
    /*color: white;*/
}

a.theme-sitemap-0:hover {
    /*color: Gray;*/
    text-decoration: underline;
}

.theme-sitemap-1 {
    font-weight: bold;
    font-size: 1.5rem;
}

.theme-sitemap-2 {
    font-size: 1.2rem;
}

.theme-sitemap-3 {
    font-size: 1.1rem;
}

.theme-sitemap-4 {
    font-size: 1rem;
}

/*.navbar.fixed-top {
    height: 3rem;
}*/

.navbar-brand {
}

    .navbar-brand img {
        height: 25px;
    }

.navbar-form {
    margin: 0;
}

.page-header {
    margin: 0;
    padding: 20px;
    height: 100px;
    text-align: center;
}

    .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.2rem;
    text-align: justify;
}

.lead {
    text-align: justify;
}


/* Small devices */
@media (min-width: 350px) {
    .navbar-brand img {
        height: 35px;
    }
}

@media (min-width: 450px) {
    .navbar-brand img {
        height: 50px;
    }
}


/* 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) {
}
