html {
  font-family: "Lato", "Helvetica", Arial, sans-serif;
}

header {
  background-color: #f6f6f6;
  height: 20vh;
}
header ol {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
header a {
  font-size: 1.2rem;
  text-decoration: none;
  color: white;
}

#blue-line {
  width: 100%;
  height: 10vh;
  background-color: #007eb1;
  overflow: hidden;
}

#body-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64vh;
}

#logo-wrapper {
  width: 90%;
  padding: 20px;
}
#logo-wrapper img {
  max-width: 300px;
}

body {
  height: 100vh;
  margin: 0;
}

#qg-legal {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 20px;
}
#qg-legal ul {
  padding: 0;
  display: flex;
  justify-content: space-around;
  list-style: none;
}
#qg-legal a {
  color: black;
  text-decoration: none;
}

#content-container {
  height: 100%;
  min-width: 75vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 20px;
  border: 2px solid rgba(214, 217, 218, 0.74);
}
#content-container h2 {
  font-size: 2rem;
  margin: 0;
}

#background-splash {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  display: flex;
  height: 15vh;
  background-color: #f6f6f6;
}

#copyright-div-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#copyright-div {
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  width: 300px;
}
#copyright-div a {
  color: black;
  text-decoration: none;
}

#content-pane {
  background-color: #f9f9f9;
  height: 30vh;
  width: 90vw;
  border-radius: 4px 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.aspace-body-bg {
  width: 100vw;
  height: 100vh;
  background: #e9e9e9 url("../assets/bg_body.png") repeat top left;
}

.aspace-header {
  background-color: transparent;
}

/*# sourceMappingURL=styles.css.map */
