.nav li {
	display: inline;
	color: #5a5a5a;
	font-size: 1em;
	font-weight: semi-bold;
	padding: 16px 16px;
	text-transform: uppercase;
	font-family: open sans;
}

.nav {
	margin-top: 10px;
}

.nav a {
	
}

.jumbotron {
	background-image: url("background.jpg");
	height: 450px;
	background-position: 50% 65%;
	background-repeat:no-repeat;
	background-size: 1200px;
	margin-bottom: 0px;
}

.jumbotron .container {
  position: relative;
  top:40px;
}

.jumbotron h1 {
	font-family: ubuntu;
	color: #DBE9FF;
	
}

.jumbotron p {
	font-family: Open sans;
	font-weight: 600;
	color:	#FFFFE3;
}

.jumbotron a {
	font-family: raleway;
	color: #F7F55C;
	font-weight: 400;
}

.resourcesChoice a {
	font-family: ubuntu;
}

.resourcesChoice {
	background-color: #efefef;
    border-bottom: 1px solid #dbdbdb;
	margin-top: 0px;
}

.resourcesChoice p  {
	font-family: open sans;
	margin-bottom: 15px;
}
.resourcesChoice a:hover {
	color: #0059FF
}