

body {	
		background-color:white;
		background:url("../img/bgmain2.png");
}
	
p	{
			font-family:helvetica,sans-serif;
			font-size: 1.1em;
			font-weight: none;
			letter-spacing: 0.7px;
			color:#333366;
			padding-left: 15px;
			padding-right: 15px;
			text-align: left;
}
		

		
h1 {
			margin-top: 150px;
			margin-bottom:10px;
			font-size: 170%;
			text-decoration: none;
			color:#333366;
			letter-spacing: 2px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 800px;
  height:400px;
  position: relative;
  margin: 20px auto;
  border-top: solid 0.5px #800000;
  border-left: solid 0.5px #800000;
  border-right: solid 1px #330000;
  border-bottom: solid 1px #330000;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.Slides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 8px;
  color:#333366;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: none;
  
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: none;
  color: #ffcc33
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 5px;
  width: 5px;
  margin-top:0px;
  margin-right: 5px;
  background-color:#333366;
  border-radius: none;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color:#cc9933;
} 

.dot:hover {
  background-color: #ffcc33;
}


/* The Close Button */
.close {
  color: #ccc;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
   text-decoration: none;
}

.close:hover,
.close:focus {
  color: #333366;
  text-decoration: none;
  cursor: pointer;
}   