/*Header*/
.h1style, h1 {
    font-family: 'Oswald';
}
.mod-content-image-banner{
    overflow: visible;
}
.mod-content-image-banner {
    height: 30em;
    margin: -8em 0em 0em 0em;
    background: #3d1037;
}
.mod-navigation, .mod-collapsed-navigation{
    background: none;
}

p, p a{
      color: black;  
}

.mod-expanding-information {
    padding: 1em 14.35em;
    /* align-content: center; */
}

table.custom-table {
    display: flex;
    justify-content: space-evenly;
    width: auto;
    padding: 3em 0em 4em 0em;
}

div#mod-page-wrap {
    width: 100%;
}