@charset "UTF-8";
* {box-sizing:border-box}
body {
	transition: all 0.2s linear;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}

.miscimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	align-content: center;
	border-radius: 100px;
	padding: 20px 0px 20px 0px;}


/* THEME TOGGLE */
.theme {
	padding: 0% 1.5% 0% 0%;
	display: flex;
	align-items: flex-end;
	font-size: 25px;
	justify-content: center;
	flex-direction: column;
	transition: all ease-in-out 0.3s;}

.text-container {
	padding: 0%;
	max-width: 600px;
	text-align: center;}

.toggle input[type=checkbox] {
	display: none;}

.toggle label {
	background-color: black;
	border: 2px solid grey;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all ease-in-out 0.3s;
	width: 100px;
	height: 50px;}

.toggle label::after {
	background-color: white;
	border-radius: 50%;
	content: ' ';
	cursor: pointer;
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 2px;
	transition: all ease-in-out 0.3s;
	width: 42px;
	height: 42px;}

.toggle input[type=checkbox]:checked ~ label {
	background-color: white;
	border-color: grey;}

.toggle input[type=checkbox]:checked ~ label::after {
	background-color: black;
	transform: translateX(50px);}

/* THEME STYLING */
body.dark-theme {
	transition: all ease 0.3s;
	background-color: #232323}

body.dark-theme p {
	transition: all ease 0.3s;
	color: white;}

body.dark-theme .readmore {
	transition: all ease 0.3s;
	color: #C4C4C4;}

body.dark-theme hr {
	transition: all ease 0.3s;
	background-color: white;}

body.dark-theme .dot {
  transition: all ease 0.3s;
  background-color: #636C8D;}

body.dark-theme .active, .dot:hover {
  transition: all ease 0.3s;
  background-color: white;}

body.dark-theme footer {
  transition: all ease 0.3s;
  opacity: 100%;
  background-color: black;}

body.dark-theme footer p {
  transition: all ease 0.3s;
  color: white;}

body.dark-theme img.logo {
  	transition: all ease 0.3s;
	filter: invert(0.862);}

body.dark-theme img.textbubble {
	transition: all ease 0.3s;
	filter: invert(0.862);}

body.dark-theme .button {
	transition: all ease 0.3s;
	filter: invert(0.862);}

body.dark-theme center {
	transition: all ease 0.3s;
	color: white;}

body.dark-theme .map {
	transition: all ease 0.3s;
	filter: invert(1);}


@media (max-width: 6144px) {
.dropdown {
  display: none;}
	
.dropdown2 {
  display: none;}

/* NAVIGATION PANE */
.navbar {
  z-index: 5;
  position: fixed;
  width: 100%;
  background-color: black;
  opacity: 66%;
  overflow: auto;}
.navbar a {
  float: left;
  padding: 50px;
  color: white;
  text-decoration: none;
  font-size: 90px;
  font-stretch: semi-condensed;
  letter-spacing: 3px;
  width: 33.33%;
  text-align: center;}
.navbar a:hover {
  transition: all 0.3s ease;
  font-size: 600%;}
	
/* NAVIGATION PANE FOOTER */
.navbar2 {
  z-index: 5;
  position: relative;
  width: 100%;
  background-color: black;
  opacity: 66%;
  overflow: auto;}
.navbar2 a {
  float: left;
  padding: 15px;
  color: white;
  text-decoration: none;
  font-size: 100px;
  font-stretch: semi-condensed;
  letter-spacing: 3px;
  width: 25%;
  text-align: center;}
.navbar2 a:hover {
  transition: all 0.3s ease;
  font-size: 210%;}

/* HEADER LOGO */
.hero {
	background-image: url(images/cover.png);
	height: 900px;
	background-size: cover;
	background-repeat: no-repeat;}
.logo {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 30%;
	max-height: 50%;
	position: relative;
	z-index: 0;}
	
.button a {
	text-decoration: none;
	color: white;}

.button {
	width: 500px;
	margin-top: 400px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 80px;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.2s linear;}
.button:hover {
	background-color: #1F2B44;
	opacity: 80%;
	color: white;
	cursor: pointer;}

/* MAIN TEXT */
.textbubble {
	display: inline-block;
	width: 20%;
	height: auto;}
.section {
	padding-top: 0%;
	font-size: 80px;
	padding-left: 20%;
	padding-right: 20%;}
.text {
	display: inline-block;
	padding-left: 5%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
.readmore {
	color: #1F2B44;}
.readmore:hover {
	color: black;
	font-size: 101%;}
hr {
  height: 5px;
  border-width: 0;
  background-color: #1F2B44;
  margin-bottom: 3%;
  margin-top: 3%;
  opacity: 50%;}

/* SLIDESHOW */
.slideshow-container {
  max-width: 3500px;
  position: relative;
  margin: auto;}
.mySlides {
  display: none;}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.1s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 10px;
  background-color: #1F2B44;
  border-radius: 10%;
  display: inline-block;
  transition: background-color 0.3s ease;}
.active, .dot:hover {
  background-color: black;}

/* COPYRIGHT FOOTER */
footer {
  text-align: center;
  margin-top: 3%;
  font-size: 50px;
  padding: 1px;
  background-color: black;
  opacity: 80%;
  color: white;}
}


@media (max-width: 1978px) {
.dropdown {
  display: none;}
	
.dropdown2 {
  display: none;}
	
.theme {
	padding: 0% 1% 0% 0%;
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	justify-content: center;
	flex-direction: column;
	transition: all ease-in-out 0.3s;}

.text-container {
	padding: 0%;
	max-width: 300px;
	max-height: 45px;
	text-align: center;}

.toggle input[type=checkbox] {
	display: none;}

.toggle label {
	background-color: black;
	border: 2px solid grey;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all ease-in-out 0.3s;
	width: 72px;
	height: 35px;}

.toggle label::after {
	background-color: white;
	border-radius: 50%;
	content: ' ';
	cursor: pointer;
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 2px;
	transition: all ease-in-out 0.3s;
	width: 28px;
	height: 27px;}

.toggle input[type=checkbox]:checked ~ label {
	background-color: white;
	border-color: grey;}

.toggle input[type=checkbox]:checked ~ label::after {
	background-color: black;
	transform: translateX(35px);}
	
/* NAVIGATION PANE */
.navbar {
  z-index: 5;
  position: fixed;
  width: 100%;
  background-color: black;
  opacity: 66%;
  overflow: auto;}
.navbar a {
  float: left;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-size: 40px;
  font-stretch: semi-condensed;
  letter-spacing: 3px;
  width: 33.33%;
  text-align: center;}
.navbar a:hover {
  transition: all 0.3s ease;
  font-size: 330%;}
	
/* NAVIGATION PANE FOOTER */
.navbar2 {
  z-index: 5;
  position: relative;
  width: 100%;
  background-color: black;
  opacity: 66%;
  overflow: auto;}
.navbar2 a {
  float: left;
  padding: 15px;
  color: white;
  text-decoration: none;
  font-size: 50px;
  font-stretch: semi-condensed;
  letter-spacing: 3px;
  width: 25%;
  text-align: center;}
.navbar2 a:hover {
  transition: all 0.3s ease;
  font-size: 430%;}

/* HEADER LOGO */
.hero {
	background-image: url(images/cover.png);
	height: 420px;
	background-size: cover;
	background-repeat: no-repeat;}
.logo {
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 40%;
	max-height: 50%;
	position: relative;
	z-index: 0;}
.button {
	width: 200px;
	margin-top: 225px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.2s linear;}
.button:hover {
	background-color: #1F2B44;
	opacity: 80%;
	color: white;
	cursor: pointer;}

/* MAIN TEXT */
.textbubble {
	display: inline-block;
	width: 20%;
	height: auto;}
.section {
	padding-top: 0%;
	font-size: 25px;
	padding-left: 20%;
	padding-right: 20%;}
.text {
	display: inline-block;
	padding-left: 5%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
.readmore {
	color: #1F2B44;}
.readmore:hover {
	color: black;
	font-size: 101%;}
hr {
  height: 3px;
  border-width: 0;
  background-color: #1F2B44;
  margin-bottom: 3%;
  margin-top: 3%;
  opacity: 50%;}

/* SLIDESHOW */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;}
.mySlides {
  display: none;}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.1s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 10px;
  background-color: #1F2B44;
  border-radius: 10%;
  display: inline-block;
  transition: background-color 0.3s ease;}
.active, .dot:hover {
  background-color: black;}

/* COPYRIGHT FOOTER */
footer {
  text-align: center;
  margin-top: 3%;
  font-size: 15px;
  padding: 1px;
  background-color: black;
  opacity: 80%;
  color: white;}
}


@media (max-width: 900px) {
.navbar {
  display: none;}
	
.navbar2 {
  display: none;}
	
.theme {
	padding: 0% 1.5% 0% 0%;
	display: flex;
	align-items: flex-end;
	font-size: 16px;
	justify-content: center;
	flex-direction: column;
	transition: all ease-in-out 0.3s;}

.text-container {
	padding: 0%;
	max-width: 57px;
	max-height: 38px;;
	text-align: center;}

.toggle label {
	background-color: black;
	border: 2px solid grey;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all ease-in-out 0.3s;
	width: 50px;
	height: 25px;}
	
.toggle label::after {
	background-color: white;
	border-radius: 50%;
	content: ' ';
	cursor: pointer;
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 2px;
	transition: all ease-in-out 0.3s;
	width: 18px;
	height: 17px;}

.toggle input[type=checkbox]:checked ~ label {
	background-color: white;
	border-color: grey;}

.toggle input[type=checkbox]:checked ~ label::after {
	background-color: black;
	transform: translateX(25px);}

/* NAVIGATION PANE */
	
.dropdown {
  position: fixed;
  text-decoration: underline;
  font-size: 40px;
  padding: 10px 0px 20px 0px;
  font-stretch: semi-condensed;
  letter-spacing: 3px;
  align-content: center;
  opacity: 66%;
  text-align: center;
  background-color: black;
  color: white;
  width: 100%;
  display: inline-block;
  z-index: 5;}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 5;}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 5;}
	
.nav a {
  z-index: 5;
  background-color: black;
  display: block;
  width: 100%;
  opacity: 100%;
  overflow: hidden;
  color: white;
  text-decoration: none;
  font-size: 40px;
  font-stretch: semi-condensed;
  letter-spacing: 3px;
  text-align: center;}
	
/* DROPDOWN FOOTER */	

.dropdown2 {
  position: relative;
  text-decoration: underline;
  font-size: 40px;
  padding: 10px 0px 20px 0px;
  font-stretch: semi-condensed;
  letter-spacing: 3px;
  align-content: center;
  opacity: 66%;
  text-align: center;
  background-color: black;
  color: white;
  width: 100%;
  display: inline-block;
  z-index: 5;}

.dropdown-content2 {
  display: none;
  position: relative;
  width: 100%;
  z-index: 5;}

.dropdown2:hover .dropdown-content2 {
  display: block;
  z-index: 5;}

/* HEADER LOGO */
.hero {
	background-image: url(images/cover.png);
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;}
.logo {
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 50%;
	max-height: 50%;
	position: relative;
	z-index: 0;}
.button {
	width: 200px;
	margin-top: 170px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.2s linear;}
.button:hover {
	background-color: #1F2B44;
	opacity: 80%;
	color: white;
	cursor: pointer;}

/* MAIN TEXT */
.textbubble {
	display: inline-block;
	width: 25%;
	height: auto;}
.section {
	padding-top: 0%;
	font-size: 20px;
	padding-left: 20%;
	padding-right: 20%;}
.text {
	display: inline-block;
	padding-left: 5%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
.readmore {
	color: #1F2B44;}
.readmore:hover {
	color: black;
	font-size: 101%;}
hr {
  height: 3px;
  border-width: 0;
  background-color: #1F2B44;
  margin-bottom: 3%;
  margin-top: 3%;
  opacity: 50%;}

/* SLIDESHOW */
.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: auto;}
.mySlides {
  display: none;}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.1s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);}
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  background-color: #1F2B44;
  border-radius: 10%;
  display: inline-block;
  transition: background-color 0.3s ease;}
.active, .dot:hover {
  background-color: black;}

/* COPYRIGHT FOOTER */
footer {
  text-align: center;
  margin-top: 3%;
  padding: 1px;
  background-color: black;
  opacity: 80%;
  color: white;}
}


@media (max-width: 520px) {
.navbar {
  display: none;}
	
.theme {
	padding: 0% 1.8% 0% 0%;
	display: flex;
	align-items: flex-end;
	font-size: 15px;
	justify-content: center;
	flex-direction: column;
	transition: all ease-in-out 0.3s;}

.text-container {
	padding: 0%;
	max-width: 54px;
	max-height: 35px;;
	text-align: center;}

.toggle label {
	background-color: black;
	border: 2px solid grey;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all ease-in-out 0.3s;
	width: 48px;
	height: 25px;}
	
.toggle label::after {
	background-color: white;
	border-radius: 50%;
	content: ' ';
	cursor: pointer;
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 2px;
	transition: all ease-in-out 0.3s;
	width: 18px;
	height: 17px;}

.toggle input[type=checkbox]:checked ~ label {
	background-color: white;
	border-color: grey;}

.toggle input[type=checkbox]:checked ~ label::after {
	background-color: black;
	transform: translateX(21px);}

/* NAVIGATION PANE */
	
.dropdown {
  position: fixed;
  text-decoration: underline;
  font-size: 40px;
  padding: 10px 0px 20px 0px;
  font-stretch: semi-condensed;
  letter-spacing: 3px;
  align-content: center;
  opacity: 66%;
  text-align: center;
  background-color: black;
  color: white;
  width: 100%;
  display: inline-block;
  z-index: 5;}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 5;}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 5;}
	
.nav a {
  z-index: 5;
  background-color: black;
  display: block;
  width: 100%;
  opacity: 100%;
  overflow: hidden;
  color: white;
  text-decoration: none;
  font-size: 40px;
  font-stretch: semi-condensed;
  letter-spacing: 3px;
  text-align: center;}

/* DROPDOWN FOOTER */	

.dropdown2 {
  position: relative;
  text-decoration: underline;
  font-size: 40px;
  padding: 10px 0px 20px 0px;
  font-stretch: semi-condensed;
  letter-spacing: 3px;
  align-content: center;
  opacity: 66%;
  text-align: center;
  background-color: black;
  color: white;
  width: 100%;
  display: inline-block;
  z-index: 5;}

.dropdown-content2 {
  display: none;
  position: relative;
  width: 100%;
  z-index: 5;}

.dropdown2:hover .dropdown-content2 {
  display: block;
  z-index: 5;}
	
	
/* HEADER LOGO */
.hero {
	background-image: url(images/cover.png);
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;}
.logo {
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	max-height: 50%;
	position: relative;
	z-index: 0;}
.button {
	width: 200px;
	margin-top: 140px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.2s linear;}
.button:hover {
	background-color: #1F2B44;
	opacity: 80%;
	color: white;
	cursor: pointer;}

/* MAIN TEXT */
.textbubble {
	display: inline-block;
	width: 40%;
	height: auto;}
.section {
	padding-top: 0%;
	font-size: 20px;
	padding-left: 10%;
	padding-right: 10%;}
.text {
	display: inline-block;
	padding-left: 5%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
.readmore {
	color: #1F2B44;}
.readmore:hover {
	color: black;
	font-size: 101%;}
hr {
  height: 3px;
  border-width: 0;
  background-color: #1F2B44;
  margin-bottom: 3%;
  margin-top: 3%;
  opacity: 50%;}

/* SLIDESHOW */
.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: auto;}
.mySlides {
  display: none;}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.1s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);}
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  background-color: #1F2B44;
  border-radius: 10%;
  display: inline-block;
  transition: background-color 0.3s ease;}
.active, .dot:hover {
  background-color: black;}

/* COPYRIGHT FOOTER */
footer {
  text-align: center;
  margin-top: 3%;
  padding: 1px;
  background-color: black;
  opacity: 80%;
  color: white;}
}


@media (max-width: 300px) {
.navbar {
  display: none;}
	
.theme {
	padding: 0% 3% 0% 0%;
	display: flex;
	align-items: flex-end;
	font-size: 15px;
	justify-content: center;
	flex-direction: column;
	transition: all ease-in-out 0.3s;}

.text-container {
	padding: 0%;
	max-width: 50px;
	max-height: 35px;;
	text-align: center;}

.toggle label {
	background-color: black;
	border: 2px solid grey;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all ease-in-out 0.3s;
	width: 40px;
	height: 20px;}
	
.toggle label::after {
	background-color: white;
	border-radius: 50%;
	content: ' ';
	cursor: pointer;
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 2px;
	transition: all ease-in-out 0.3s;
	width: 14px;
	height: 13px;}

.toggle input[type=checkbox]:checked ~ label {
	background-color: white;
	border-color: grey;}

.toggle input[type=checkbox]:checked ~ label::after {
	background-color: black;
	transform: translateX(19px);}

/* NAVIGATION PANE */
	
.dropdown {
  position: fixed;
  text-decoration: underline;
  font-size: 40px;
  padding: 10px 0px 20px 0px;
  font-stretch: semi-condensed;
  letter-spacing: 3px;
  align-content: center;
  opacity: 66%;
  text-align: center;
  background-color: black;
  color: white;
  width: 100%;
  display: inline-block;
  z-index: 5;}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 5;}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 5;}
	
.nav a {
  z-index: 5;
  background-color: black;
  display: block;
  width: 100%;
  opacity: 100%;
  overflow: hidden;
  color: white;
  text-decoration: none;
  font-size: 40px;
  font-stretch: semi-condensed;
  letter-spacing: 3px;
  text-align: center;}

/* HEADER LOGO */
.hero {
	background-image: url(images/cover.png);
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;}
.logo {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 50%;
	position: relative;
	z-index: 0;}
.button {
	width: 180px;
	margin-top: 160px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.2s linear;}
.button:hover {
	background-color: #1F2B44;
	opacity: 80%;
	color: white;
	cursor: pointer;}

/* MAIN TEXT */
.textbubble {
	display: inline-block;
	width: 60%;
	height: auto;}
.section {
	padding-top: 0%;
	font-size: 20px;
	padding-left: 5%;
	padding-right: 5%;}
.text {
	display: inline-block;
	padding-left: 5%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
.readmore {
	color: #1F2B44;}
.readmore:hover {
	color: black;
	font-size: 101%;}
hr {
  height: 3px;
  border-width: 0;
  background-color: #1F2B44;
  margin-bottom: 3%;
  margin-top: 3%;
  opacity: 50%;}

/* SLIDESHOW */
.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: auto;}
.mySlides {
  display: none;}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.1s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);}
.dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 0 10px;
  background-color: #1F2B44;
  border-radius: 10%;
  display: inline-block;
  transition: background-color 0.3s ease;}
.active, .dot:hover {
  background-color: black;}

/* COPYRIGHT FOOTER */
footer {
  text-align: center;
  margin-top: 3%;
  padding: 1px;
  background-color: black;
  opacity: 80%;
  color: white;}
}