/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

footer {
	background-color: #d9534f;
	padding-top: 100px;
	padding-bottom: 30px;
}

#my-work {
	background-color: #f5d2d0;
}

.jumbotron {
	height: 100vh;
	text-align:center;
	background-image: url('../images/rocks.jpg');
	background-image: ;
	background-color: black;	
	background-attachment: fixed;
	color: white;
	background-repeat: no-repeat;	
}

.jumbotron h1 {
	margin-top: 0px;
	margin-bottom: 30px;
}
 
.jumbotron p {
	margin-bottom: 30px;
	font-weight: 100;
	padding: 0px 50px;
}

.btn-lg {
	font-size: 36px;
}

.homepage {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.homepage h2, .homepage h3 {
	font-family: "Lato", courier, sarif;
	color: #d9534f;
	text-transform: uppercase;
}

.homepage p {
	font-weight: 400;
	font-size: 15px;
}

.homepage a {
	color:#d9534f;
}

.homepage hr {
	border-color:#d9534f;
	width: 100px;
	margin-top: 10px auto	;
}
