@font-face {
    font-family: openSansCondensed;
    src: url("../fonts/Open_Sans_Condensed/OpenSansCondensed-Light.ttf");
}

body {
    background-color: #ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: repeat-y;
}

h1, h2, h3, h4 {
    font-family: openSansCondensed;
}

.site-index .container {
    background-color: rgba(255, 255, 255, 0.6);
}

.site-nav-bar {
    font-family: openSansCondensed;
    font-size: 1rem;
}

.navbar {
    padding: 0.5rem 0.5rem;
}

.navbar-brand {
    font-size: 1rem;
    font-weight: bold;
}
.site-header {
    position: relative;
}

.site-header .jumbotron {
    position: absolute;
    width: 100%;
    top: 0;
}

.fp-info hr {
    width: 95%;
}

.coffees hr {
    width: 100%;
}

@media (min-width: 2000px) {
    body {
        background-image: url("../images/beans.jpg");
    }
    .site-index .spacer {
        height: 10vh;
    }
    .spacer {
        height: 4vh;
    }
    .site-header .jumbotron {
        margin-top: 40vh;
    }
}

@media (max-width: 2000px) {
    body {
        background-image: url("../images/beans.jpg");
    }
    .spacer {
        height: 4vh;
    }
    .site-header .jumbotron {
        margin-top: 30vh;
    }
}

@media (max-width: 1300px) {
    body {
        background-image: url("../images/beans_sm.jpg");
    }
    .spacer {
        height: 2vh;
    }
    .site-header .jumbotron {
        margin-top: 40vh;
    }
}

@media (max-width: 1000px) {
    .spacer {
        height: 2vh;
    }
    .site-header .jumbotron {
        margin-top: 8vh;
    }
}

@media (max-width: 768px) {
    .spacer {
        height: 2vh;
    }
    .site-header .jumbotron {
        margin-top: 50vh;
    }
}

.article-image {
    margin: 0.5vh 0;
}

.article-image .img-wrapper {
    margin: auto;
}

footer {
    background-color: black;
    font-family: openSansCondensed;
}

.top-articles {
    color: black;
    text-decoration: none;
}

.top-articles:hover {
    color: rgb(28, 31, 28);
    text-decoration: none;
}

.top-articles > h3:hover {
    text-decoration: underline;
}

.btn-coffee {
    background-color: #752a04;
    color: white;
}
.btn-coffee:hover{
    background-color: #a33e0b;
    color: white;
}