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

.nav {
	font-family: Arvo;
	color: white;
}

.nav li {
	font-size: 13px;
}

.jumbotron {
	text-align: center;
	background: url("../images/Arty005BC.jpg") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jumbotron {
	padding-top: 1px;
	padding-bottom: 240px;
}

.jumbotron h1 {
	font-family: Arvo;
	margin-bottom:	30px;
	color: white;
	margin-top: 8px;
	font-size: 60px
}

.jumbotron p {
	padding: 10px 80px;
	color: white;
	font-weight: 100;
}

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

.homepage {
	text-align: center;
}

.homepage h2 {
	font-size: 36px;
	font-family: Arvo;
	color: #3c4ae7;
	text-transform: uppercase;
}

.homepage h3 {
	font-size: 30px;
	font-family: Arvo;
	color: #3c4ae7;
	text-transform: uppercase;
}
.homepage p {
	font-size: 20px;
	font-weight: 300;
}

.homepage a {
	color: #e74c3c;
	text-decoration: none;
}
.line {
	border-bottom: 1px solid
} 
@media (max-width: 991px) {

	.jumbotron h1 {
		font-size: 47ps;
	}

	.jumbotron p {
		padding: 10px 0;
	}