html {
	margin: 0;
	padding: 0;
	background-color:#E5E7E6;
}

.topnav {
	overflow: hidden;
	background-color:#E9692C;
}

.topnav a {
	float:left;
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 18px;
}

.topnav a:hover {
	background-color:#FFF000;
	color: black;
}

.ntopav a.active {
	background-color:#4CBB17;
	color: white;
}

.topnav .icon {
	display: none;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.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: 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: #E5E7E6;
}

.numbertext {
	color: black;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

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

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

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

.wrapper {
	width: 100%;
}

.news-feed {
	width: 100%;
}

.news-feed h2{
	padding: 20px 20px 20px;
	font-family: arial;
	font-size: 35px;
	color: #111;
	line-height: 44px;
}

.news-feed p{
	padding: 5px 30px 20px;
	font-family: arial;
	font-size: 15px;
	color: #111;
	line-height: 24px;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #E9692C;
	color: white;
	text-align: center;
}