@charset "UTF-8";
/* CSS Document */

body {
	max-width: 1280 px;
	max-height:1080 px;
	background-color: #000000;
	}
.container{
	position:absolute;
	width:1280px;
	height: 825px;
}

.Header{
	position:absolute;
	width:1280px;
	height: 200px;
}

.Logo{
	position:absolute;
	width: 240px;
	height:80px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 100px;
	margin-top: 20px;
}
a:link {
	text-decoration:none;
	color:#ffffff;
}

a:visited {
	text-decoration: none;
	color:aliceblue;
}

a:hover{
	text-decoration: none;
	color:#8a8a8a;
}
.Nav_Left{
	position:absolute;
	border:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 475px;
	margin-top:25px;
	font-family: arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	vertical-align: top;
/*[empty]margin-right:;*/
	text-align: left;
}

.Nav_Center{
	position:absolute;
	border:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 720px;
	margin-top:25px;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	vertical-align: top;
/*[empty]margin-right:;*/
	text-align: left;
}


.Nav_Right{
	position:absolute;
	border:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 1010px;
	margin-top:25px;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 16px;
	vertical-align: top;
/*[empty]margin-right:;*/
	text-align: left;
}

.Page_Title{
	position:absolute;
	margin-left: 110px;
	margin-top:105px;	
}

.Home-button{
	position:absolute;
	margin-top: 150px;
	margin-left:1280px;
	width:100px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.Caption-text{
	font-family: Arial, sans-serif;
	color:#ffffff;
	font-size: 16px;
	text-transform: uppercase;
	align-text: center;
	
}

.privacy-text{
	font-family: Arial, sans-serif;
	color:#ffffff;
	font-size: 14px;
	align-text:left;
	
}

.Footer{ 
	display:absolute;
	font-family: Arial, sans-serif;
	color:#afabab;
	font-size: 12px;
	text-transform: uppercase;	
	padding-top: 10px;
	padding-left:220px;
	align-content: center;
	
}

.list_marker{
	width:auto;
	height:auto;
	padding-bottom: 3px;
}

	
* {box-sizing:border-box}
body {font-family: Arial, sans-serif; margin:0} 
/*slideshow container*/
.slideshow-container-home {
	width: 100%;
	height: 700px;
	position: absolute;
	margin: 200px 0 0 100px;
	align-content: center;
}

.slideshow-container {
	width: 100%;
	height: 700px;
	position: absolute;
	margin-top: 200px;
	margin-bottom:  auto;
	margin-left: 100px;
	margin-right: 0px;
	align-content: center;
}

#slideshow-wide{
	position:inline;
	margin:0 auto 0 0;
	align-content: center;
}

#slideshow-wide1{
	position:inline;
	margin:0 auto 0 0;
	align-content: center;
}

#slideshow-wide2{
	position:inline;
	margin:0 auto 0 0;
	align-content: center;
}

#slideshow-wide3{
	position:inline;
	margin:0 auto 0 0;
	align-content: center;
}

#slideshow-wide4{
	position:inline;
	margin:0 auto 0 0;
	align-content: center;
}

#slideshow-wide5{
	position:inline;
	margin:0 auto 0 0;
	align-content: center;
}

/*HIDE THE IMAGES BY DEFAULT */
.mySlides {
	display: none;
	height: 650px;
	margin: 0 auto;
}

img {vertical-align: middle;
}
/*NEXT & PREVIOUS BUTTONS */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 0px 0px 0px 0px;
	color:#ffffff;
	font-weight:bold;
	font-size:40px;
	transition:0.6s ease;
	border-radius: 10px 10px 10px 10px;
}

/*POSITION THE "NEXT BUTTON" TO THE RIGHT */
.next {
	right:10px;
	border-radius: 10px 10px 10px 10px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0px 5px 0px 0px;
  background-color: #8a8a8a;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #ffffff;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

