body {
    background-color: black;
    background-image: url("../images/backgroundF.png");
    background-repeat: repeat-x; 
}

p {
    color: #cab687;
    padding-bottom: 2%;
}

p.title {
    font-weight: bold;
    color: #cab687;
}

p.subtitle {
    font-weight: bold;
    color: white;
}

span {
    color: red;
}

.accordions .accordion .accordion-header  {
    background-color: #d4edda;
    color: black;
    text-align: center;
}

.accordion-content {
    background-color: #d4edda;
}

.accordion-content p {
    color: #155724;
}

.column a {
    color: #cab687;
}

.column a:hover {
    color: #cab687;
    text-decoration: underline;
}

.level {
    padding-top: 5%;
}

.hero-body {
    padding-top: 5%;
}

#largeline {
    text-align: center;
    padding-bottom: 2%;
}

#smallline {
    padding-bottom: 5%;
}

#modal-ter .modal-card-head {
        background-color: black;
}

#modal-ter .modal-card-head p{
        color: white;
}

#modal-ter .modal-card-body {
        background-color: black;
}

#modal-ter .modal-card-body h1{
        color: #cab687;
}

#modal-ter .modal-card-body ul li{
        color: #cab687;
}