h2, h3 {
    color: #CC0000;
}

nav ul {
    clear: both;
    margin: 0;
    padding: 0;
    background-color: #000;
}
     
img#home_story {
   float: left;
   margin: 30px;  
   height: 185px;
   margin-top: 0;
}

#newscover {
    margin-top: 40px;
    margin-bottom: 40px;
}
		
p {
    font-size: 1.25em;
}
        
footer {
    clear: both;
    background-color: #000;
    color: #fff;
    padding: 20px;
    font-size: 1.05em;
    text-align: center;
    font-family: sans-serif;
    margin-top: 80px;
}
        
.mySlides {
    display:none
}

/* Slideshow container */
.slideshow-container {
  width: 1098px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.8);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with some see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.mySlides {
  min-height: 500px;
}

.mySlides img {
  width: 100%;
  height: 100%;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color .6s ease
}

.active,
.dot:hover {
  background-color: #717171
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
