@import url('font.roboto.css');
@charset "UTF-8";
/*Responsive*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}
img,
embed,
object,
video,
figure {
	margin: 0;
	max-width: 100%;
	height: auto;
	width: auto;
	display: block;
	width: 100%;
}
.btn {
	margin: 0 auto;
	text-transform: uppercase;
	border-color: transparent;
	background-image: none;
	border-radius: 8px;
	border-width: 0px;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
html, body {
	height: 100%;
	min-height: 100%;
}
body {
	background-color: #e6f1f5;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 100%;
	cursor: default;
	line-height: 1.3;
	font-weight: 100;
	color: #414042;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
}
header {
	background-color: #fff;
}
header .logo {
	display: inline-block;
	padding: 2em 0;
}
header .logo img {
	max-width: 150px;
}

section .container {
	color: #fff;
	background-color: #00497c;
}
section .container h1 {
	font-weight: 200;
	padding-bottom: .5em;
}

section .container i.fa {
	font-size: 6em;
	margin-top: .8em;
}

section .container .row {
	padding-bottom: 1em;
}

section.footer {
	min-height: 4em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}