@charset "UTF-8";

header {
	height: 100px;
}
header nav {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
header nav ul li a {
	padding: 10px 15px;
}
header nav ul li a:hover {
	background-color: rgba(34,129,167,1.00);
	color: rgba(255,255,255,1.00);
	font-size: 1.2em;
}
p {
	line-height: 1.8em;
}
.header-logo {
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
.box-middle {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
}
.container {
	width: 1000px;
}
.flex-cell {
	flex: 1 1 auto;
	margin: 0px 10px;
}
.flex-container {
	display: flex;
}
.flex-60 {
	flex: 0 0 60%;
}
.flex-50 {
	flex: 0 0 50%;
}
.flex-40 {
	flex: 0 0 40%;
}
.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
}
.height-250 {
	height: 250px;
}
.height-450 {
	height: 450px;
}
.box-right {
	width: 40%;
	right: 5%;
	top: 0px;
	bottom: 0px;
	text-align: center;
}
.box-header {
	font-size: 2.5em;
	text-align: right;
}
.form-control-50 {
	width: 50%;
	flex: 0 0 50%;
}
.form-control-100 {
	width: 100%;
	flex: 0 0 100%;
}