body {
  background: #ae3940;
  font-family: Georgia;
  color: #4d4b42;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #4d4b42;
}
.container {
  margin: auto;
  max-width: 1000px !important;
  width: 100%;
}
img.full {
  width: 100%;
}
p {
  margin: 0 0 20px;
  line-height: 1.8em;
}
section {
  background: #fffaf0;
}
section.header {
  max-height: 700px;
  overflow: hidden;
  position: relative;
  background-image: url("img/header1.jpg");
  height: 100vh;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
}
section.header .logo {
  width: 60%;
  margin: auto;
}
section.header strong {
  color: #fff !important;
  display: block;
}
section.header .text {
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.35);
}
section.header .text #badge {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 200px;
}
@media (max-width: 800px) {
  section.header .text #badge {
    bottom: 180px;
    right: -10px;
  }
}
section aside {
  margin-bottom: 28px;
  text-align: center;
  font-weight: bold;
  font-family: "Open Sans";
  font-style: italic;
  color: #000;
}
section.padded {
  padding: 50px;
}
@media (max-device-width: 600px) {
  section.padded {
    padding: 20px;
  }
}
section.dark {
  background: #f6f1e8;
}
section.red {
  background: #ae3940;
}
section.anchor {
  background: #fffaf0 url("img/anchor.png") no-repeat 115% 15%;
  background-size: 62%;
}
section.graphic img {
  width: 100%;
}
section header {
  font-family: "Open Sans";
  font-size: 2em;
  font-weight: bold;
  color: #97302f;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  padding-left: 2px;
  padding-bottom: 5px;
}
strong {
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3em;
  color: #000;
}
#map {
  width: 100%;
}
button {
  background: #ae3940;
  color: #fff;
  border-radius: 0;
  border: 0;
  padding: 18px;
  width: 80%;
  display: block;
  margin: auto;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 35px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Open Sans";
  line-height: 1.2em;
}
@media (max-device-width: 600px) {
  button {
    width: 95%;
  }
}
/*# sourceMappingURL=style.css.map */