/* Custom CSS Styles */

body {
	background-color: white;
}

img {
	width:100%;
}

.caption {
	padding: 1.5rem 0;
	font-size: 0.9rem;
}


body {
	background: linear-gradient(turquoise, black);
}

a {color:#eee;}
a:hover {color: #fff;}