@charset "UTF-8";
/* CSS Document */



@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

body {
	font-family: 'Raleway', sans-serif;
	text-align: center;
}
.jumbotron h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 30px;
}
.jumbotron {
	background-image: url(../images/matt-naughtin-bkgd.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fafafa;
	padding-top: 280px;
}
.jumbotron .btn-primary {
	border-color: #dca900; 
	background-color: #dca900; 
	border-radius: 0;
	font-weight: 700;
	padding: 10px 20px;
	margin-top: 10px;
}