body {
    font-family: "Raleway", sans-serif;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.2rem;
}

.navbar, footer, h1, h2 {
    font-family: "Raleway", sans-serif;
}

.bg-primary {
    background-color: #871185!important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #871185;
    --bs-btn-border-color: #871185;
}

.bg-secondary {
    background-color: #7DAF06!important;
}

/* Vertical Line stuff */
/*
.wrapper{
  position: relative;
  padding-left: 2.5rem;
  margin: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wrapper::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.1rem;
    height: 100%;
    background-color: #871185;
}
*/

@media only screen and (min-width: 576px) {
    /* Vertical Line stuff */
    .wrapper{
    position: relative;
    padding-left: 2.5rem;
    margin: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    }

    .wrapper::before{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        /*border-radius: 10px;*/
        width: 1.1rem;
        height: 100%;
        background-color: #871185;
    }
}

a {
    color:#871185;
    text-decoration: none;
}

a:hover {
    color:#7DAF06;
}

.row {
    margin-top: 100px;
}

h1, .h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
}

h2, .h2 {
    font-size: 1.6rem;
    text-transform: uppercase;
}

h3, .h3 {
    font-size: 1.3rem;
     text-transform: uppercase;
}


.nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;;
}

.nav-link:hover {
     color:#7DAF06;
}

footer {
    color: #ddd;
    font-size: 0.9rem;
}

footer a {
    color:#7DAF06;
    text-decoration: none;
}

footer a:hover {
    color:#871185;
}

.navbar-toggler {
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
}

.navbar-toggler:focus {
    box-shadow: none;;
}
