body, html {
  height: 100%;
  font-size: 16px;
  margin: 0;
  font: 400 15px/1.8em "Helvetica", Arial, sans-serif;
  /*font-family: 'Open Sans', sans-serif;*/
  color: #777;
}

.bgimg-1 {
  position: relative;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../images/IMG_8735.jpg");
  /*background-image: url("../images/IMG_1289.jpg");*/
  height: 100%;
}

.caption {
  position: absolute;
  left: 0px;
  line-height: 1.2em;
  top: 35%;
  width: 100%;
  text-align: left;
  color: #000;
}

.caption div {
	padding:0 0 0 38px;
}

.caption div.title {
	font-size: 8em;
	font-weight: 700;
	letter-spacing: -1.9px;
	line-height: .95em;
}

.caption div.subtitle {
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.3em;
	margin-left: 5px;
}

.caption div.border {
	position: absolute;
	display: none;
	left: 18px;
	bottom: 10%;
	background-color: #FFF;
	color: #000;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 1px;
}

@media only screen and (max-width: 1200px) {
	.caption {
		top: 40%;
	}
	.caption div.title {
        font-size: 5.9375em;
	}
}

@media only screen and (max-width: 768px) {
	.caption div.title {
        font-size: 5em;
	}
}

@media only screen and (max-width: 480px) {
	.caption div {
		padding-left: 20px;
	}
	.caption div.title {
        font-size: 3.125em;
	}
}

