body {
  font-family: Cabin, Helvetica, Arial;
  background-color: #96c1ab;
}
h1,
h2 {
  text-align: center;
}
img {
  width: 45%;
}
img.fullWidth {
  width: 100%;
}
p {
  margin-right: 1em;
}
.index-splash-image {
  background-image: url("/img/rocks/IMG_0267.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
a.home {
  display: block;
  background-color: #c1ab97;
  border: 3px solid #ab97c1;
  text-align: center;
  border-radius: 20px;
  padding-top: 3px;
}
a.home p {
  color: #546c60;
  font-weight: bold;
  display: block;
}
a.home .sub {
  font-size: 75%;
  font-style: italic;
}
a.home .thumb {
  height: auto;
  width: 22%;
}
a.home .box {
  display: inline flow-root;
  vertical-align: top;
}
