* {box-sizing: border-box;}
body {
	background-color: #98f5ff;
}
.mySlides {display: none; text-align:center;}
img {vertical-align: middle;}
div.container{
background-color: #98f5ff;
}
.slideshow-container{
max-width: 1000px;
text-align: center;
position: relative;
margin: auto;
}
.features a{
max-width: 1000px;
text-align: center;
position: relative;
margin: auto;
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #717171;
}
.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}
}
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
div.container h1{
text-align: center;
font-family: Times;
font-size: 48px;
font-style: normal;
font-weight: normal;
text-transform: none; 
color: #458b00;
background-color: #98f5ff;
}
div.container_alpha h2{
text-align: center;
font-family: Times;
font-size: 36px;
font-style: normal;
font-weight: normal;
text-transform: none; 
color: #458b00;
background-color: #98f5ff;
}
div.container_alpha a{
border: 10px solid #458b00;
border-radius: 12px;
text-align: center;
font-family: Times;
font-size: 48px;
font-style: normal;
font-weight: normal;
text-transform: none; 
color: #458b00;
background-color: #98f5ff;
cursor: pointer;
}
div.container a{
border: 10px solid #458b00;
border-radius: 12px;
text-align: center;
font-family: Times;
font-size: 48px;
font-style: normal;
font-weight: normal;
text-transform: none; 
color: #458b00;
background-color: #98f5ff;
cursor: pointer;
}
div.container-list a{
text-align: center;
font-family: Times;
font-size: 48px;
font-style: normal;
font-weight: normal;
text-transform: none; 
background-color: #98f5ff;
cursor: pointer;
}
div.right-nav{
border: 3px solid #458b00;
border-radius: 3px;
background-color: #98f5ff;
float: right;
max-width: 22%;
width: auto;
}
div.right-nav a{
background-color: #98f5ff;
/*border: 3px solid #458b00;
border-radius: 3px;*/
color: #458b00;
cursor: pointer;
text-align: right;
font-family: Times;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: none; 
}
div.right-nav p{
background-color: #98f5ff;
/*border: 3px solid #734500;*/
/*border-radius: 3px;*/
color: #458b00;
cursor: pointer;
text-align: right;
font-family: Times;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: none; 
}
/*Nav pane*/
div.navpane{
background-color: #98f5ff;
border: 3px solid #458b00;
border-radius: 3px;
cursor: pointer;
float: left;
margin-right: 25px;
max-width: 22%;
width: auto;
}
div.navpane a{
background-color: #98f5ff;
/*border: 3px solid #734500;*/
/*border-radius: 3px;*/
color: #458b00;
cursor: pointer;
text-align: left;
font-family: Times;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: none; 
}
div.navpane p{
background-color: #98f5ff;
/*border: 3px solid #734500;*/
/*border-radius: 3px;*/
color: #458b00;
cursor: pointer;
text-align: left;
font-family: Times;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: none; 
}

/*Nav pane selected attribute*/
div.navpaneSelect{
background-color: #98f5ff;
/*border: 3px solid #734500;*/
/*border-radius: 3px;*/
float: left;
margin-right: 25px;
max-width: 22%;
width: auto;
}
div.navpaneSelect a{
background-color: #458b00;
/*border: 3px solid #734500;*/
/*border-radius: 3px;*/
color: #98f5ff;
cursor: pointer;
text-align: left;
font-family: Times;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: none; 
}
div.navpaneSelect p{
background-color: #458b00;
/*border: 3px solid #734500;*/
/*border-radius: 3px;*/
color: #98f5ff;
cursor: pointer;
text-align: left;
font-family: Times;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: none; 
}

/*Nav pane sub*/
div.navpanesub{
/*background-color: #98f5ff;*/
border: 3px solid #458b00;
border-radius: 3px;
float: left;
margin-right: 10px;
max-width: 22%;
width: auto;
}
div.navpanesub a{
background-color: #98f5ff;
/*border: 3px solid #734500;*/
/*border-radius: 3px;*/
color: #458b00;
cursor: pointer;
text-align: left;
font-family: Times;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: none; 
}
div.navpanesub p{
background-color: #98f5ff;
/*border: 3px solid #734500;*/
/*border-radius: 3px;*/
color: #458b00;
cursor: pointer;
text-align: left;
font-family: Times;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: none; 
}

/*Nav pane sub select*/
div.navpanesubSelect{
background-color: #98f5ff;
/*border: 3px solid #734500;
border-radius: 3px;
float: left;*/
margin-right: 10px;
max-width: 22%;
width: auto;
}
div.navpanesubSelect a{
background-color: #458b00;
/*border: 3px solid #734500;*/
/*border-radius: 3px;*/
color: #98f5ff;
cursor: pointer;
text-align: left;
font-family: Times;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: none; 
}
div.navpanesubSelect p{
background-color: #458b00;
/*border: 3px solid #734500;*/
/*border-radius: 3px;*/
color: #98f5ff;
cursor: pointer;
text-align: left;
font-family: Times;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: none; 
}
div.container2 a{
    border: 5px solid #458b00;
    border-radius: 12px;
    text-align: center;
    font-size: 24px;
    color: #458b00;
    background-color: #98f5ff;
    cursor: pointer;
}
div.container2 p{
text-align: center;
font-family: Times;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-decoration: underline;
text-transform: none; 
color: #458b00;
background-color: #98f5ff;
}
div.container2 p1{
text-align: center;
margin-left: 100px;
font-family: Times;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: none; 
color: black;
background-color: #98f5ff;
}
div.container2 a2{
text-align: center;
font-family: Times;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-decoration: underline;
text-transform: none; 
color: #458b00;
background-color: #98f5ff;
}
div.container3 p{
   text-align: center;
   font-family: Times;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
   text-transform: none;
   color: black;
   background-color: #98f5ff;
}
div.table table, th, td {
    border: 1px solid black;
}