body {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    line-height: 1.55em;
}

html,
body {
    height: 100%;
}

h1, h2, h3, h4 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #343a40;
    font-weight: bold;
}

h1.display-4  {
    font-size: 4rem;
    font-weight: 400;
    padding-bottom: 100px;
}

h3 {
    font-style: italic;
}

.lead {
    font-size: 2.25rem;
    line-height: 1.3em;
}

b, strong {
    font-weight: 700;
}

.navbar {
    min-height: 70px;
}
.navbar-brand a:hover {
    text-decoration: none;
}

#page-content {
    flex: 1 0 auto;
    padding-top: 20px;
}

/*#page-content a {*/
/*    color: #f1b329;*/
/*}*/

.jumbotron {
    border-radius: 0;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
}

.jumbotron hr {
    border-color: white;
}

.jumbotron h1, .jumbotron h2 {
    color: white;
}


footer a:hover { text-decoration: underline; }
footer a { color: inherit; }

#sticky-footer {
    flex-shrink: none;
}

.note-aside {
    border-right: 2px solid #f1b329;
    padding-right: 18px;
    margin-left: 0;
}
.note-aside-main {
    font-weight: bold;
}
.note-aside-sentence {
    font-weight: normal;
}

.author {
    border-right: 5px solid #f1b329;
    padding-right: 18px;
    margin-left: 0;
}
.author-by, .author-name {
    padding: 0;
    margin: 0;
    line-height: 2rem;
    font-style: italic;
}
.author-by {
    font-size: 0.8em;
}
.author-sentence {
    font-weight: bold;
}

.meta-author {
    margin-top: 40px;
    margin-bottom: 40px;
}
.meta-price {
    margin-top: 40px;
    margin-bottom: 40px;
}

.meta-image {
    margin-bottom: 40px;
}

.meta-image-no-product-left {
    margin-bottom: 30px;
    margin-right: 30px;
    margin-top: 30px;
    margin-left: 0;
}

.meta-image-no-product-right {
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 30px;
}

.btn {
    border-radius: 0;
}

a.btn-product {
    color: #f1b329;
    font-weight: bold;
}
a.btn-product:hover {
    color: #666666;
}

a.btn-price, button.btn-price {
    padding: 20px;
    background-color: #f1b329;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
}
a.btn-price-small {
    padding: 10px;
}

a.btn-price:hover, button.btn-price:hover {
    background-color: #cccccc;
    color: #666666;
}

.alert-ew {
    color: white;
    background-color: #f1b329;
    border-color: #f1b329;
}

/* cookie consent area */
.nk-cookie-banner { position: fixed; bottom: 0px; left: 0px; width: 100%; z-index: 999; border-radius: 0px; display: none; }

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    h1.display-4  {
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 100px;
    }
}

@media (min-width: 576px) {
    h1.display-4  {
        font-size: 2.5rem;
        font-weight: 400;
        padding-bottom: 100px;
    }
}

@media (min-width: 768px) {
    h1.display-4  {
        font-size: 3rem;
        font-weight: 400;
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    h1.display-4  {
        font-size: 4rem;
        font-weight: 400;
        padding-bottom: 100px;
    }
}