/*fonts*/
body {
  margin: 0;
  background-color: #970047;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c60063), color-stop(#970047), to(#970047));
  background-image: linear-gradient(to bottom, #c60063, #970047, #970047);
  color: #78ff62;
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 500;
}

#body-wrap {
  overflow-x: hidden;
}

.section a {
  text-decoration: none;
  background-color: #78ff62;
  color: #970047;
  padding: .1em .2em;
  border-radius: 25px;
  padding: .1em .5em;
}

h2, h1, h3 {
  font-weight: 400;
}

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

.gfx-container {
  position: relative;
  right: 0px;
  top: 0px;
}

.gfx {
  position: absolute;
  z-index: 1000;
}

#header {
  margin-top: 1em;
}

.h-svg {
  width: 300px;
}

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

#sponsors li {
  background-color: #fffbff;
  color: #393238;
  padding: 1em;
  margin-bottom: 1em;
}

#sponsors li a {
  background-color: #393238;
  color: #fffbff;
}

#sponsors li a.plain {
  text-decoration: underline;
  background-color: transparent;
  color: #970047;
}

.divider {
  height: 50px;
}

#locations ul {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}

@media only screen and (max-width: 768px) {
  #locations ul {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
  }
}

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

#locations li span {
  display: block;
}

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

/*sponsors*/
.logo {
  width: 100%;
}

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