/* CSS Document */
#newstop {
	padding-bottom:10px
}
#newstop h2 {
	font-size:22px;
	
}

#newstop h4 {
	line-height: 19px;
}


#newstop .fanfact-wrap {
  font-size: 14px;
}

.blog-content h3 a{
	font-size:13px;
	
}

.blog-wrap {
	background: none;
}


#barfooter {
  background: linear-gradient(to right, #006331, #4a9342);
  padding: 1rem;
  text-align: center;
  border-top: 4px solid #004b25;
}

#barfooter a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 1rem;
  font-weight: bold;
  font-family: "Segoe UI", sans-serif;
  transition: color 0.3s, text-shadow 0.3s;
}

#barfooter a:hover {
  color: #d4ffd4;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.about-wrap a {
	color: #004b25;
}

a.btn {
	color:#fff;
}