#emailForm {
  display: inline-flex;
}

#emailForm .button {
  position:relative;
  top: -5px;
  font-size: 28px;
  height: 48px;
  width: 128px;
  cursor: pointer;
}

#emailForm input {
  height: 48px;
  width: 500px;
  margin-right: 20px;
  border: none;
  background-color: #DADADA;
  ze: 28px;
  text-align: center;
}

.title > .thanks {
  font-size: 36px;
}

#page7 .contact {
  width:70%;
  margin-top: 7%;
  margin-bottom: 3%;
  margin-left:auto;
  margin-right:auto;
}
.contact > p {
  font-size: 22px;
}

.sharingp {
  margin-top: 0.4em;
  display: inline-block;
  font-size: 18px;
}


.resp-sharing-button {
  display: inline-block;
  transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out, box-shadow, 0.05s, ease-in-out, transform, .05s, ease-in-out;
  margin: 0.5em;
  padding: 0.5em 0.75em;
  width: 250px;
  height: 36px;
}

.resp-sharing-button a {
  text-decoration: none;
  color: #FFF;
  display: block;
}

.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__icon svg {
  width: 24px;
  height: 24px;
  margin-bottom: -0.4em;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #FFF;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #FFF;
  stroke: none;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #FFF;
}

.resp-sharing-button--large .resp-sharing-button__icon svg {
  padding-right: 0.4em;
}

.resp-sharing-button__wrapper {
  display: inline-block;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  box-shadow: 5px 5px 0px #24375D;
}

.resp-sharing-button--facebook:hover
 {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--facebook:active {
  box-shadow: 2px 2px 0px #24375D;
  transform: translate3d(3px, 3px, 0px);
}


.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
  box-shadow: 5px 5px 0px #1068A2;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--twitter:active {
  box-shadow: 2px 2px 0px #1068A2;
  transform: translate3d(3px, 3px, 0px);
}
