/* Move down content because we have a fixed navbar that is 3.5rem tall */
@import url(https://fonts.googleapis.com/css?family=Nunito);

body {
	font-family:Nunito,sans-serif;
	padding-top: 71px;
}

h2 { font-size: 1.5em; }

a { color: #a3d8e7; }

nav {
	border-bottom: 3px solid white;
}

nav > div {
	border-bottom: 3px solid #a3d8e7;
}

.navbar-brand {
	line-height: 1.1em;
}
.navbar-brand img {
	margin-right: 10px;
	margin-top: -3px;
	height: 50px;
}

.jumbotron {
	background-color: #a3d8e7;
	background-image: linear-gradient(10deg,  #a3d8e7 20%, rgba(255, 255, 255, 0.7)  70%);
	border-radius: 0;
	border-bottom: 1px solid  #a3d8e7;
}

.jumbotron a {
	color: #212529;
}
