@font-face {
  font-family: 'pacaya';
  src: url("../fonts/pacaya.otf");
}

html, body {
  padding: 0px;
  margin: 0px;
  background-image: url("../images/diagonal_noise.png");
}

#about {
  height: 200px;
  background-color: #51ce88;
  -webkit-box-shadow: 0px 0px 3px 0px gray;
  -moz-box-shadow: 0px 0px 3px 0px gray;
  box-shadow: 0px 0px 3px 0px gray;
  border-top: 7px solid white;
}

#logo {
  height: 90px;
  float: left;
  top: 8px;
  position: relative;
}

#mainHeader {
  background-color: #51ce88;
  margin-top: 0px;
  height: 110px;
  -webkit-box-shadow: 0px 0px 1px 0px #5e5e5e;
  -moz-box-shadow: 0px 0px 1px 0px #5e5e5e;
  box-shadow: 0px 0px 1px 0px #5e5e5e;
  border-bottom: 8px solid white;
}

#mainHeader nav {
  width: 830px;
  margin: 0 auto;
  font-family: 'pacaya';
}

#mainHeader nav ul {
  float: right;
  list-style-type: none;
}
#mainHeader nav li {
  float: left;
  margin-right: 5px;
  text-align: center;
}

#mainHeader a {
  text-decoration: none;
  width: 152px;
  padding: 10px 14px;
  display: inline-block;
  background-color: #4ab679;
  border-radius: 5px;
  color: white;
  position: relative;
  top: 18px;
  font-size: 19px;
  margin-right: 2px;
  -webkit-box-shadow: inset 0px 0px 2px 0px #727272;
  -moz-box-shadow: inset 0px 0px 2px 0px #727272;
  box-shadow: inset 0px 0px 2px 0px #727272;
  text-shadow: 0px 0px 0px #4e4e4e;
}

#slider {
  height: 600px;
}

.hero {
  position: relative;
}

.hero .caption {
  position: absolute;
  bottom: 40px;
  right: 20px;
}

.main-content {
  width: 820px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
}

.section h3 {
  margin: 20px 0;
  font-family: pacaya;
  font-size: 37px;
  color: #686868;
  background-color: lightgrey;
  text-shadow: 0 1px 1px white;
  padding: 10px 0 2px 11px;
}
