@charset "utf-8";

body, html {
	height:1024px;
	width:100%;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
  position: relative;
  opacity:0,90;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url("img_parallax.png");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("img_parallax2.png");
  min-height: 100%;
}

.bgimg-3 {
  background-image: url("img_parallax3.png");
  min-height: 100%;
}

.bgimg-4 {
  background-image: url("img_parallax4.png");
  min-height: 100%;
}

.caption {
	position: absolute;
	left:0;
	padding: 18px;
	top: 10%;
	width: 100%;
	text-align: center;
	line-height:18pt;
	color: #000;
}

.caption span.border {
	color: #fff;
	padding: 18px;
	font-size: 22px;
	letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 16px "Verdana", sans-serif;
  font-weight: 600;
 color: #333;
}
h4 {
	letter-spacing: 2px;
	font: 12px "Verdana", sans-serif;
	font-weight: 700;
	color: #333;
}
a {
	color: #666;
	text-decoration:underline;
	font-style:bold;
}
a:hover {
	color: #000;
}	
a:active{
	color: #666;
	text-decoration: underline;
}
hr {
	height:1px;
	border-width:0;
	color:#E0E0E0;
	background-color:#E0E0E0
}	
table a  {

	color: #666;
	text-decoration:underline;
	font-style:bold
}
/* Style the navigation menu */

.footer  {
	background-color:#DFDFDF; 
	color:#000; 
	text-align:center; 
	padding:50px 80px; 
	position:relative; 
	text-align: justify;
}
#myMenu {
  list-style-type: none;
  text-align:left;
  padding-left:10px;
  padding-right:40px;
}

/* Style the navigation links */
#myMenu li a {
  padding: 12px;
  text-decoration: none;
  font-weight: 350;
  color: black;
  display: block
}

#myMenu li a:hover {
  background-color: #eee;
  font-weight: 350;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1218px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
        background-attachment: scroll;
    }
