/*
 * This file is part of the TYPO3 extension "Site Package".
 * TYPO3 Extbase Book
 *
 * (c)2019 by Michael Schams <schams.net>
 * https://extbase-book.org
 */

 nav.bg-sitepackage {
     background-color: #8a140d;
 }

.jumbotron {
    padding-top: 8rem;
}

.jumbotron .container {
    padding-top: unset;
}

.jumbotron h1 {
    font-family: 'Droid Serif', serif;
}

.jumbotron p {
    font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

.jumbotron p.subheader {
    font-weight: bold;
    letter-spacing: 0.04rem;
}

.jumbotron p .fa-text-right {
    margin-right: 0.4rem;
}

.container {
    padding-top: 6rem;
}

@media screen and (max-width: 767px) {
    .jumbotron h1 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 500px) {
    .jumbotron h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 380px) {
    .jumbotron h1 {
        font-size: 1.4rem;
    }
    .jumbotron p.subheader {
        font-weight: normal;
        letter-spacing: 0;
    }
}
