body {
    background-color: black;
    color: black;
}

#BackToTop {
    background-color: rgb(0,0,0,0.6);
    border: 2px solid #4043a1;
    border-radius: 4px;
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 10000;
    display: none;
    padding: 6px;
    text-align: center;
}

#BackToTop a:link {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

#BackToTop a:visited {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

#BackToTop a:active {
    color: #fff950;
    text-decoration: none;
    text-transform: uppercase;
}

#BackToTop a:hover {
    color: #fff950;
    text-decoration: none;
    text-transform: uppercase;
}

#BackToTop img {
    width: 55px;
}

#Nav {
    background-color: #4043a1;
    color: white;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

#Nav a:link {
    color: white;
    text-decoration: none;
}

#Nav a:visited {
    color: white;
    text-decoration: none;
}

#Nav a:active {
    color: #fff950;
    text-decoration: none;
}

#Nav a:hover {
    color: #fff950;
    text-decoration: none;
}

#Nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#Nav ul li {
    display: inline-block;
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
}

.Button {
    margin-bottom: 5px;
}

.Button .btn-primary {
    border: none;
    color: white;
    background-color: #4043a1 !important;
}

.Button .btn-primary:link {
    border: none;
    color: white;
    background-color: #4043a1 !important;
}

.Button .btn-primary:visited {
    border: none;
    color: white;
    background-color: #4043a1 !important;
}

.Button .btn-primary:active {
    border: none;
    color: white;
    background-color: #333682 !important;
}

.Button .btn-primary:hover {
    border: none;
    color: white;
    background-color: #333682 !important;
}

.Center {
    text-align: center;
}

.Content {
    background-color: white;
    border-top: solid 12px #4043a1;
    border-bottom: solid 12px #4043a1;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.Content a:link {
    color: #a51e23;
    text-decoration: none;
}

.Content a:visited {
    color: #a51e23;
    text-decoration: none;
}

.Content a:active {
    color: black;
    text-decoration: none;
}

.Content a:hover {
    color: black;
    text-decoration: none;
}

.Disclaimer {
    background-color: black;
    border: solid 4px #4043a1;
    border-radius: 30px;
    color: white;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 20px;
}

.Disclaimer a:link {
    color: white;
    text-decoration: underline;
}

.Disclaimer a:visited {
    color: white;
    text-decoration: underline;
}

.Disclaimer a:active {
    color: white;
    text-decoration: none;
}

.Disclaimer a:hover {
    color: white;
    text-decoration: none;
}

.Divider {
    border-top: 2px solid #4043a1;
    margin-top: 22px;
    margin-bottom: 22px;
}

.Float-Left {
    float: left;
    margin-left: 0px;
    margin-right: 18px;
    margin-bottom: 18px;
}

.Float-Right {
    float: right;
    margin-left: 15px;
    margin-right: 0px;
    margin-bottom: 18px;
}

.Heading {
    background-color: black;
    border: solid 4px #4043a1;
    border-radius: 10px;
    color: #fff950;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 14px;
    text-align: center;
    text-transform: uppercase;
}

.Heading h2 {
    font-size: 24px;
    text-align: center;
}

.Image-Large {
    max-width: 525px;
    width: 100%;
}

.Image-275 {
    max-width: 275px;
    width: 100%;
}

.Image-450 {
    max-width: 450px;
    width: 100%;
}

.Logo {
    max-width: 525px;
    width: 100%;
}

.Red-Em {
    color: #a51e23;
    font-style: italic;
}

/* Fonts */
.press-start-2p-regular {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
    .Float-Left {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
    }

    .Float-Right {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
    }
}