body {
	background-color: skyblue;
	background-color: rgba(0,0,0,0.8);
}


.Title {
	display: block;
	height: 50px;
	width: 100%;
	background-color: ;
	color: white;
	text-shadow: 1px 1px 8px black;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.TitlePart1 {
	display: block;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: white;
	font-weight: bold;

	text-shadow: 1px 1px 8px black;
}

.TitlePart2 {
	display: block;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: white;
	font-weight: bold;

	text-shadow: 1px 1px 8px black;
}

.TitlePart3 {
	display: block;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: white;
	font-weight: bold;

	text-shadow: 1px 1px 8px black;
}

.TitlePart4 {
	display: block;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: white;
	font-weight: bold;

	text-shadow: 1px 1px 8px black;
}



.Video {
	display: block;
	margin-left: auto;
	margin-right: auto;

}












.PDFButtonArea {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	width: 200px;
	marign-top: 10px;
	margin-bottom: 10px;
	background-color: ;
}
	.PDFButtonLink {
		text-decoration: none;
	}
		.PDFButton {
			display: block;
			position: relative;
			top: 50%;
			transform: translateY(-50%);
			margin-left: auto;
			margin-right: auto;
			background-color: ;
			width: 200px;
			height: 40px;
			font-size: 22px;
			font-weight: bold;
			line-height: 35px;
			color: white;
			border: 2px solid white;
			border-radius: 20px;
			box-shadow: 0px 0px 8px grey;
			background-color: rgba(0,0,0,0.8);
			transition: 0.5s;
			text-decoration: none;
		}
		.PDFButton:hover {
			cursor: pointer;
			background-color: rgba(0,0,0,0.5);
		}


/*Powerpoint Presentation*/
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {
		vertical-align: middle;
		object-fit: contain;
		width: 80%;
		height: 500px;
	}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;

  /**//**/
  height: 500px;
  width: 80%;
}

/* 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 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: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dotContainer {
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
 /* background-color: rgba(0,0,0,0.5);*/
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
 /* background-color: rgba(0,0,0,0.8);*/
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@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}
}







.FreetoDistributeContainer {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
	.FreetoDistribute {
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 18px;
	}