html {
	padding-bottom: 200px;
}
.text-nowrap {
    white-space: nowrap;
}
.footer-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
}

.jumbotron {
    padding: 10rem 10rem;
    margin-bottom: 4rem;
    background-color: #666;
    border-radius: 0;
}

body{
	font-family: Hevetica, Arial, sans-serif;
	color: #666;
	background-color: white;
}

h1,h2 {text-transform: uppercase; font-weight: bold !important; margin-bottom: 1rem!important;}

h1 {
	font-size: 2.5rem !important;
}

a, a:link, a:visited, a:hover, a:active {
	color: #0071BC;
}

.btn-primary {
    background-color: #0071BC;
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0071BC;
    border-color: #0071BC;
}
a.btn {
	color: #fff;
	border: none;
}