body 
{
	background-color: #FFFFFF;
}
* {box-sizing:border-box}
h2
{
	font-family: "Courier New", Courier, monospace;
 	text-align: center;

}
h3
{

	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	padding: 0px;
	color: #FFFFFF;
}
#featuredTitle
{
	color: #292F33;
}
h4
{
	font-family: "Courier New", Courier, monospace;
 	text-align: center;
 	color: #2E8B57;

}
h5
{
	text-align: center;
	font-weight: bold;
  	font-size: 30px;
  	color: #2E8B57;
  	text-shadow: 0px 0px 5px #FFFFFF;
  	padding-top: 0px;
}
p
{
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; 
	text-align: center;
	padding: 0px;
	margin-bottom: 2px;
}
.examplephoto
{
	width: 80%;
	margin-left: 10%;
	height: 100%;
}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: 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: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  font-size: 40px;
  color: #2E8B57;
  text-shadow: 0px 0px 5px #FFFFFF;
  font-size: 40px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: right;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
.footer 
{
  position: absolute;
  left: 0;
  top: 270%;
  width: 100%;
  background-image: linear-gradient(#2E8B57, #20B2AA);
  padding: 3%;
 }
 #logo
 {
 	position: absolute;
 	width: 30%;
 	margin-left: 10%;
 }
.twitter-timeline
{
	margin-left: 10%;
}
#contact
{
	margin-right: 10%;
}
#bannerphoto
{
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: auto;

}
#bottomphoto
{
  width: 100%;
  position: absolute;
  top: 341.8%;
  right: 0px;
  height: auto;
}
#about
{
	position: absolute;
	right: 10%;
	top: 50%;
 	width: 30%;
 	font-family: "Courier New", Courier, monospace;
 	text-align: center;
}
#contact
{
	position: absolute;
	top: 57%;
	left: 60%;
 	width: 30%;
 	font-family: "Courier New", Courier, monospace;
 	text-align: center;
}
.column {
  float: left;
  width: 26.6667%;
  margin-top: 5%;
  margin-left: 5%;
  height: 25%;
  padding: 2px;
  background-color:#292F33;
  color: white;
}
#featuredTitle
{
	position: absolute;
	text-align: center;
	right: 35%;
 	width: 30%;
 	font-family: "Courier New", Courier, monospace;
}
/* Clear floats after the columns */
.favorites:after 
{
  content: "";
  display: table;
  position: absolute;
  clear: both;

}
/* 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}
}
.navbar {
  margin-top: 14.1%;
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 999;
}

.navbar a {
  float: left;
  left: 0;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: green;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}
