body {
	
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: 'Josefin Sans', serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
}

#logo img{
	width: 240px;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 40px;
}


.image img{
	width: 100%;
	background-color: #EEEEEE;
	display: block;
	/*max-width: 1400px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	opacity: 1.0;
}

.text {
	padding-top: 60px;
	padding-bottom: 60px;
	max-width: 1360px !important;
	margin-left: auto;
	margin-right: auto;
	color: #112138;
}

.centered {
	text-align: center;
}

.text h1{
	font-size: 32px;
	font-weight: 300;
	margin: 0px;
	margin-bottom: 26px;
	letter-spacing: .125rem;
}

.text h3{
	font-weight: 500;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 20px;
}

.box { 
	display: block;
	width: 100%;
	margin: 0px;
	/*max-width: 1400px;*/
	margin-left: auto;
	margin-right: auto;
}

.link--inline {
	box-shadow: #DDDDDD 0 -.2em 0 inset;
	transition: box-shadow .25s ease;
	text-decoration: none;
	color: #112138;
}

.link--inline:hover {
	box-shadow: #f08e9f 0 -2em 0 inset;
}

::selection {
	background: #8a92b8;
}

.spacer { 
	display: block;
	height: 30px;
}

.white {
	background-color: #FFFFFF;
	color: #112138;
}

.gray {
	background-color: #EEEEEE;
	color: #112138;
}

.rose {
	background-color: #f08e9f;
	color: #FFFFFF;
}

.purple1 {
	background-color: #8a92b8;
	color: #112138;
}

.purple2 {
	background-color: #506081;
	color: #FFFFFF;
}

.blue {
	background-color: #112138;
	color: #FFFFFF;
}

.yellow {
	background-color: #f5c847;
	color: #112138;
}

#footer {
	line-height: 16px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #AAAAAA;
}

#footer a {
	color: #AAAAAA;
	text-decoration: none;
}


#colorbar {
	width: 100%;
	height: 30px;
	background-image: url(/../gfx/colorbar.svg);
	background-repeat: repeat-y;
  	background-size: 100%;
}