body, html {
  height: 100%;
  margin: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 100;
  font-size: 15px;
  line-height: 1.8em;
  color: #777;
}

.bgimg {
  position: relative;
/*  opacity: 0.65; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("images/bgr-1.jpg");
  min-height: 100%;
}

.caption {
  position: absolute;
  left: 20%;
  top: 80%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  padding: 10px 100px 3px 100px;
  font-size: 30px;
  letter-spacing: 7px;
}

.caption img {
	opacity: 0.3;
	background-image: url('../images/instagram-icon.png') no-repeat center;
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.caption img:hover {
	opacity: 1;
	background-image: url('../images/instagram-icon_white.png') no-repaet center;
	-webkit-filter: sepia(0);
	filter: sepia(0);
}


h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg {
        background-attachment: scroll;
    }
}

.space {
	border-top: 1px solid #cecece;
	width: 100px;
	margin: 30px auto;
}