
body {
margin:0;
padding:0 100px;
text-align: center;
font-family: monospace; san-serif;
line-height: 1.5;
font-size: 16pt;
background-color: #C9EDEF;
}

header, section, footer, aside, nav, article, figure, figcaption {
display: block;
}

ul {
    list-style: none;
}

header {
    background: #FFFFFF;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
   height: 120px;
}

header ul {
    margin-top: 0px;
}

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

.dropdown {
    float: right;
     z-index: 9999;
}

.dropdown .dropbtn {    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
}

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

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

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

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

.menuline {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;    
}



.clearHeader{
margin-top: 150px;
}

h3 {
    margin: 10px;
}

img.micro{
clear:left;
float: center;
width: 40px;
}

img.tiny{
clear:left;
float: center;
width: 100px;
}

img.exsmall{
clear:left;
float: center;
width: 100px;
}

img.small{
clear:left;
float: center;
width: 200px;
}

img.smallmed{
clear:left;
float: center;
width: 280px;
}

img.medium{
clear:left;
float: center;
width: 400px;
padding: 10px 0; 
}

img.large{
margin: 0 auto;
width: 800px;
padding: 20px 0;    
}

/* Slide Show */

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

/* Slideshow container */
.slideshow-container {
  max-width: 900px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
    left: 0;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  cursor: pointer;
  position: absolute;
    right: 0;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 3px 0 0 3px;
  user-select: none;
}

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



a:link {font-weight:bold;color:#000000;text-decoration:none}
a:visited {font-weight:bold;color:#000000;text-decoration:none}
a:hover {font-weight:bold;color:#000000;background:#C0C0C0}

