@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans'), local('OpenSans'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/RjgO7rYTmqiVp7vzi-Q5UbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: normal;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBkbeuvGrcRTTBH456c-a4yI.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

html, body {
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #F1F0F0;
	min-width: 320px;
}

.container {
	display: table;
	width: 100%;
	height: 95%;
}

.wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

.content {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.logo {
	border: 0;
	width: 30%;
	margin-bottom: 1em;
	min-width: 280px;
}

h1 {
	color: #272759;
	font-weight: 300;
}

p {
	margin: 0.35em 0;
}

a {
	color: #434b9f;
	text-decoration: none;
	border-bottom: 1px solid rgba(67, 75, 159, 0.7);
	transition: all 0.4s;
}

a:hover {
	color: #6d74c1;
	border-bottom: 1px solid rgba(109, 116, 193, 0.7);
}

.descr {
	display: inline-block;
	color: #3a3a3a;
	font-weight: 300;
	font-size: 1.1em;
	max-width: 800px;
}
