body {
	font-family:Tahoma,Arial,Helvetica,sans-serif; 
	font-size:100%;
	line-height:150%;
    margin:0;
    border:0;
	padding:0;
    background-color:#78967C;
	text-align:center;
    overflow-y: visible;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.w3-container {padding:0.01em 16px}
.w3-container:after,.w3-container:before {content:"";display:table;clear:both}

.w3-content {margin-left:auto;margin-right:auto}
.w3-content {max-width:980px}
.w3-content {margin-left:auto;margin-right:auto}
.w3-content {max-width:980px}

.w3-padding-large {padding:12px 24px}

.w3-margin-top {margin-top:16px}
.w3-margin-bottom {margin-bottom:16px}

.w3-image {max-width:100%;height:auto} 
img {vertical-align:middle}

.photocaption {padding-bottom:30px;color:#FFFFFF;}
.photocaption a:link {color:blue;}
.photocaption a:visited {color:blue;}

.textback {background-color:#FFFFFF}

#all_slides{
    position: relative;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.active{
    opacity: 1;
    z-index: 2;
}

.controls{
    display: none;
}

.slide{
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
    background-size: cover;
}

.slide:nth-of-type(1){
  background-image: url('images/IMG_3609.JPG');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide:nth-of-type(2){
  background-image: url('images/IMG_3610.JPG');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.slide:nth-of-type(3){
  background-image: url('images/IMG_3606.JPG');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.slide:nth-of-type(4){
  background-image: url('images/IMG_3607.JPG');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.slide:nth-of-type(5){
  background-image: url('images/IMG_3603.JPG');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.slide:nth-of-type(6){
  background-image: url('images/IMG_3605.JPG');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.controls{
  display: inline-block;
  position: relative;
  top: 1rem;
  right: .5rem;
  border: none;
  outline: none;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 1.5rem;
  background: gold;
  width: 3rem;
  height: 3rem;
  margin-left: .5rem;
}

.controls:hover,
.controls:focus{
  background: #eee;
  color: #333;
}

.container{
  position: relative;
}

.buttons{
  position: absolute;
  right: .5rem;
  top: 0px;
  z-index: 10;
  font-size: 0px;
}

