h1,h2,h3,h4,h5,h6 {
    font-family: "Ropa Sans", sans-serif;
    font-style: italic;
    letter-spacing: 0.05em;
    font-weight: 200;
    text-shadow: 6px 6px 1px rgba(128, 0, 0, 0.66);
}


.banner {
    background-color: #a21e21;
}

h1 {
    color: white !important;
}

h1.alt {
    font-family: "Epilogue", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    text-transform: uppercase;
    color: #ffe3b5 !important;
}

.cs {
    color: white !important;
    font-size: 3.8rem;
    font-weight: 800;
    letter-spacing: 0.1em !important;
    font-style: normal;
    
}

.banner-inner-logo {
    border-inline: 4px solid #ffe3b5;
    margin-left: 10px;
    margin-right: 10px;
}

.banner-inner-content {
    border-inline: 4px solid #ffe3b5;
    margin-left: 10px;
    margin-right: 10px;
}

.footer {
    margin-top: -2px;
    width: 1325px;
}

.text-ul {
    display: inline;
    border-bottom: 4px solid #ffe3b5;
}

.campus {
    background-image:url('/img/campus.jpg');
    background-size: cover;
    position: relative;
    background-position: center center;
    min-height: 100vh;
}

body {
    background-color: #373737 !important;
}