* {box-sizing:border-box}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  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}
}

.container_image {
	/*background-color:#E6FCFF;*/
	width:85%;
	height:500px;
	margin-left:2%;
	margin-top:20px;
	padding: 0;
	text-align:center;
	font-family: Aharoni;
	font-size: 18px;

}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
	margin-left:7%;
	width: 1200px;
	text-align:
}
th, td {
    padding: 5px;
}

h1 a {
	font-color:#547EF5;
	text-align:center;
	font-family: 'Chewy', cursive;
	/*font-family: Aharoni;*/
	font-size: 25px;
}

h1 a:hover{
	color: #B7CAFF;
}

p {
	font-size:15px;
	font-family: 'Courgette', cursive;
	/*font-family: Aharoni;*/
	color: black
}


	
#footer {
    background-color:#ADDFE5;
    color:black;
    clear:both;
    text-align:center;
	line-height:100px;
	font-family: 'Architects Daughter', cursive;
	/*font-family:Aharoni;*/
	font-size: 15px;
}

