/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {
	background: #888888;
	}
	
div.top {
	position: absolute;
	margin-top: -10px;
	}
	
div.menu {
	position: absolute;
}
	
 div.bar {
  position: absolute;
  margin-top: 1.05in;
  margin-left: 3.23in;
}

div.right {
  position: absolute;
  margin-top: -10px;
  margin-left: 12.5in;
}

div.body {
	position: relative;
    width: 98%;
    margin-top: 0.05in;
	margin-left: 0.08in;
    background: #f5f5ef;
}

div.box {
        width: 400px;
        height: 400px;
}

div.search {
   margin-top: -60px;
   margin-left: 12in;
   margin-right: 1in;
   position: relative;
    }
    
div.fairfox { 
margin-top: -120px;
margin-left: 9.5in;
margin-right: 1in;
position: relative;
}

img.banner {
	position: relative;
	left: 0px;
	top: 0px;
	repeat: 3;
}

img.title {
	position: absolute;
	top: -0.18in;
	left: 3.3in;
}

A:link {
	color: gold;
	text-decoration: none;
	}

A:visited {
	color: teal;
	text-decoration: none;
	}
	
A:active {
	color: white;
	text-decoration: none;
	}
	
A:hover {
	color: white;
	text-decoration: underline;
}

p.text {
	position: absolute;
	text-align: justified;
	margin-left: 1.8in;
	margin-right: 1.8in;
}

.navbar {
  overflow: hidden;
  background-color: #800080; 
}

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

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

.subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: gold;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: gold;
  width: 100%;
  z-index: 3;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}

div.bottomHome {
   position: relative;
   background-color: #600060;
   color: #fff;
   padding-bottom: 0.5in;
}

div.bottomOther {
   position: relative;
   margin-left: 1in;
   background-color: #600060;
   color: #fff;
   padding-bottom: 0.5in;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.text {
  color: #60060;
  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}
}


.sidenav {
  height: 100%;
  width: 160px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #600060;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 160px;
  font-size: 28px; 
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.innernav {
  height: 100%;
  width: 100px;
  position: absolute;
  z-index: 2;
  margin-left: 30px;
  top: 0;
  left: 0;
  background-color: gold;
  overflow-x: hidden;
  padding-top: 20px;
 }
 
  form {
        width: 400px;
        margin; auto;
 }
      input {
        padding: 4px 10px;
        border: 0;
        font-size: 16px;
      }
      .search {
        width: 75%;
      }
      .submit {
        width: 70px;
        background-color: #1c87c9;
        color: #ffffff;
      }
      
