/*

cultured-white:
charcoal: 36494E
copper-red: DB653F
cooper-red-light: E59276
cooper-red-super-light:F5D6CC
green: 16B68E
blue: 3C6997
blue-light: 8AADD0

https://coolors.co/f2f4f8-e59276-36494e-16b68e-3c6997-8aadd0
*/



.contact {
  left: 300px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  text-align: center;
  flex-direction: row;
  justify-content: center;
}
.contact a {
  font-size: 1.2em;
  margin-left: 0.3%;
  padding: 10px;
  width: 33%;
  color: #3C6997;
  background-color: #F2F4F8;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
  border-color: black;

}

body,
html,
p {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  box-sizing: border-box;
  border-top: 30px solid #16B68E;
  background-color: #f2f4f8;
  padding: 20px 20px;
  height: 100%;
  text-align: center;
  font-size: 1.3rem;
  /* font-family: "Open Sans"; */
}

.logo {
  float: left;
  width: 50px;
  height: 50px;
}

ul.social-icons {
  color: #36494E;
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

h1 {
  margin-top: 10%;
  margin-bottom: 0;
  color: #DB653F;
  font-family: "Nunito";
  font-size: 3.4rem;
  letter-spacing: 2px;
  line-height: 1;
}

span.logo {
  font-family: "Nunito";
}

img {
  margin-bottom: 30px;
  width: 530px;
  text-align: center;
  color: #8e132a;
}

p {
  padding: 2rem 1rem;
  text-align: center;
  color: #36494E;
}

form {
  margin: 0 auto;
  width: 50%;
  overflow: auto;
}

form input {
  float: left;
  border: none;
  padding: 0;
  height: 40px;
}

form input[type="email"] {
  box-sizing: border-box;
  border-right: none;
  padding: 2px 10px;
  width: 80%;
}

form input[type="submit"] {
  width: 20%;
  color: white;
}

a {
  color: #3c6997;
  text-decoration: none;
  font-size: 1.2rem;
}

a:hover {
  color: #8aadd0;
}

#benefits {
  display: flex;
  margin: 50px auto 0;
  width: 80%;
  font-size: 1.2rem;
  text-align: center;
}
#benefits div {
  width: 33%;
  padding: 10px;

}

#benefits h2 {
  color: #36494E;
  font-size: 1.4rem;
}
#benefits i {
  margin-right: 20px;
}

#benefits p {
  padding-top: 10px;
}

#benefits li {
  list-style-type: none;
  list-style-position: outside;
  display: list-item;
  margin: 11px;
  text-align: left;
}
p.benefit:first-child {
}

@media (max-width: 950px) {
  #benefits {
    width: 80%;
  }

  form {
    width: 90%;
  }

  #benefits {
    display: block;
    width: 90%;
  }
  #benefits div {
    width: 100%;
  }
}

.footer a {
  font-size: 1rem;
}

.footer img {
    width: 20%;
}