* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: 0;
}

a {
	color: #00517F;
	font-weight: 300;
	text-decoration: none;
}

b, strong {
	font-weight: 600;
}

body {
	color: #231F20;
	font-family: "Open Sans", Sans-Serif;
	font-size: 16px;
	font-weight: 300;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
	position: relative;
}

html {
	height: 100%;
}

.container {
	margin: auto;
	max-width: 900px;
	padding: 40px;
	text-align: center;
}

.front {
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}

.slogan {
	font-family: "Times New Roman";
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.logo {
	height: auto;
	margin-bottom: 20px;
	width: 150px;
}

@media only screen and (max-width: 600px) {

	.slogan {
		font-size: 24px;
	}

}