@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0px;
	font-family: 'Poppins';
	background-color: #28282A;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

h1 {
	font-size: 3em;
	text-align: center;
}

p {
	font-size: 1.05em;
}
.row {
 padding-top: 25px;
}

.column {
	float: left;
	width: 50%;
	margin-bottom: 16px;
}

.column-bottom-odd{
	width: 65%;
	margin: auto;
}

@media screen and (max-width: 950px) {
 .column-bottom-odd, .column {
		width: 100%;
		display: block;
	}
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
	background-color: white;
	border-radius: 4px;
	margin-left: 55px;
	margin-right: 55px;
}

.container {
	padding: 0 16px;
}

.container::after, .row::after {
	content: "";
	clear: both;
	display: table;
	background-color: white;
}

@media screen and (max-width: 400px) {
	.container {
		width: 100%;
	}
	
}

.title {
	color: grey;
}

.cardtext {
	font-style: italic;
}

.button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 8px;
	color: white;
	background-color: #000066;
	text-align: center;
	align-content: center;
	width: 100%;
	cursor: pointer;
	font-family: "Poppins",sans-serif;
}

.button:hover {
	background-color: #3E3EFF;
	color: #8BEC8A;
}

.banner {
	margin-top: 0px;
	width: 100%;
	display: block;
}

.banner-image {
	width: 100%;
	max-height: 200px;
	display: block;
	resize: vertical;
	filter: grayscale(0%);
}

.banner-image:hover {
	box-shadow: 0;
	filter: grayscale(0%);
}

.button a {
	text-decoration: none;
	color: white;
}

.button a:hover {
	background-color: #555;
	color: #8BEC8A;
}

.content-box {
	width: 100%;
	background-color: #F7F7F7;
	margin: 25px auto;
	display: table;
	padding: 20px 150px;
	background-image: url(images/ECOLOGO-transparent.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
}

.content-box h1 {
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.content-box {
		width: 100%;
		display: block;
	}
}

.Navbar {
  background-color: #3E3EFF;
  display: flex;
  padding: 1px;
  font-family: sans-serif;
  font-size: 14px;
  color: #009933;
  color: white;
}
.Navbar__Link-brand{
 padding: 1px 15px 1px 15px;
 font-weight: bold;
 display: none;
}
.Navbar__Link-brand:hover{
 color: #8BEC8A;
 cursor: pointer;
}
.Navbar__Link {
  padding: 1px 30px 1px 1px;
  font-family: "Poppins",sans-serif;
  font-weight: bold;
}
.Navbar__Items {
  display: flex;
}
.Navbar__Link:hover {
 color: #8BEC8A;
 cursor: pointer;
}
.Navbar__Items--right {
  margin-left:auto;
}
.Navbar__Link-toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .Navbar__Items,
  .Navbar {
    flex-direction: column;
	background-color: #000066;
  }
.Navbar__Items {
    display:none;
  }
.Navbar__Items--right {
    margin-left:0;
	background-color: #EDEDED;
  }
.Navbar__ToggleShow {
    display: flex;
  }
.Navbar__Link-toggle {
    align-self: flex-end;
    display: initial;
    position: absolute;
    cursor: pointer;
   }
.Navbar__Link-toggle {
 padding: 20px 15px 15px 15px;
	}
.Navbar__Link-toggle:hover {
 color: #009933;
	}
.Navbar__Link {
  padding: 20px 30px 15px 10px;
  background-color: #3E3EFF;
   }
.Navbar__Link:hover {
 background-color: #1616FF;
	}
.Navbar__Link:active {
 background-color: #1616FF;
	}
.Navbar__Link-brand{
  padding: 15px;
  width: 48px;
   }
	#SI_right {
		display: none;
	}
	.content-box {
		padding: 20px 40px;
	}
}

@media screen and (max-width: 415px) {
	.content-box {
		font-size: 10px;
		padding: 25px;
		margin: 25px auto;
	}
	.mySlides img {
		overflow: hidden;
	}
}

.PDF_image {
  overflow: hidden;
}
.PDF_image:hover {
	filter: brightness(75%);
	cursor: pointer;
}

* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  max-height: 780px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

/* 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;
  -webkit-text-stroke: 0px black;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

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

/* The dots/bullets/indicators */
.dot {
  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: #009933;
  cursor: pointer;
}

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

@-webkit-keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 400px) {
  .prev, .next,.text {font-size: 18px}
	.slideshow-container {max-height: 800px;}
	.text{-webkit-text-stroke: 0px black;}
}

.blue-bar {
	width: 100%;
	height: auto;
	background-color: #000066;
}

#SI_left {
	cursor: pointer;
}

@media screen and (max-width: 565px) {
	.content-box {
		font-size: 12px;
	}
}

#more {
	display: none;
}

#myBtn {
	font-family: "Poppins",sans-serif;
	font-size: 20px;
	box-sizing:border-box;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border: solid;
	border-width: 2px;
	border-color: white;
}

#myBtn:hover {
	border: solid;
	border-width: 2px;
	border-color: #8BEC8A;
}

.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;
}