body {
    color: #50504e;
    font-family: 'Poppins', sans-serif;
}

a.card-link:active,
a.card-link:hover,
a.card-link:link,
a.card-link:visited {
    cursor: pointer;
    color: #50504e;
    text-decoration: none;
}

a.card-link:active {
    color: black;
}

a.card-link:hover {
    background-color: rgba(223,219,215,0.32);
}

.card {
    border: none;
    flex: 1 0 auto;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 240px;
}

.card-deck {
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.card-title {
    text-align: center;
}

.copyright {
    color: #dfdbd7;
}

.justify {
    text-align: justify;
}

.logo-header {
    background-color: white;
    border-bottom: 1px solid #dfdbd7;
}

.logo-image {
    height: 6em;
    width: auto;
}

.slide-image {
    width: 12em;
    height: auto;
}

.slide-image-container-right {
    text-align: center;
}

.slide-image-container-left {
    text-align: center;
}

.thumbnail {
    border: 1px solid black;
    box-shadow: 8px 8px #dfdbd7;
    display: block;
    height: 160px;
    margin: 8px auto 24px auto;
    transform: rotate(5deg);
    width: auto;
}