﻿body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif, 'Roboto', 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial;
  color: #777;
}

a:link
{
	color: white; 
	text-decoration:inherit;
}
a:visited
{
	color: rgb(153,102,153); 
} 
a:active 
{
	color: rgb(153,0,255);
}
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-2 {
  background-image: url("images/20210213_165920.jpg");
  min-height: 100%;
}

.bgimg-1 {
  background-image: url("images/20220212_181317.jpg");
  min-height: 80%;
}

.bgimg-3 {
  background-image: url("images/hero-bg-03--.jpg");
  min-height: 400px;
}

.bgimg-4 {
  background-image: url("images/20190413_171708.jpg");
  min-height: 500px;
}

.bgimg-5 {
  background-image: url("images/IMG_0877.jpeg");
  min-height: 500px;
  background-position: right;
}

.bgimg-6 {
  background-image: url("images/IMG_0435.jpeg");
  min-height: 500px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 12px;
  font-size: 25px;
  letter-spacing: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Lato", sans-serif, Helvetica, Roboto;
	letter-spacing: 5px;
  text-transform: uppercase;
  color: #111;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size:20px;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    background-attachment: scroll;
  }
}

 /* Style the header */
.header {
	position: fixed;
	 z-index: 1;
	top:20pt;
  padding: 10px 16px;
  background: #33730899;
  color: #f1f1f1;
  width:100%;
  text-align: center;
  
}

.header img {
  width:160pt;
}
/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: left;
  height: 30pt;
  background: #337308e5;
}

.sticky img {
  width:60pt;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 120px;
}


.layer1 {

text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0px;
  top: 60pt;
  background-color: #33730899;
  border-style: none;
  padding: 15pt;
}

.layer2 {

text-align: center;
  text-indent: inherit;
  
  font-size: small;
  padding-block: 5pt;
  background: #4f2e07f0;
  color: white;

}

.layer3 {

color:white;
position: absolute;
 
  z-index: 1;
  left: 40pt;
  top: 80pt;
 font-variant:inherit;
 background:#663900d4;
 padding:15pt;
 border-radius: 5pt;

}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #805A2B;
  color: white;
  text-align: center;
}