/* ----- Main Layout Elements ----- */
#description {
	position:			absolute;
	width:				630px;
	height:				250px;
	margin-left:			50px;
	margin-top:			170px;
	font-size: 			16px;
	font-weight: 			normal;
/*	background-color:		#0aa000;*/
}
#random_image {
	position:			absolute;
	width:				550px;
	height:				300px;
	margin-left:			700px;
	margin-top:			190px;
	font-size: 			20px;
	font-weight: 			bold;
	overflow: 			hidden;
/*	background-color:		#00bb00;*/
}
#location {
	position:			absolute;
	width:				550px;
	height:				200px;
	margin-left:			50px;
	margin-top:			500px;
	font-size: 			16px;
	font-weight: 			normal;
}
#notes {
	position:			absolute;
	width:				550px;
	height:				200px;
	margin-left:			700px;
	margin-top:			500px;
	font-size: 			12px;
	font-weight: 			normal;
/*	background-color:		#00bb00;*/
}
.mySlides {display:none}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 0px;
  width: 0px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #717171;
}
/* 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}
}


a:link {
	color:				black;
	text-decoration:		none;

}
a:visited {
	color:				black;
	text-decoration:		none;

}
a:hover {
	color:				red;	
	text-decoration:		underline;
}
a:active {
 	color: 				blue;
	text-decoration:		none;
}
