 .contentBox
 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
 }

 .contentSlide
 {
   display: none
 }

 /* Next & previous buttons */
 .prev, .next {
   cursor: pointer;
   position: absolute;
   top: 200px;
   width: auto;
   padding: 16px;
   margin-top: -22px;
   color: black;
   font-weight: bold;
   font-size: 18px;
   transition: 0.6s ease;
   user-select: none;
 }

 /* Position the "next button" to the right */
 .next {
   right: 0px;
 }
 .prev {
   left: 0px;
 }

 /* 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);
   color: white;
 }


 /* 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}
}

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

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


.MainLogo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}


.hyperlink {
  width: 100%;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;

  background-color: #333;
  color: White;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  padding: 12px 0px;
  text-decoration: none;
}

.hyperlink:hover {
   background-color: #222222;
   color: lightgrey;
}


.captionText {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}



footer {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

.fa {
  padding: 15px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}


.fa-instagram {
  background: lightgrey;
  color: black;
}

.fa-facebook {
  background: lightgrey;
  color: black;
}
