@import url(reset.css);

@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Fenix&family=Martian+Mono:wght@100..800&family=Russo+One&display=swap');

header {
    background-color: darkgray;
    height: 7.5vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid black 0.5vh;
}

nav {
    background-color: gray;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: double black 1vh;
}

h1 {
    font-size: 4vh;
    color: black;
    font-family: 'Courier New', Courier, monospace;
    font-family: "Martian Mono", monospace;
}

.NavItems {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: black;
}

p {
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 90%;
}

#CentralContent {
    display: grid;
    grid-template-columns: 1fr 4fr;
    column-gap: 10vw;
    margin-top: 7.5vh;
}

main, aside {
    background-color: darkgray;
    height: 70vh;
    border: solid black 0.5vh;
}

body {
    background-color: darkslategrey;
}

main {
    margin-right: 10%;
}

aside {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
}

img {
    width: 10vw;
    margin-left: auto;
    margin-right: auto;
}

footer {
    background-color: white;
    height: 7vh;
    width: 100%;
    position: absolute;
    top: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
}

a {
    text-decoration: none;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: black;
}

#locationContainer {
    background-color: darkgray;
    height: 70vh;
    border: solid black 0.5vh;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

#Map {
    width: 100%;
    height: 100%;
}

.imgAnchor {
    width: 10vw;
    margin-left: auto;
    margin-right: auto;
}

.centerForm {
    display: flex;
    border: black solid 2px;
    margin: 5%;
    height: 90vh;
    background-color: whitesmoke;
    flex-flow: column nowrap;
    padding-left: 2.5%;
}

h2 {
    text-align: center;
    font-size: 200%;
    padding: 2%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.redAsterisk::after{
    content: "*";
    color: red;
}

input, textarea{
    width: 95%;
    font-family: "Arvo";
    font-size: 80%;
    margin: 0.4%;
    margin-bottom: 0.7%;
}

textarea {
    height: 35vh;
}

label {
    font-family: "Arvo";
    font-size: 100%;
}