* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  background: repeat center/80% url("../img/ll_bg_circles.png");
  font-family: "Arial";
  font-size: 21pt;
  line-height: 1.5;
  text-align: center;
}

main > * {
  padding: 0 15%;
}

h1 {
  display: flex;
  margin-top: 2.75em;
  align-items: center;
  justify-content: center;
  font-family: "Monaco";
  font-size: 21.6pt;
}
h1 img {
  height: 26.9pt;
  padding: 0 5pt;
  margin-top: 2.8pt;
  display: table-cell;
  vertical-align: top;
}

h1, p {
  text-shadow: 0 0 1px white, 0 0 2px white, 0 0 3px white, 0 0 4px white, 0 0 5px white, 0 0 6px white, 0 0 7px white, 0 0 8px white, 0 0 9px white;
}

.description {
  margin: 2.5em 0;
}

.event-types {
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
}

input, button {
  font-family: "Arial Rounded MT Bold";
  font-size: 21pt;
  padding: 0.5em 1.25em;
}

button {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}
button:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.subscribe {
  background-color: #FFCC00;
  padding-top: 1.5em;
  padding-bottom: 2em;
}
.subscribe form {
  align-items: center;
  border: none;
  border-bottom: 1px solid black;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.subscribe .email {
  margin: 1em 0.5em 1em 0;
  border: none;
  border-radius: 0.15em;
  flex-grow: 1;
  background-color: white;
  color: #545454;
  font-size: 21pt;
}
.subscribe button {
  position: relative;
  border-radius: 0.15em;
  background-color: #FE1476;
  color: white;
}

.submit-event {
  margin-top: 2em;
  font-family: "Arial Rounded MT Bold";
  font-size: 14pt;
}
.submit-event button {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 11pt;
  padding: 1em;
  background: url("../img/submiteventbutton2x.png") no-repeat center;
  background-size: contain;
  color: #592FFF;
}

footer {
  font-size: 10pt;
  margin-top: 5em;
  padding: 3em;
}

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