body {
    background-image: url("../../images/wallpaper-alternate-align_b.png");
    background-attachment: fixed;
    background-color: lightslategray;
    /* transition: 0.3s all; */
    font-family: "Abel", sans-serif;
    color: rgb(77, 81, 69);
}

/* Jumbotron */

#hero {
    background: transparent !important;
}

#about {
    /* background-color: #eeee22; */
    background-image: linear-gradient(rgba(238, 238, 34, 1), rgb(235, 225, 30));
}

/* Top Nav */

.wib_logo {
    /* margin: 15px; */
    opacity: 0.9;
    transform: scale(0.9);
    transition: 0.5s;
}

.wib_logo:hover {
    /* cursor: pointer; */
    opacity: 1;
    transform: scale(1);
    transition: 0.2s;
}

/* Hero */

.hero {
    text-align: center;
    padding: 70px;
}

.wib_plaque {
    box-shadow: 5px 5px 10px rgb(95, 94, 89);
    margin-top: 70px 0px;
}

/* About */

.jumbotron-heading {
    /* color: dimgrey; */
    margin: 20px 0px;
}

.wib_bow {
    margin: 20px 0px;
    transform: scale(0.7);
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

.wib_logo_circle {
    margin: 20px 0px;
    transform: scale(0.7);
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

/* .wib_bow {
    margin: 20px 0px;
    transform: scale(0.6);
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
} */

@-webkit-keyframes mover {
    0% {
        transform: translateY(0) scale(0.7);
    }
    100% {
        transform: translateY(-10px) scale(0.7);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0) scale(0.7);
    }
    100% {
        transform: translateY(-10px) scale(0.7);
    }
}

footer {
    background-color: rgb(54, 54, 54);
    /* transform: translateY(-40px); */
    padding-top: 2rem;
    padding-bottom: 1rem;
}

footer p {
    margin-bottom: 0.25rem;
}

.jumbotron {
    margin-bottom: 0;
}

/* .jumbotron .container {
    max-width: 50rem;
} */

.row img {
    max-width: 100%;
    height: auto;
}

#inner-card {
    transform: scale(0.95) !important;
    transition: 0.3s !important;
}

#inner-card:hover {
    transform: scale(1) !important;
    transition: 0.3s !important;
}

.card {
    border: none;
    background-color: #f8f9fa !important;
}

.card:hover {
    background-color: #f5f4f4 !important;
    z-index: auto;
}

.nav-item, .nav-item:link, .nav-item:visited, .nav-item:hover, .nav-item:active {
    color: rgb(245, 245, 245);
    background-color: rgb(26, 26, 26);
    padding: 5px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7rem;
    font-weight: lighter;
    letter-spacing: 1px;
    text-decoration: none;
    opacity: 0.9;
    vertical-align: top;
}

.nav-item:hover {
    opacity: 1;
}

.nav-buttons {
    text-align: right;
}

/* .contact {
    background-image: url("../../public/images/contact-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 66.64%;
} */

.text_block {
    background-image: url("../../images/contact-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: auto;
    padding: 30px 0px
}

.text_block span {
    font-family: Open Sans!important;
    /* font-weight: 400!important; */
    font-size: 0.7em;
    line-height: 1.9em;
    text-align: center;
}