body {
  font-family: Soleil;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  background-color: #001E61;
}

h1 {
  font-family:Ivyjournal;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

h2 {
  font-family:Ivyjournal;
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0px 10px 0px;
  color: #FF4438;
}

h2:first-child {
  margin-top: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px 60px;
  min-height: 100vh;
}

.left,
.right {
  width: 100%;
}

.form-header {
  margin: 30px 0;
}

.logo {
  display: block;
  width: 20vw;
  max-width: 175px;
}

.about {
  margin: 30px 0 60px;
}

.contact {
  max-width: 30rem;
}

.red {
  color: #FF4438;
}

.bold {
  font-weight: 700;
}

::placeholder { color: #fff; opacity: .25; font-size: 1em; line-height: 1.5; }

.mc-field-group {
  margin: 1.5em 0;
}

label {
  display: block;
  margin-bottom: .5em;
}

input[type=text],
input[type=email] {
  display: block;
  padding: 1em;
  border: none;
  background-color: rgba(255,255,255,.2);
  width: 100%;
  color: #fff;
}

input[type=text]:focus,
input[type=email]:focus {
  outline: 0;
}

input[type=text].mce_inline_error,
input[type=email].mce_inline_error {
  background-color: rgba(255,68,56,.2);
}

#mc_embed_signup div.mce_inline_error {
  display: none !important;
}

input[type=submit] {
  display: inline-block;
  padding: 1em 4em;
  border: none;
  border-radius: 0;
  background-color: #FF4438;
  text-transform: uppercase;
  color: #fff; 
  cursor: pointer;
}

#mce-success-response {
  margin: 1em 0 !important; 
}

@media (min-width: 768px) {

  body {
    font-size: 18px;
  }

  h1 {
    font-size: calc(25px + (50 - 25) * ( (100vw - 375px) / (1600 - 375) ) );
  }

  h2 {
    font-size: 22px;
    margin: 30px 0px 10px 0px;
  }

  .wrap {
    justify-content: space-between;
    align-items: space-between;
    padding: 60px;
  }

  .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 55%;
  }

  .right {
    width: 35%;
    align-self: flex-end;
  }

  .about {
    margin: 40px 0 60px;
  }
 
}

@media (min-width: 1600px) {

  body {
    font-size: 20px;
  }

  h2 {
    font-size: 20px;
    margin: 30px 0px 10px 0px;
  }

  .wrap {
    padding: 70px;
  }
  
}
