body {
  background: url(../images/background.png) no-repeat 50% fixed/cover;
}

.dark {
  padding: 15px;
  background-color: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

header {
  background-color: #6cab6e;
  background-size: cover;
  color: #ffffff;
  padding-top: 20px;
  min-height: 70px;
}

/** PAGE */
#main {
  background-color: #ffffff3d;
}

#page {
  overflow: hidden;
  padding: 5em 0em;
}

#page .title {
  margin-bottom: 2em;
}

#page .title h2 {
  font-size: 1.5em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

#page .title .byline {
  display: block;
  padding-bottom: 2em;
  color: rgba(0, 0, 0, 0.7);
}

/*newsletter*/
#newsletter {
  padding: 15px;
  color: #ffffff;
  background-color: #6cab6e;
}

#newsletter h1 {
  float: left;
  margin-top: 50px;
  color: #ffffff;
  font-weight: 400;
}

#newsletter form {
  float: right;
  margin-top: 15px;
}

#newsletter input[type="email"] {
  padding: 4px;
  height: 38px;
  width: 250px;
}

/*sidebar*/
aside#sidebar {
  float: right;
  width: 30%;
  margin-top: 10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea {
  width: 90%;
  padding: 5px;
}

/*main-col*/
article#main-col {
  float: left;
  width: 65%;
}

/*services*/
ul#services li {
  list-style: none;
  padding: 20px;
  border: #cccccc solid 1px;
  margin-bottom: 5px;
  background-color: #e6e6e6;
}

.text {
  padding-top: 5px;
  text-align: center;
}

@media (max-width: 600px) {
  #page {
    margin-top: 20%;
  }
}
/*# sourceMappingURL=services.css.map */