* {box-sizing:border-box}

div.programmeDiv:hover{
	background-color: white;
    color: black;
  	border-style: solid;
  	border-color: white;
	text-align: center;
	cursor:pointer;
}

div.programmeDiv{
	background-color: #008A1C;
    color: #ffffff;
  	border-style: solid;
  	border-color: white;
	text-align: center;
	cursor:pointer;
}

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

.imageContainer{
height:400px;
z-index:0;
overflow:hidden;
}

/* Hide the images by default */
.faithSlides {
 display: none;
 overflow:hidden;
}

.mySlides {
 display: none;
 overflow:hidden;
}


/* Next & previous buttons*/
.prev, .next {
  cursor: pointer;
  width: auto;
  padding: 5px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease
  user-select: none;
  background-color: rgba(0,0,0,0.8);
}

.prev{
  border-radius: 5px 0 0 5px;

}

/* Position the "next button" to the right */
.next {
  right: 0;
border-radius: 0 5px 5px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,1.0);
}

/* Caption text */
.text {
  color: #f2f2f2;
  background:#1a1a1a;
  font-size: 15px;
  padding: 8px 12px;
  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 */
.jadeDot, .blueDot, .redDot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.jadeActive{
  background-color: #00A794;	
}

.blueActive{
  background-color: #0061CE;	
}

.redActive{
background-color:#CA1A10;
}

.jadeDot:hover, .blueDot:hover, .redDot:hover  {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.slideFrame{
	overflow:hidden;
	height:400px;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


#values1{
margin:-210px 0px -10px;
}

#promise1{
margin:-150px 0px -10px;
}

#faith1{
margin:-280px 0px -10px;
}

@media only screen and (max-width: 2300px) {
#camp2{
margin:-100px 0px -10px;
}
#camp3{
margin:-140px 0px -10px;
}
#camp6{
margin:-140px 0px -10px;
}
@media only screen and (max-width: 768px) {
.slideFrame{
	overflow:hidden;
	height:350px;
}
	
.imageContainer{
height:300px;
z-index:0;
overflow:hidden;
}
#faith1{
margin:-140px 0px -10px;
}

#values1{
margin:-140px 0px -10px;
}
	
	
#promise1{
margin:-50px 0px -10px;
}
	}
