.button:hover,
.button-rev:hover{
	background-color: #702a34;
	color: #ffffff;
	border: 2px solid white;
	text-decoration: none;
}
.button-rev {
	border: 2px solid #ffffff;
	border-radius: 50px;
	color: #ffffff;
	font-weight: 800;
	padding: 8px 12px;
	text-transform: uppercase;
	transition-duration: 0.2s;
}
.button-left {
	position: absolute;
	left: 0px;
	margin-top: 10px;
}
#news-carousel,
#news-carousel .item {
	height: 400px;
}

#news-carousel .item:nth-child(1){
	background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(images/lady-justice.jpg) fixed;
	background-size:cover;
	background-position: center;
}
#news-carousel .item:nth-child(2){
	background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(images/home-image.jpg) fixed center;
	background-size:cover;
}
#news-carousel .item:nth-child(3){
	background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(http://news.unl.edu/sites/default/files/styles/large_aspect/public/media/Two%20Wolves.jpg?itok=2TbRKBCe) fixed;
	background-size:cover;
}
#news-carousel .carousel-caption {
	position: absolute;
	top: 30%;
}
@media (max-width: 767px){
	#news-carousel .carousel-caption {
	position: absolute;
	top: 15%;
	}
}
#news-carousel .carousel-caption h3,
#news-carousel .carousel-caption h2 {
	text-align: left;
}
.carousel-caption a:visited{
	color: white;

}