h1, h2, h3, h4 {
	font-family: 'Roboto Condensed';
} 
p, a {
	font-family: Roboto;
}
p {
	font-size: 15px;
	font-weight: normal;
}
a {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #016e97;	
}
.running-text{
	font-family: 'Crimson Text';
	font-size: 16px;
}
.color1 {
	color: #016e97;
}
.footer-link {
	color: #F78B02;
	font-weight: normal;
	font-size: 15px;
}
.container{
max-width: 1100px;
padding-left: 20px;
padding-right: 20px;
margin-left: 0 auto;
margin-right: 0 auto;
}
.header {
	padding: 20px 0;
}
#vctr-header{
	
	max-width: 1100px;
	display: block;
	position: fixed;	
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
	z-index: 1004;
	background-color: #fff;
}
#vctr-wrapper{
	max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.header .logo {	
	float: left;
}
.logo img {
	max-height: 80px;	
}
.sticky .logo img {
	max-height: 60px;	
}
.header .links{	
	float: right;
	color: #016e97;
	text-align: right;
	padding-top: 15px;
}
#header a{
	font-size: 16px;
	color: #016e97;
}
.hide {
	padding-top: 30px;
}
.logo-board {
	text-align: right;
}
.logo-board img {
	max-height: 110px;
	max-width: 90%;
}
.row {
	width: 100%;
	display: inline-block;
}
.column {	
	display: inline-block;
	float: left;
	padding-bottom: 10px;
}
.half {
	width: 50%;
}
.third{
	width: 40%;
}
.two-thirds{
	width: 60%;
}
#vctr-wrapper {
	max-width: 1100px;
}
#vctr-footer {
	height: 0px;
	z-index: 1003;
	display: none;
	margin-left: auto;
	margin-right: auto;
}
footer {
	display: block;
	position:relative;
	clear: both;
	top: 2200px;
	max-width: 1100px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	
}
footer h2,footer p,footer a, h3 {
	padding: 15px 0;
}
footer .about {
	font-size: 15px;
	font-weight: normal;
}
footer .row .column:nth-child(odd){
	padding-right: 20px;
}
footer .row .column:nth-child(even){
	padding-left: 20px;
}
footer ul {
	list-style-type: none;
	text-align: right;
	padding-top: 10px;
}
footer ul li {
	padding-top: 10px;
	padding-left: 10px;
	display: inline;
}
hr {
	height: 2px;
	background-color: #999;
	color: #FFF;
}
.footer-headline {
	font-style: italic;
	font-size: 22px;
}
.divider-headline {
	padding-top: 50px;
}
/* #### Mobile  #### */
@media screen and (max-width: 1000px){
	.hide {
		display:none;
	}
}

@media screen and (max-width: 680px){
	.header .links {
		text-align: center;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.header .logo {
		text-align: center;
		padding-bottom: 20px;
	}
	.logo-board {
		text-align: center;
	}
	.column{
		width:100%;
	}	
	#vctr-splash { 
		top: 450px;
	}
	footer {
		padding-right: 20px;
	}
	footer .row .column:nth-child(odd){
		padding-right: 0px;
	}
	footer .row .column:nth-child(even){
		padding-left: 0px;
	}
}
@media screen and (max-width: 500px){
	.header .logo img{
		max-height: 60px;
	}
	.logo-board img {
		max-height: 70px;
	}
}