
main {
    width: 100%;
}

aside {
    display: none;
}

header {
    flex-direction: column;
}

header nav {
    padding-top: 3vh;
}

header nav a {
    border: 2px solid #E22822;
    padding: .25em .5em;
}

.main-heading {
    margin-top: 15vh;
    text-align: center;
}

.main-heading h1 {
    text-align: center;
}

.main-bottom-links {
    flex-direction: column-reverse;
    width: 100%;
    position: unset;
    margin-top: 5vh;
}

.main-heading-links {
    display: none;
}

.main-bottom-links div {
    justify-content: center;
    margin-bottom: 2vh;
    bottom: none;
}

.main-bottom-links div:last-child a {
    width: 30vw;
}

.main-bottom-links div:first-child a {
    margin: 0 2.5vw;
}

.main-announce {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 1vh 2.5vw 0 2.5vw;
    text-decoration: none;
    color: #E22822;
    font-weight: bold;
}