/* Move down content because we have a fixed navbar that is 50px tall */
p {  
	text-align: center;
}
.btn-lg{
	font-size: 50px;
}

.jumbotron {
	text-align: center;
	background-image: url('../image/snowy black.png');
}
.jumbotron h1 {
	background-color:black;
	text-align: center;
}
.jumbotron h1, p {
	font-family: 'Arvo', roman;
}
.jumbotron h2 p {
	text color: red
	text text-align:center;
}

.jumbotron h1 {
	/*padding: 10px 20px 30px 40px;*/
	margin-bottom:  70px;
	font-weight: 50
}
.jumbotron p{
	margin-bottom: 120px;
		color: orange;
}
.homepage {
	font-family: "Arvo", courier, serif;
	text-align: center;
}

.homepage hr {
	   border-top: 2px black;
	   width: 160px;
	   margin-top: 16px;
	   text-align: center;
}
.jumbotron {
	color: yellow;
	text-shadow: 2px 2px 4px #FF0101; 
}
.col-md-4{
	background-color: red;
	border: 1px green;
	transform: translate(10px,30px);
}
.jumbotron h1 
{
	background-color: yellow;
	border-radius: 25px;
	box-shadow: 10px 10px 5px blue;
	background: linear-gradient(red,black);
}
footer{
	margin-top: 50px;
}
