body, html {
  height: 100%;
  margin: 0;
  color: #777;
  font-family: LatoBlack;
  scroll-behavior: smooth;
}

.warning {
  font-color: red;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent; 
}

scrollbar {
	width: 0px;
  background: transparent; 
	
}

a {
	color: #FE4800;
	text-decoration: none;
}

a:hover {
	color: #FE4800;
	text-decoration: underline;
}

@font-face {
	font-family: 'LatoBold';
	src: url('fonts/Lato-Bold.ttf');
}
@font-face {
	font-family: 'LatoBlack';
	src: url('fonts/Lato-Black.ttf');
}
@font-face {
	font-family: 'LatoRegular';
	src: url('fonts/Lato-Regular.ttf');
}

p {
	font-size: 16pt;
	font-family: 'LatoRegular';
	//color: #FE4800;
	color: #f7f7f7;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
  position: relative;
  //opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("img/promo.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("img/image2.jpg");
  min-height: 450px;
}

.bgimg-3 {
  background-image: url("img/image3.jpg");
  min-height: 450px;
}

.bgimg-4 {
	background-image: url("img/image1.jpg");
  min-height: 450px;
}

.bgimg-5 {
	background-image: url("img/image4.jpg");
  min-height: 450px;
}

.caption {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  text-align: center;
  color: #f7f7f7;
}

.caption div.border {
  background-color: #222A2A;
  color: #f7f7f7;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 3pt;
  opacity: 0.85;
  display: inline-block;
}

.caption a {
	color: #FE4800;
	text-decoration: none;
}

.caption a:hover {
	color: #FE4800;
	text-decoration: underline;
}


h3 {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: 'LatoBold';
  color: #FE4800;
  font-size: 20pt;
}



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