.logo-text {
    font-family: 'Zilla Slab', serif!important;
    text-transform: uppercase;
    font-size: 3vw;
    margin-bottom: -10px;
    font-weight: 700;
    text-shadow: 0.05em 0.05em 0 #a8948c;
}
.logo-footer img {
    max-width: 200px !important;
}
h2, h3 {
    font-family: 'Zilla Slab', serif !important;
    text-transform: uppercase;
}
.menu-items h3 {
    padding-top: 40px;
    padding-bottom: 20px;
}
.navbar {
    background: #e8e25b !important;
}
.nav-link {
    font-weight: 700;
}
.btn {
    font-weight: 700;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
}
a:hover {
    color: #000!important;
}
.about-img {
    background-image: url(/spillover/proto/circlecafekilgore/images/slideshow/slide1.webp); 
    background-size: cover;
    background-position: center;
}
.about-img2 {
    background-image: url(/spillover/proto/circlecafekilgore/images/slideshow/slide3.webp); 
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width: 991px) {
    .about-img, .about-img2 {
    min-height: 450px;
}
.about .row div.align-self-center {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
}