body {
    margin: 0;
    font-family: Arial;
    padding: 0;
    font-size: 24px;
    letter-spacing: 2px;
	background-color: #dcdede;
}

image {
    width: 100%
}

#images {
	width: 20%;
	border-radius: 12px;
}

.center {
    text-align: center;

}

.links {
	text-align: center;
}

.nav {
    overflow: auto;
    text-decoration: none;
    background-color: #0d0670;
    top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;	
}

.nav li {
    text-decoration: none;
    float: left;
    display: block;
    padding: 8px 12px;
    text-align:center;
}

.nav li a {
    text-decoration: none;
    color: #0af2db;
    font-size: 115%;
    text-align: center;
    font-weight: bold;
}

.nav li:hover {
    background-color: #0af2db;
}

.nav li a:hover {
    color: #0d0670;
}

.info {
	margin: 0px 6% 0px 6%;
}

h2, h1, h3 {
	text-align: center;
}

#more, #more1, #more2, #more3, #more4 {
	display: none;
}

#myBtn, #myBtn1, #myBtn2, #myBtn3, #myBtn4 {
	background-color: #0af2db;
	color: #0d0670;
	border: none;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
	border-radius: 12px;
}

.stories {
	text-align: center;
}

#logo {
	height: 13rem;
}

#dlogo {
	text-align: center;
	height: 13rem;
	margin: 15px 0 0 0;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 750px;
  position: relative;
  margin: auto;

}

/* Hide the images by default */
.mySlides {
  display: none;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 10px;
  color: #0d0670;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  right: 75%;
}

/* Position the "next button" to the right */
.next {
  right: 20.75%;
  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);
  color: #ffffff;
}

/* 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, .dot1, .dot2, .dot3, .dots4 {
  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}
}

#bw {
	transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.meetUp {
	width: 33rem;
}

#left {
	justify-content: left;
	float: left;
	padding: 0px 100px 0px 0px;
	margin: 0px 150px 0px 0px;
	font-size: 10px;
}

#center {
	align-items: center;
	justify-content: center;
}

#right {
	justify-content: right;
	float: right;
	font-size: 10px;
}

footer {
	background-color: #2b2c28;
	padding: 50px 100px 50px 100px;
	margin: 10px 0px 0px 0px;
	color: #dcdede;
}

#footerLinks a {
	color: #dcdede;
	text-decoration: none;
}

#footerLinks a:hover {
	color: #0af2db;
	text-decoration: underline;
}
	
.smLinks {
	margin: 0px 30px 0px 0px;
}

.alinks {
	text-decoration: none;
	color: #0d0670;
}

.alinks:hover {
	text-decoration: underline;
}