h1,
h2,
h3 {
    font-family: "Vina Sans", sans-serif;
    font-weight: regular;
    text-transform: uppercase;
    color: white;
    margin: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
}

h2 {
    text-align: left;
    border-bottom: #331633 10px solid;
    margin-bottom: 25px;
}

.background-primary h2 {
    border-bottom: #000000 10px solid;
}

h4 {
    font-family: 'Vina Sans', sans-serif;
    color: white;
    font-size: 3em;
}

.navbar {
    /* background-color: #331633; */
    background-color: #000;
    padding: 0px;
    padding-bottom: 10px;
    border-bottom: #331633 10px solid;
}

.navbar-brand {
    padding: 0px;

}

.navbar-brand h1 {
    font-size: 4em;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: rgb(27, 27, 27);
}

p {
    font-family: 'Catamaran', sans-serif;
    font-size: medium;
    color: white;
}

li {
    font-family: 'Catamaran', sans-serif;
    color: white;
}

#streaming-links i {
    font-size: 3em;
    padding: 15px;
    /* color: #C2A0D9; */
    color: white;
}

svg {
    display: block;
    width: 100%;
    height: 45px;
    fill: black;
    background-color: transparent;
}

.svg-primary {
    fill: #331633;
}

.background-black {
    background-color: #000;
}

.background-primary {
    background-color: #331633;
}

#latest-event img {
    /* max-height: 400px; */
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: inherit;
  }

button.accordion-button:focus{
    box-shadow: inherit;
}