@charset "UTF-8";
/* CSS Document */


	body {
		background-color: whitesmoke; 
		
	}
	
	}
	img {
		display:inline-block;
	}
	
	h1{
		font-family: happy camper;
		font-size: 150px;
		font-style:normal;
		text-align: right;
		color: black;
	}
	
	h2{
		font-family: apple chancery;
		font-size: 55px;
		font-style:normal;
		font-weight: normal;
		text-align: right;
		color: black;
		padding-left: 100px;
		
	}
	h3{
		font-family: happy camper;
		font-size: 50px;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		color: black;
		padding-left: 100px;
	}
	
	nav{
        display:inline-block;
        background-color: black;
        color: whitesmoke ;
		font-family: happy camper;
		font-size: 35px;
		font-style: normal;
		font-variant: normal;
		line-height: 50px;
		width:100%;
        list-style-type: none;
        padding-top: 2px;
        overflow: hidden;
		text-align: center;
    }
	
	nav a{
		
        display: block;
        color: whitesmoke;
		text-align: center;
		padding:1px;
	}
	
	nav a:hover {
    background-color: whitesmoke;
    padding:1px;
    color: black;
    font-style:italic
    }
	
    .active {
        background-color: whitesmoke;
        color: black ;
        padding:1px;
	}
	
	ul{
		list-style-type: none;
		text-align: center;
	}
	
	p{
		border: 2px black double ;
		padding-top:40px;
		padding-bottom: 40px;
		font-size:20px;
		text-align: center;
	}
	
	footer {
		background-color:black;
		display:block;
        text-align:center;
		color:whitesmoke;
		
    } 
	
	
	a {
    	text-decoration: none;
    	display: inline-block;
    	padding: 8px 16px;
		width:100%;
	}

	a:hover {
		display:inline-block;
    	background-color: grey;
    	color: whitesmoke;
		
	}

	* {box-sizing:border-box}

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

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0 3px 3px 0;
}

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

/* 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: black;
  font-size: 18px;
  font-family: apple chancery;
  padding: 1px 1px;
  position: absolute;
  bottom: 1px;
  width: 100%;
  text-align: center;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.active, .dot:hover {
  background-color: #717171;
}
