/* Settings for the built in environments */

html {
height: 95%;
Width: 95%;
}
/* This sets the background image that the other objects float over */
body {
background-image: url("Green Color.png");
background-repeat: repeat;
background-attachment: fixed;
height: 95%;
}



* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: 50%;
}

/* 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 {
  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 {
  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;
}

/* 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}
}



var slideIndex = 1;
showSlides(slideIndex);

// Next/previous controls
function plusSlides(n) {
  showSlides(slideIndex += n);
}

// Thumbnail image controls
function currentSlide(n) {
  showSlides(slideIndex = n);
}

function showSlides(n) {
  var i;
  var slides = document.getElementsByClassName("mySlides");
  var dots = document.getElementsByClassName("dot");
  if (n > slides.length) {slideIndex = 1} 
  if (n < 1) {slideIndex = slides.length}
  for (i = 0; i < slides.length; i++) {
      slides[i].style.display = "none"; 
  }
  for (i = 0; i < dots.length; i++) {
      dots[i].className = dots[i].className.replace(" active", "");
  }
  slides[slideIndex-1].style.display = "block"; 
  dots[slideIndex-1].className += " active";
}



var slideIndex = 0;
showSlides();

function showSlides() {
  var i;
  var slides = document.getElementsByClassName("mySlides");
  for (i = 0; i < slides.length; i++) {
    slides[i].style.display = "none"; 
  }
  slideIndex++;
  if (slideIndex > slides.length) {slideIndex = 1} 
  slides[slideIndex-1].style.display = "block"; 
  setTimeout(showSlides, 2000); // Change image every 2 seconds
}















/* Article settings */
article {
	background-color:#EDEDED;
	style: ;
	animation: fadein 0.3s;
	padding:6px;
	border: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;

}

@keyframes fadein {
	0% {
		
	opacity: 0;
	}
	
	100% {
		
	opacity: 1;
	}
}

@keyframes fadeout {
	0% {
		
	}
	
	100% {
		
	}
}



/*Section settings */
section {
	padding:6px;
	border: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}






/*
h1 {font-family: Garamond, Georgia; font-size: 18pt; letter-spacing: 0px} 
h2 {font-family: Garamond, Georgia; font-size: 16pt; letter-spacing: 0px}
h3 {font-family: Garamond, Georgie; font-size: 14pt; font-weight: normal; letter-spacing: 0px}
p {font-family: Garamond, Georgia; font-size: 12pt}
ul {font-family: Garamond, Georgia; font-size: 12pt}
ol {font-family: Garamond, Georgia; font-size: 12pt}
select {font-family: Garamond, Georgia; font-size: 12pt}
option {font-family: Garamond, Georgia; font-size: 12pt}
*/
h1 {font-size: 18pt}
h2 {font-size: 16pt}
h3 {font-size: 14pt}

a { text-decoration:none }
a:link {color: #0000AA}
a:visited {color: #AA00AA}
a:hover {color: #009900}
a:active {color: #009900}
em {color : #ffff66; font-weight: normal}

/* Special Page Navigation Links */
ul.two {
font-family: "Verdana";
list-style-type: none;
margin-top: 0;
margin-right: 1%;
margin-bottom: 1%;
margin-left: 1%;
padding: 1% 1% 1% 1%;
overflow: hidden;
background-color: #096A37;
}
li.two {

}
a.two:link, a.two:visited {
    font-family: "Verdana";
    display: block;
    width: 100%;
    font-weight: bold;
    color: black;
    background-color: #096A37;
    text-align: left;
    padding: 1% 1% 1% 1%;
    text-decoration: none;
    text-transform: uppercase;
}
a.two:hover, a.two:active {
  background-color: #096A37;
  color: white;
}





<link rel="stylesheet" type="text/css" href="http://tikzjax.com/v1/fonts.css">
<script src="http://tikzjax.com/v1/tikzjax.js"></script>


p {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 80px;
  margin-left: 80px;
}









/* Top Menu Settings */
ul.one {
  font-family: "Verdana";
  list-style-type: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 5%;
  padding: 0;
  overflow: hidden;
}
li.one {
  font-family: "Verdana";
  font-size: large;
  display: block;
  font-weight: bold;
  color: white;
  background-color: #096A37;
  text-align: center;
  padding: 0%;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  margin-top: 0;
  margin-right: 0%;
  margin-bottom: 0;
  margin-left: 0;
}
a.one:link, a.one:visited {
  font-family: "Verdana";
  font-size: large;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #096A37;
  background-color: #d8d8d8;
  text-align: center;
  padding: 0%;
  text-decoration: none;
  text-transform: uppercase;
}
a.one:hover, a.one:active {
  background-color: #8c8c8c;
  color: #096A37;
}

/* Settings for Custom Environments */
#container{
margin-top:5%;margin-left:5%;margin-right:5%;margin-bottom:0%;height:100%;
}
#header{
margin-bottom:50;background-color:#096A37;width:100%;color:white;
}
#menu{
margin-bottom:0;background-color:#096A37;width:100%;
}
#menu2{
margin-bottom:0;background-color:#d8d8d8;width:100%;
}
#content{
background-color:#d8d8d8;
float:left;
width:50%;
border-bottom:thick;
border-bottom-color:#d8d8d8;
border-bottom-style:solid;
}














