@charset "utf-8";
/* CSS Document */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.imagebig {
	position: relative;
	background-size: cover;
  width: 100%;
  height: auto;
}
.imagebig img {
  width: 100%;
  height: 100%;
}
.text2 {
	color: white;
	font-size: 122px; /* Responsive font size */
	font-weight: bold;
	margin: 0 auto; /* Center the text container */
	padding: 10px;
	width: 50%;
	text-align: center; /* Center text */
	position: absolute; /* Position text */
	top: 40%; /* Position text in the middle */
	left: 25%; /* Position text in the middle */
	transform: translate(-50%, -50%); /* Position text in the middle */
	mix-blend-mode: screen; /* This makes the cutout text possible */
}
.text2 h4 {
	font-size: 16px;
}

.sidenav {
	height: 100%;
	width: 100%;
	position: relative;
	background-color: #111;
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	display: inline-block;
	text-align: center;
}
.sidenav a {
  color: white;
  text-decoration: none;
  text-align: center;
}
.sidenav li {
	width: 30%; 
	display: inline-block;
}
.sidenav li {
	width: 30%; 
	display: inline-block;
}
.sidenav a:hover {
  background-color: #000;
}

.sidenav a.active {
  background-color: #04AA6D;
}
/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: green;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.slideshow-container {
  padding-top: 200px;
  max-width: 1100px;
  margin: auto;
}
.slideshow-container img{
  padding-top: 100px;
  max-width: 100%;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 1600px;
  max-width: 100%;
  margin-top: -22px;
  padding: 16px;
  color: #aaa;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 16px 16px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
	max-width: 100%;
  right: 290px;
  border-radius: 16px 0 0 16px;
}

/* 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 {
	position: absolute;
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  max-width: 100px;
  text-align: center;
}
.text {
	position: absolute;
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  max-width: 100px;
  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 10px;
  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}
}

.dropdown {
	position: relative;
	top: 100px;
	margin-bottom: 100px;
}
.dropdown img {
	margin-right: 60px;
	max-width: 42%;
}
.dropdown h2 {
	font-size: 36px;
	padding-left : 120px;
}
.dropdown h5 {
	font-size: 18px;
	padding: 40px;
	padding-left : 320px;
	padding-right : 540px;
	color: rgba(0, 0, 0, 0.3);
}
.dropdown p {
	font-size: 20px;
	padding: 40px;
	padding-left : 540px;
	padding-right : 320px;
}