body {
  font-family: 'Questrial', sans-serif;
  font-size: 15pt;
  color: #fff;
  margin: 0;
  background: #241279; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #241279 0%, #280f40 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #241279 0%,#280f40 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #241279 0%,#280f40 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#241279', endColorstr='#280f40',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

h1 {
  font-size: 1.5em;
  line-height: 1.4em;
}

h2 {
  font-size: 1.2em;
  line-height: 1.8em;
}

p {
  line-height: 1.5em;
}

.logo {
  max-width: 90%;
  height: auto;
}

.section {
  text-align: center;
}
.section-one {
  padding: 5vh 0 0;
  background: url(images/purple-blob.png) right top no-repeat;
  background-size: auto 100%;
}
.section-two {
  padding: 5vh 0 10vh;
  background: url(images/green-blob.png) left top no-repeat;
  background-size: auto 100%;
}

.cells {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 5vh 0 0;
}
.cell {
  padding: 0 32px;
  max-width: 210px;
  display: inline-block;
}
.cell p {
  min-height: 4em;
}

.footer {
  width: 100%;
}
.mailchimp {
  display: flex;
  width: 100%;
  justify-content: center;
  color: #7F4AF3;
}
.mailchimp-inner {
  background: #fff;
  -webkit-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.55);
  box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.55);
}
.mailchimp .clear {
  display: inline-block;
}
.mailchimp input {
  font-family: 'Questrial', sans-serif;
  color: #7F4AF3;
  border: none;
  padding: 12px;
  font-size: 15pt;
}
.mailchimp .email {
  min-width: 240px;
}
.mailchimp .button {
  font-weight: bold; cursor:pointer;
}

.social-section {
  position: fixed;
  top: 0;
  right: 0;
}
.social {
  width: 50px;
  padding: 1vh 1vw 0 0;
}

.section iframe {
  max-width: 100%;
}

@media only screen and (max-width: 1460px) {
  .logo-cell h1 {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1210px) {
  .logo-cell h1 {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    padding: 0 8px;
  }
  .cell {
    min-width: 210px;
  }
  .mailchimp .clear {
    display: flex;
  }
  .mailchimp input {
    width: 80vw;
  }
  .mailchimp .button {
    width: 100%;
  }
  .social-section {
    position: relative;
  }
  .social {
    width: auto;
    padding: 24px 16px;
  }
}