@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Potta+One&amp;display=swap');

body {
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-blend-mode: overlay;
}

.content {

}

.main-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  justify-content: center;
  padding-bottom: 6rem;
}

.main-content-image img{
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  margin-right: 0px;
  transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.main-content-children {
  padding: 1rem;
  width: 50%;
  margin: auto;
  min-width: 400px;
  text-align: left;
  font-family: 'Poppins';
  vertical-align: center;
}

.main-content-children h1{
  text-align: left;
  font-family: 'Potta One';
  font-size: 60px;
  margin: 0;
}

.main-content-children p{
  text-align: left;
  margin-top: 0px;
}

.main-content-buttons {
  display: flex;
  padding: 1rem 0rem;
}

.main-content-buttons li a{
  display: block;
  margin: 10px;
  margin-right: 20px;
  margin-left: 0px;
  padding: 10px;
  min-width: 100px;
  text-align: center;
  background-color: #272928;
  border-radius: 5px;
}

.main-content-buttons li a:hover{
  color: white;
  background-color: #fbbdcc;
}

.main-features {
  margin: 0;
  display: block;
}

.wave-border {
  width: 100%;
  height: 100px;
  background-image: url('../images/wave.png');
}

.feature-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: dimgray;
}

.last-row{
  padding-bottom: 150px;
}

.feature-column{
  flex-grow: 1;
  padding: 1rem;
  width: 50%;
  margin: 10px;
  max-width: 400px;
  vertical-align: center;
}

.feature-column h1{
  font-family: 'Potta One'
}

.feature-column p{
  text-align: justify;
}

.feature-column-image img{
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  transition: transform .5s ease;
}

.feature-column-image img:hover{
  cursor: pointer;
  transform: scale(1.05);
}

.featured-video {
  padding-top: 50px;
  margin: auto;
}

.featured-video h1{
  text-align: center;
  margin: 0;
  padding-bottom: 40px;
}

.featured-video video{
  max-width: 800px;
  width: 100%;
  min-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}

.featured-video video:focus{
  outline: none;
}

.gallery-btn{
  display: block;
  width: 150px;
  padding: 5px;
  text-align: center;
  margin: auto;
  margin-top: 2rem;
  border-radius: 10px;
  background-color: #272928;
  font-size: 20px;
  transition: 0.2s ease;
  cursor: pointer;
}

.gallery-btn:hover{
  color: white;
  background-color: #fbbdcc;
}

.main-links {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: center;
  padding-top: 6rem;
  max-width: 1200px;
  margin: 0 auto;
}

.link-container {
  margin: 20px;
  padding: 20px;
  max-width: 500px;
  border-radius: 10px;
  background-color: #272928;
  white-space: normal;
  transition: transform 0.5s ease;
}

.link-empty-child {
  width: 500px;
  margin: 0px 20px;
  padding: 0px 20px;
  height: 0px;
}

.link-container:hover{
  cursor: pointer;
  transform: scale(1.05);
}

.link-container h1{
  font-family: 'Poppins';
  margin-top: 0;
  font-size: 20px;
}

.link-container p{
  color: darkgrey;
  font-size: 13px;
}

.link-button {
  margin: auto;
  padding: 8px;
  background-color: #fbbdcc;
  border-radius: 10px;
  font-family: 'Poppins';
  text-align: center;
  font-size: 12px
}

.link-container a:hover{
  color: white;
}

.link-button:hover{
  background-color: #fbbdcc;
}

@media (max-width: 810px){
  .main-content-image {
    height: auto;
    margin: auto;
  }
  .main-content-children h1{
    text-align: center;
  }
  .main-content-children p{
    text-align: center;
  }
  .main-content-buttons li a{
    margin-left: 10px;
    margin-right: 10px;
  }
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

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

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

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

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}