/*fonts*/
html {
  background-color: #FDFFEE;
}

body {
  margin: 0;
  color: #000068;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 500;
}

.section a {
  text-decoration: none;
  background-color: #FC0D4C;
  color: #FDFFEE;
  padding: .1em .2em;
}

ul {
  list-style: none;
  padding: 0;
}

#headerCanvas {
  /* width:900px; */
  /* height: 550px; */
  width: 100vw;
  /* height: 550px; */
  height: 62.5vw;
  max-width: 1200px;
  max-height: 750px;
  display: block;
  margin: auto;
}

#main-container {
  max-width: 900px;
  margin: auto;
  padding: 0 1em;
}

.divider {
  height: 50px;
  border-bottom: 2px solid #000068;
}

#locations li {
  margin-bottom: 10px;
}

#locations li span {
  display: block;
}

#map {
  background-color: #FC0D4C;
  width: 100%;
  height: 450px;
}

/*sponsors*/
.logo {
  width: 150px;
}

.logo img {
  width: 100%;
}
/*# sourceMappingURL=main.css.map */