/* styles */

body {
    background-image: url('bg-paper.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
    /* Starts repeating from the top-left corner */

    color: #440E22;
}



.oxygen-light {
    font-family: "Oxygen", serif;
    font-weight: 300;
    font-style: normal;
}

.oxygen-regular {
    font-family: "Oxygen", serif;
    font-weight: 400;
    font-style: normal;
}

.oxygen-bold {
    font-family: "Oxygen", serif;
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4 {
    text-align: center;
}
p,
li {
    font-size: 120%;
    font-family: "Oxygen", serif;
    font-weight: 300;
    font-style: normal;
}

p.lead {
    font-size: 145%;
    font-family: "Oxygen", serif;
    font-weight: 500;
    font-style: normal;
}

p.muted {
    font-size: 100%;
}

p.muted a {
    color: #000;
    text-decoration: none;
}

.card {
    margin-bottom: 2rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.about-wrapper p {
    font-size: 140%;
    color: black;
}
.footer-wrap {
    background-color: rgba(39, 20, 117, 0.10);
}
.footer-wrap a {
    color: black;
}

.footer-wrap a:hover {
    color: seagreen;
}