html {
    margin: 0;
    padding: 0;
}
body {
    background-color: #202020;
    color: #f5f5dc;
    font-family: "Lato", "Segoe UI", Roboto, sans-serif;
}

h6, h5, h4, h3, h2, h1 {
    margin: 0;
    font-family: "Catamaran", "Segoe UI", Roboto, sans-serif;
    font-weight: 800;
}

header, footer {
    text-align: center;
}

section.inverse {
    background-color: #f5f5dc;
    color: #202020;
}

.overlay {
    color: #f5f5dc;
    background: linear-gradient(0deg, rgba(80,0,0,.4) 0%, rgba(80,0,0,.7) 30%, rgba(80,0,0,.7) 50%, rgba(0.0.0,.7) 100%);
}

hr {
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #800000 0%, #800000 30%, #202020 100%);
    height: 10px;
    border: none;
    opacity: 100%;
}

hr.inverse {
    background: linear-gradient(180deg, #800000 0%, #800000 30%, #f5f5dc 100%);
}

h4 hr {
    height: 1px;
    opacity: 0.8;
}

h4 p {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.short-text p {
    font-weight: 500;
    font-size: larger;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.short-text hr {
    height: 4px;
}

.card.p-3 {
    background-color: transparent;
}

.card hr {
    height: 2px;
    margin-bottom: 4px;
}

.social-media-bar a {
    margin: 10px 20px;
    text-decoration: none;
}

div.social-media-bar a:link, div.social-media-bar a:visited, div.social-media-bar a:active  {
    color:#f5f5dc !important;
}

.social-media-bar a:hover {
    color:#800000 !important;
}

.social-media-bar {
    padding-bottom: 1rem !important;
}

.text-left {
    text-align: left !important;
}