
body{background-color:#062F4F;
	margin:0px;
	padding:20px;}

.Slideshow{background-color:#984B43;
padding: 10px;
	position:relative;
	margin:auto;
	width: 80%;
			max-width:2000px;
			text-align:center;}
			
img {width:100%;
}

/* fade animations */
.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}
}

/*following content for dropdown menu at bottom of page */
.Button{ padding: 3px;
text-align:center;
border: 2px solid black;
background-color: #984B43;
border-radius: 5px;
}
#Bottom{
	padding: 5px;
	color:#EAC67A;
	align-content:center;
}
.dropdown-content{
	display:none;
}
.dropdown-content a {
    color:#EAC67A ;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
