body {
  margin: 2em;
}
aside {
    background: #1f8dd6; /* same color as selected state on site menu */
    padding: 0.3em 1em;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 2em;
}
textarea {
  width: 100%;
}
.content-head {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
}
.is-center {
  text-align: center;
}
.button-success {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #009900 /* this is a green */
}
.button-xlarge {
  font-size: 125%;
}
button {
  float: right;
}
#name, #email {
  width: 50%;
}

#honeypot {
         display: none; /*makes the field not visible to humans*/
    }

.emailbox {
    background-color: #b3ffb3    ; /* same color as selected state on site menu */
    padding: 0.3em 1em;
    border-radius: 3px;
    color: black;
    margin-bottom: 2em;
     width:70%;
     text-align:center;
}

h2 {
text-align:center;
width:70%;
}
