@import url(http://fonts.googleapis.com/css?family=Gilda+Display);

body {
	background:url(../img/bg.png);
	font-family: 'Gilda Display', serif;
	color:#FFF;
}

li {
	list-style-type: square;
}

img {
	max-width:100%;
	height:auto;
}

.jumbotron {
	background:url(../img/banner.png) center;
	background-size:cover;
	margin-top:50px;
	border-bottom:2px solid #FFF;
}

#photos {
	display:block;
	background-color: rgba(0, 0, 0, 0.5);
	margin:7em auto;
	padding: 25px 0px;
}















