@charset "utf-8";
/* CSS Document */

body {
	background-color: #7572a8;
	background-image: linear-gradient(white, #7572a8);
	padding: 0.625em;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	margin: 0;
	}

footer {
	text-align: center;
	align-content: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    font-size: 1em;
	}




h1 { 
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:black;
	text-indent: 1em;
	text-align: center;
}

 h2, h3, h4, h5, h6, h7 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:black;
	text-indent: 1em;
	text-align: left;
}
p {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:black; 
	align-text: left; 
	font-size: 1.29em;
	text-indent: 1em;
}

/* Navigation */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #7572A8;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) 
{
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Slideshow CSS */	
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
* {box-sizing: border-box}
.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: 22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}

