Body {
   margin:0;
   padding:0;
   font-family: "Georgia", Georgia, Georgia;
   background: #fcfcfc;
}
h1 {
font-size: 40;
color: #009933;
font-family: "Georgia", Georgia, Georgia;
}
h3 {
font-size: 30;
font-family: "Georgia", Georgia, Georgia;
color: #009933;
}
.fa-facebook {
  background: #3B5998;
  color: white;
  font-family: "Georgia", Georgia, Georgia;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}
.fa:hover {
opacity: 0.7;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-pinterest {
  background: #cb2027;
  color: white;
}
h1.small {line-height: 70%}
h3.small {line-height: 50%}
.footer {
width: 100%;
background: linear-gradient(to right, #56bc54, #314226);
color: white;
text-align: left;
font-family: "Georgia", Georgia, Georgia;
height: 70pt;
}
.dropbtn {
background-color: transparent;
color: white;
height:100pt;
padding: 36px;
font-size: 16px;
border: none;
text-align: left;
font-family: "Georgia", Georgia, Georgia;
}
.dropdown {
position: relative;
display: inline-block;
text-align: center;
font-family: "Georgia", Georgia, Georgia;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
text-align: center;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: center;
font-family: "Georgia", Georgia, Georgia;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #333;}
#dropey-thing {
background-color:#333;
text-align: center;
font-family: "Georgia", Georgia, Georgia;
bottom: 58px;
height: 88pt;
}
a {
color:white;
font-family: "Georgia", Georgia, Georgia;
}
#AU {
text-align:right;
font-family: "Georgia", Georgia, Georgia;
}
#CU {
text-align:left;
font-family: "Georgia", Georgia, Georgia;
}
p {
font-size: medium;
padding:8pt;
}
p2 {
font-size: small;
}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}
.slideshow-container {
  max-width: 1000px;
  max-height: 800px;
  position: relative;
  margin: auto;
}
#top {
background: linear-gradient(to left, #56bc54, #314226);
}
.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;
}
.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}
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}