body {
  font-family: 'Roboto', sans-serif;
}

.logo-wrapper {
  width: 250px;
}

.logo-wrapper img {
  width: 100%;
}

.link-list {
  margin: 0 0 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.lineup {
  margin: 30px 0;
}

ul {
  list-style-type: none;
  display: flex;
  padding: 0;
}

li a {
  margin: 0 5px;
}

a,
a:visited {
  color: #3270ff;
  text-decoration: none;
}

a:hover {
  color: #1f4397;
}

.site-content {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1000px;
  justify-content: center;
}

.site-header {
  text-align: center;
}

h1 {
  margin: 75px 0 50px;
  font-size: 1.5em;
  text-align: center;
}

h3 {
  font-size: 1em;
}

.price {
  display: block;
  font-weight: bold;
  margin: 20px 0;
}

.site-header {
  width: 100%;
}

.flyer-wrapper {
  margin: 20px auto;
  max-width: 1200px;
}

.flyer-wrapper img {
  max-width: 100%;
}

.form-wrapper {
  margin: 0 0 80px;
}

.party-content {
  text-align: center;
}

.disclaimer {
  display: block;
  margin: 10px 0;
  font-size: 12px;
  text-align: center;
}

form {
  margin: auto;
  max-width: 420px;
}

.mc-field-group {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

input {
  height: 32px;
  width: 100%;
}

iframe {
  margin: 0 auto 25px;
  max-width: 600px;
}

.contact-info {
  width: 100%;
  text-align: center;
}

#mc_embed_signup form {
  margin: 30px auto 0 !important;
}

#mc_embed_signup form .indicates-required {
  text-align: left !important;
}