body {
  color: #666666;
  background-color: #f9f8f6;
  background-image: url("images/background.jpg");
  background-repeat: repeat-y;
  font-family: Arial, sans-serif;
  line-height: 1em;
  margin: 10px;
  }
#wrapper {
  width: 940px;
  margin: 20px auto 20px auto;
  border: none;
  background-color: #ffffff;
  }  
header {
  height: 160px;
  width: 940px;
  background-image: url("images/header.jpg");
  }
.navigation {
  width: 100%;
  height: 24px;
  background-color: #990066;
  font-size: 15px;
  font-family: Helvetica, sans-serif;
  }
.navigation a {
  display: block;
  width: 100px;
  }
.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 21px;
  }   
.navigation ul li {
  display: block;
  position: relative;
  float: left;
  }
.navigation li {
  float: left;
  display: inline;
  }
.navigation a:link, .navigation a:visited {
  font-weight: bold;
  color: #ffffff;
  background-color: #990066;
  text-align: center;
  padding: 4px;
  text-decoration: none;
  }
.navigation a:hover, a:focus {
  border: 1px solid #FFFFFF;
  }    
h1 {
  color: #660066;
  line-height: 100%;
  font-family: Arial-Narrow, sans-serif;
  font-size: 2em;
  font-weight: bold;
  padding-top: 60px;
  margin: 5px;
  text-shadow: 1px 1px 3px #666666;
  }
h2 {
  color:#191970;    
  font-family: Georgia, "Times New Roman", serif;
  margin-top: 1px;
  margin-bottom: 3px;
  text-shadow: 1px 1px 3px #666666;
  } 
h3 {
  color: #660000;
  font-family: Arial-Narrow, sans-serif;
  font-size: 1em;
  margin: 5px;
  }
p {
  color: #191970;
  font-family: "Times New Roman", serif;
  line-height: 1.3em;
  margin-top: 1px;
  }
a:hover {
  color: #0066FF;
  text-decoration: underline;
  border: none;
  } 
#content {
  color:#191970;
  background-color: #FFCC99;
  font-family: Georgia, "Times New Roman", serif;
  height: 168px;
  width: 925px;
  padding-top: 10px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 10px;
  } 
#content-about {
  color:#191970;
  background-color: #FFCC99;
  font-family: Georgia, "Times New Roman", serif;
  height: 315px;
  width: 925px;
  padding-top: 10px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 10px;
  }  
#content-contact {
  color:#191970;
  background-color: #FFCC99;
  font-family: Georgia, "Times New Roman", serif;
  height: 145px;
  width: 925px;
  padding-top: 10px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 10px;
  }   
#bar {
  border: 2px solid #663300;
  color:#993300;
  background-color: #FFCCCC;
  font-family: Georgia, "Times New Roman", serif;
  scrollamount: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  }
.slides {
  padding: 0;
  width: 940px;
  height: 520px;
  display: block;
  margin: 0 auto;
  position: relative;
  }
.slides * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  }
.slides input {
  display: none;
  }
.slide-container {
  display: block;
  }
.slide {
  top: 0;
  opacity: 0;
  width: 940px;
  height: 520px;
  display: block;
  position: absolute;
  transform: scale(0);
  transition: 10s;
  left: 0;
  }
.slide img {
  width: 940%;
  height: 100%;
  }
.nav label {
  width: 100px;
  height: 100%;
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  transition: opacity .2s;
  color: #FFF;
  font-size: 156pt;
  text-align: center;
  line-height: 380px;
  font-family: "Arial Rounded", sans-serif;
  background-color: rgba(255, 255, 255, .3);
  text-shadow: 0px 0px 15px rgb(119, 119, 119);
  }
.slide:hover + .nav label {
  opacity: 0.5;
  }
.nav label:hover {
  opacity: 1;
  }
.nav .next {
  right: 0;
  }
input:checked + .slide-container  .slide {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
  }
input:checked + .slide-container .nav label {
  display: block;
  }
.nav-dots {
  width: 100%;
  bottom: 9px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
  }
.nav-dots .nav-dot {
  top: -5px;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: #FFFFFF;
  }
.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: #CCCCCC;
  }
input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
  background: #FFFF00;
  }
#slider a {
  text-decoration: none;
  font-family: Arial, sans-serif;
  color: #FFFFFF;
  background: #9933FF;
  border: 1px solid #660099;
  padding: 4px 6px;
  }
#slider a:hover {
  background: #9900FF;
  } 
img {
  border: 0;
  max-width:100%;
  }  
img,tr {
  page-break-inside: avoid;
  }  
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  }
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  }
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  }
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
  }
.mySlides {
  display: none;
  background-color:#000000;
  }
.cursor {
  cursor: pointer;
  }
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #666666;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  }
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
  }  
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  }
.prev:hover,
.next:hover {
  background-color: #FFFFFF;
  }
img.hover-shadow {
  transition: 0.3s;
  }
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
strong {
  color: #660000;
  font-family: Arial-Narrow, sans-serif;
  font-size: 1em;
  margin: 5px;
  } 
div.img {
  margin: 3px;
  padding-left: 1px;
  padding-right: 1px;
  background-color: #ffffff;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: right;
  text-align: left;
  }	
div.img img {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img {
  border: 1px solid #000000;
  }
div.desc {
  color: #000000;
  font-family: sans-serif;
  font-size: 0.75em;
  text-align: left;
  font-weight: normal;
  line-height: 1.3em;
  width: 120px;
  padding: 3px;
  } 
#banner {
  color: blue;
  background-color: #999999;
  font-family: Arial, serif;
  height: 25px;
  width: 940px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-style: italic;
  text-align: center;
  margin-top: 5px;
  }
#index-footer {
  font-size: .7em;
  font-style: italic;
  text-align: center;   
  }  
figcaption {
  color: #000000;
  text-align: center;
  font-size: .8em;
  }
#footer {
  font-size: .7em;
  font-style: italic;
  text-align: center; 
  position:absolute;
  bottom:0;
  width:90%;
  height:60px;   
  }