h1, h2, h3, h4, h5, h6 {
    font-family: "Slackey", serif;
    font-weight: 400;
    font-style: normal;
}

body, p {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.hero-banner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/RETC-collage.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 85vh;
    box-shadow: 0 5px 10px #00000080;
}

.hero-logo {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.retc-logo {
    width: 420px;
}

.contact-banner {
    background-color: #8FA63E;
    height: 15vh;
}

a.btn.btn-primary, button.btn.btn-primary {
    background-color: #324002;
    color: white;
    border: none;
    width: 100%;
    border-radius: 14px;
    height: 60px;
    font-family: "Slackey", serif;
    font-size: 1.5em;
    padding: 0 ;
}

a.btn.btn-primary:hover, button.btn.btn-primary:hover, a.btn.btn-primary:active, button.btn.btn-primary:active {
    background-color: #1F2601;
}

.row {
    --bs-gutter-x: 0;
}

.body-background-img {
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../images/scales.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-content, .contact-content {
    padding: 50px 0 50px 0;
}

h6.card-subtitle {
    color: #8FA63E;
}

.card-footer{
    background-color: #324002;
}

.email-link {
    color: #ffffff;
    font-weight: 600;
}

footer {
    background-color: #1F2601;
    padding: 20px 0 20px 0;
}