/* Styles for index.php */
@import url('https://fonts.googleapis.com/css?family=Codystar|Roboto|Quicksand');

/* Titles and headers */
.titles {
	height: 1000px;
	background-image: url('BlackBox2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	color: white;
}

.titles h1 {
	padding-top: 150px;
	font-family: "Codystar";
	font-size: 100px;
}

.titles h2 {
	font-family: "Quicksand";
	font-size: 35px;
}

.titles h3 {
	font-family: "Quicksand";
	font-size: 25px;
}

.titles hr {	
	width: 60%;
}

.titles h3 a {
	color: inherit;
	text-decoration: none;
}

.titles h3 a:hover {
	text-decoration: underline;
}
