body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: scroll;
    min-width: 600px;

}
 .topimage {
     background-image: url("617.jpg");
     height: 160px;
     padding-left: 30px;

 }   
    
   
 .dropbtn {
    background-color: #668cff;
    color: white;
    height: 60px;
    width:100%;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    
}

 .dropbtn2 {
    background-color: #668cff;
    color: white;
    height: 60px;
    width:20%;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    float: left;
    
}


.dropbtn2:hover {
    background-color: #b3c6ff;
    color: black;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
float: left;
width: 20%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 15%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #b3c6ff;
    color: black;
}   
    
    
.fixed-bg {
    background-image: url("617.jpg");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    color: white;
    font-size: 60px;
    text-align: center;
    padding-top: 200px;
    
} 


.fixed-bg2 {
    background-image: url("hiking.jpg");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    color: white;
    font-size: 60px;
    text-align: center;
    
} 


#top {
    background-image: url("617.jpg");
    min-height: 160px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    

} 


.buttomclass {
    background-image: url("hiking.jpg");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    color: white;
    font-size: 60px;
    text-align: center;
    padding-top: 200px;
    
} 

/****************************** Slideshow container ******************************/

.slideshow-container {
  width:100%;
  height:auto;
  position: relative;
  margin: 0;
  border: 0;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: auto;
  height:0;
  margin-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20%;
  padding-bottom:27%;
  color: white;
  font-weight: bold;
  font-size: 38px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  border: 2px solid blue;
}

/* Position the "next button" to the right */
.next {
  right: 0;
 
}


.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    opacity: 0.3;
  background-color: #e6f0ff;
  color:black;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 0px;
  bottom: 8px;
  width: 100%;
  text-align: center;
  background-color:yellow;
}

/* 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: 13px;
  width: 13px;
  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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.imageclass {
    width:80%;
    margin: auto;
    display: block;
}

div.contact{
    width: 100%;
    height:500px;
    margin-top: 68px;
}

input.contact {
  border: 0;
  outline: 0;
  margin-left: 10%;
  margin-top: 30px;
  width: 80%;
  font-size: 30px;
  border-bottom: 1px solid black;
}

h.contact {
    font-size: 30px;
    margin-left: 10%;

}


.submitbutton{
  display:block;
  width: 80px;
  height: 50px;
  margin-left: 80%;
  margin-top: 30px;
  font-size: 20px;
}

.intro {
    padding: 30px;
    font-size:30px;
    background-color:#e6ffe6;
}

p.intro{
    font-size:20px;
}


