@font-face {
	font-family: 'DINWeb';
	src: url('../fonts/DINWeb.woff') format('woff');
}

@font-face {
	font-family: 'DINWeb-Bold';
	src: url('../fonts/DINWeb-Bold.woff') format('woff');
}

@font-face {
	font-family: 'DINWeb-Medium';
	src: url('../fonts/DINWeb-Medium.woff') format('woff');
}

body, html {
	font-family: "DINWeb", sans-serif;
	background-color: #fff;
	min-width: 740px;
	margin: 0;
}

#header {
	width: 100%;
	position: relative;
	height: 165px;
	background: #FFFFFF url(../img/header_bg.png) repeat-x;
	flex: 0 0 auto;
}

#header #header-top {
	width: 100%;
	height: 15px;
	background-color: #002855;
}

#header #logo {
	width: 237px;
	margin-left: 24px;
}

#header #logo img {
	padding-top: 60px;
}

#header #logo img {
	width: 100%;
	height: 100%;
}

#header #copyright {
	color: #66A485;
	font-size: 0.75em;
	position: absolute;
	top: 90px;
	left: 275px;
}

#wp-logo {
	position: absolute;
	text-align: right;
	top: 40px;
	right: 10px;
	display: block;
}

#wp-logo img {
	display: block;
}

#wp-logo a {
	outline: 0;
	border: none;
	text-decoration: none;
}

#wp-logo #login {
	color: #004e74;
	padding-right: 20px;
}

#wp-logo #login a {
	color: #004e74;
}

#ruler {
	background-image: url("../img/ruler.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	width: 100%;
	text-align: center;
	justify-content: flex-start;
	flex: 0 0 auto;
}

#ruler-text {
	font-family: "DINWeb-Bold", sans-serif;
	padding: 60px 40px 50px;
	margin: 0px;
	line-height: 1.2;
	font-size: 1.6em;
}

#info {
	height: 230px;
	text-align: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 100%;
}

#info-text {
	padding: 0px 40px 40px;
	margin: 0;
	line-height: 1.2;
	font-size: 1.4em;
}

#mountain {
	background-image: url("../img/blue_mountain.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 230px;
	text-align: center;
	justify-content: flex-start;
	flex: 1 0 auto;
	width: 100%;
}

#mountain-text {
	padding: 0px 60px 30px;
	margin: 0;
	line-height: 1.3;
	font-size: 1.4em;
	color: #FFF;
}

.wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100vh;
}

.row {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.btn {
	font-family: "DINWeb-Bold", sans-serif;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: none;
	vertical-align: baseline;
	font-size: 1.2em;
	line-height: 1.5;
	padding: 0.8rem 1.0rem 0.6rem;
}

.btn.btn-white {
	background-color: #FFF;
}

.btn.btn-white:hover {
	background-color:#F5F5F5;
}

.btn.btn-blue {
	background-color: #2e6e9f;
}

.btn.btn-blue:hover {
	background-color: #1e4d70;
}

.btn.btn-green {
	background-color: #69c283;
	font-size: 1em;
	line-height: 1.3;
	padding: 0.8rem 1.0rem 0.5rem;
}

.btn.btn-green:hover {
	background-color: #5ba871;
}

.text-lt-blue {
	color: #348aa7;
}

.text-white {
	color: #FFFFFF;
}

.border-white {
	border: 3px solid white;
	padding: 25px 0px;
	margin: 50px;
}