#logo {
    max-width: 250px;
    margin: 0 auto;
}
a {
    color: #6A0032;
    font-weight: bold;
}

#footerLogo {
    max-width: 150px;
}

header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    min-height: 100px;
    border-radius: 3pt;
    box-shadow: 1px 5px 5px #121212;
    max-width: 1200px;
    margin: 0 auto;
}

footer {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
    background-color: #fff;
    /* min-height: 100px; */
    max-width: 250px;
    border-radius: 3pt;
    box-shadow: 1px 5px 5px #121212;
}

body {
    background-color: #6A0032;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.2rem;
}

h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20pt;
    margin: 0 auto;
    color: #410000;
}

#notice {
    margin: 50px auto;
    max-width: 85%;
    text-align: center;
    background: #fff;
    border-radius: 5pt;
    box-shadow: 1px 5px 5px #121212;
}
#noticeTitle {
    padding: 20px;
    border-bottom: .125rem solid #f9cf3b;
    max-width: 80%;
    color: #491526;
    font-size: 1.375rem;
    font-family: "Source Sans Pro",sans-serif;
    font-style: normal;
    text-transform: uppercase;
}
#start {
    border-bottom: .125rem solid #f9cf3b;
}
p {
    padding: 20px;
    font-family: "Source Sans Pro",sans-serif;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* border-bottom: .125rem solid #f9cf3b; */
    max-width: 80%;
    margin: 0 auto;
}
p > span {
    font-weight: bold;
}
ul > li {
    font-weight: bold;
    font-size: 16pt;
    list-style-type: none;
}
#helpfulMessage {
    font-size: 1.5rem;
    padding: 20px;
    font-family: "Source Sans Pro",sans-serif;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 80%;
    margin: 0 auto;
    border-top: .125rem solid #f9cf3b;
}
#copyright {
    padding: 0 10px 0 0;
    color: #410000;
     font-family: "Source Sans Pro",sans-serif;
}

.formTitle {
    color: #491526;
    font-size: 1.375rem;
    font-family: "Source Sans Pro",sans-serif;
    font-style: normal;
    text-transform: uppercase;
}

