.navbar-default {
	background: #EBEADF;
}
body {
	background: #EBEADF;
}
h1,h2,h3,h4,h5,h6,p,span,div,a {
	font-family: 'Raleway', 'Arial', sans-serif !important;
}
h1 {
	font-weight: bold;
	padding-top: 40px;
}
.page-header {
	border-bottom: 1px solid #C0C0C0;
}
.soft {
	color: #000000;
	padding-bottom: 20px;
}
.credentials {
	padding-top: 20px;
	text-align: center;
}
.callout {
	background: #f5f5f5;
	padding: 10px 30px;
    display: inline-block;
	margin: 10px;
	text-align: center;
	border-radius: 10px;
}
.callout strong {
	font-weight: 900;
	color: #000000
}
.disclaimer {
	margin: 10px 0px 0px 0px;
}
a.download {
	background: #F7C760;
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 30px;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
    border-radius: 10px;
	transition-duration: 250ms;
}
a.download:hover {
	text-decoration: none !important;
	opacity: 0.7;
	transition-duration: 250ms;
}
.footer .ftr-nav-col-item {
	font-size: 1em;
    margin: 10px 0px 0px 0px;
    text-decoration: underline;
}
.footer .ftr-nav-col-item a:hover {
	opacity: 0.7;
}
.footer .ftr-nav-col-title {
	font-weight: bold;
	font-size: 1.1em;
}
@media (max-width:767px) {
	.footer {
		position: relative;
		bottom: auto;
		margin-top: 150px;
	}
}
