@media (min-width: 768px) {
 html, body, .full {
  height: 100%;
 }
}

body {
  background: #191919;
  font-family: 'Crimson Pro', serif;
  font-weight: 300;
}

::selection {
  background: rgba(227, 80, 80, 0.5);
  color: #fff;
}

.pane {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: none;
  border-top: 4px solid #000;
}

@media (min-width: 768px) {
  .pane {
    border-left: 4px solid #000;
    border-top: none;
  }
}

.pane.about {
  border: none;
}

.pane::after {
  content: "";
  background-image: url(/img/1200/wood-farm.jpg);
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.pane.about::after {
  background-image: url(/img/1200/wood-farm.jpg);
  background-position: center right;
}

.pane.stables::after {
  background-image: url(/img/1200/wood-farm-stables.jpg)
}

.pane.swimming-pool::after {
  background-image: url(/img/1200/wood-farm-swimming-pool.jpg)
}

.pane.airfield::after {
  background-image: url(/img/1200/wood-farm-airfield.jpg)
}

h1, h2, h3, .title {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
}

p {
  font-weight: 300;
}

a.title {
  padding: 30px 0;
  display: block;
  overflow: hidden;
  background: rgba(0,0,0,.2);
  color: rgba(255,255,255,.6);
  text-decoration: none;
}

@media (min-width: 768px) {
  a.title {
    margin-top: 300px;
  }
}

.pane.active .title, a:hover.title {
  background: rgba(0,0,0,.35);
  color: #fff;
}

.pane.about.active .title h1, .about a:hover.title h1 {
  color: #ba2626;
}

.pane.stables.active .title h2, .stables a:hover.title h2 {
  color: #93c54b;
}

.pane.swimming-pool.active .title h2, .swimming-pool a:hover.title h2 {
  color: #29abe0;
}

.pane.airfield.active .title h2, .airfield a:hover.title h2 {
  color: #f47c3c;
}

.title p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 14px;
}

.about .title p {
  letter-spacing: 0;
}

.about a.title .about {
  visibility: hidden;
}

.about a:hover.title .about {
  visibility: visible;
}

.title .at {
  margin-right: 4px;
  letter-spacing: 0;
  text-transform: none;
}

@media (min-width: 1500px) {

  h1, h2, h3, .title {
    font-size: 48px;
    line-height: 36px;
  }

  .title p {
    font-size: 15px;
    line-height: 15px;
  }
}

.body {
  padding-bottom: 30px;
  background: rgba(0,0,0,.35);
  font-size: 18px;
}

.nav {
  font-size: 16px;
  text-align: right;
}

.nav>a {
  padding: 5px 0;
  color: rgba(255,255,255,.4);
  font-weight: 500;
}

.body p {
  color: #fff;
}

a {
  color: rgba(255,255,255,.6);
}

a.active, a:hover {
  color: #fff;
}

.btn {
  margin-top: 10px;
  font-size: 16px;
}

.map {
  margin: 20px 0;
  width: 100%;
  height: 250px;
  opacity: 0.65;
  border: none;
}
