@CHARSET "UTF-8";

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
    padding-bottom: 100px;
}

h1 {
    font-size: 1.6em;
    font-weight: bold;
}

h2 {
    line-height: 1.6em;
    font-size: 1.4em;
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
}

h5, h6 {
    font-family: "Lucida Handwriting", sans-serif;
    text-align: center;
    color: rgb(204, 8, 29);
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.2em;
}

main {
    padding: 25px 0px;
}
.content {
    border: 3px dashed #CC081C;
}

.checkered {
    position: relative;
    height: 50px;
    margin: 0;
    padding: 0;
    background-color: black;
    background-image: url("../img/checkered.png");
    background-repeat: repeat-X;
}

.brand {
    position: absolute;
    right: 25px;
    top: 50px;
    max-width: 150px;
    z-index: 100;
}

.bg-dark {
    background-color: black !important;
}

.nav-link, .dropdown-menu, .dropdown-item {
    color: white !important;
    background-color: black !important;
}

.nav-item > .active, .nav-link.active, .nav-link:hover, .dropdown-item:hover {
    background-color: #CC081C !important;
    color: #FFE600 !important;
}

.navbar-toggler-icon {
    background-image: url("../img/toggler.svg") !important;
}

footer {
    position: fixed;
    bottom: 0px;
}

footer, .footnav, footer a {
    color: white !important;
    background-color: black !important;
}


