#wrapper{
	max-width: 1020px;
	margin: 0 auto;
}

body {
  margin: 0;
}

.header {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.nav ul {
  list-style: none;
  background-color: #41393d;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
  font-family: 'athelas', serif;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 2px;
  font-size: 1.3em;
  line-height: 40px;
  height: 40px;
}
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
}
 
.nav a:hover {
  background-color: #be1e2d;
}
 
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
  .nav li {
    width: 255px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
}
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
} 
/* Slideshow container */
.slideshow-container {
  max-width: 1020px;
  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: 18px;
  transition: 0.6s 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 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} 
form {
  border: 3px solid #f1f1f1;
  font-family: 'athelas';
}

.container {
  padding: 20px;
  background-color: #8a8c8f;
}

input[type=text], input[type=submit] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type=checkbox] {
  margin-top: 16px;
}

input[type=submit] {
  background-color: #41393d;
  color: white;
  border: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}
	
.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
h2{
	color:#be1e2d;
	font-family: 'athelas';
	font-weight: bold;
	font-size:30px;
	letter-spacing: 2px;
	text-align: center;	
}
p{
	color:#41393d;
	font-family: 'athelas';
	text-decoration: none;
	font-weight: 300;
	font-size:20px;
	line-height: 1.8;
	letter-spacing: .5px;
	text-align: center;
}