body, html, main {
	/* important */
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
  background-color: #F6E5DB; /* background color */
}
 
.cd-fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	  position: relative;  
}


 
.cd-fixed-bg.cd-bg-1 {
  background-image: url("IMG_0296-min.jpg");
  /* background-size:  1200px auto; */
}
.cd-fixed-bg.cd-bg-2 {
	background-image: url("IMG_2653-min-centered.jpg");
/* background-size:  1200px auto; */
  
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/cd-background-3.jpg");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/cd-background-4.jpg");
}
 
.cd-scrolling-bg {
	min-height: 100%;

}


.cd-color-2 {
	color: #000; /* TEXT color */
    max-width: 800px;
}

h1 {
	font-size: 55px;
	text-align: center;
}

h2 {
	font-size: 43px;
	text-align: center;
}

p {
	font-size: 40px;
}

.caption {
	opacity: 0.8	;
    filter: alpha(opacity=80); /* For IE8 and earlier */
  position: absolute;
  left: 0;
  top: 15%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #fff;
  color: #21340d;
  padding: 30px;
  font-size: 50px;
  letter-spacing: 15px;
}

.caption span.border_sub {
  background-color: #21340d;
  color: #fff;
  padding: 16px;
  font-size: 30px;
}

.scroll span.border_sub1 {
 
  color: #fff;
  font-size: 80px;
	line-height: 10px;
}

.scroll span.border_sub2 {
 
  color: #333;
  font-size: 30px;
	line-height: 10px;
}

.scroll {
	opacity: 0.7;
    filter: alpha(opacity=80); /* For IE8 and earlier */
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  text-align: center;
  color: #000;
}

/* Style buttons */
.btn {
    background-color: DodgerBlue; /* Blue background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 30px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: RoyalBlue;
}
