@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,900,700);
body {
    font-family: 'Maven Pro', sans-serif;
    color: #666666;
    font-weight: 500;
}

h1,
h2,
h3,
h4 {
    font-family: 'Maven Pro', sans-serif;
    padding-left: 10px;
}

.image-center {
    margin: 0 auto;
    display: block;
}

h4 {
	color: white;
}

a {
	color: #77013a;
}

a:hover {
	color: #680032;
	text-decoration: underline;
}

.thumbnail-tile {
    margin-bottom: 30px;
    height: 200px;
    padding: 15px;
}

.content {
	background-color: #aaaaaa;
	height: 100%;
	width: 100%;
} 

