body {
	font-family: 'Droid Sans', 'Roboto', 'sans-serif', 'Arial', 'Helvetica';
}

.container {
	width: 100%;
	height: 100%;
	background-color: #FEFEFE;
	text-align: center;
	margin-top: 10%;
}

h1 {
	font-size: 2.7em;
	font-weight: 400;
}

h1.top-heading {
	margin-bottom: 60px;
}

h2 {
	font-size: 1em;
	font-weight: 400;
}

.container > .img1 {
	margin-top: 50px;
	width: 100%;
	max-width: 400px;
}

.container > a > .splogo {
	width: 100%;
	max-width: 250px;
	position: fixed;
	top: 0;
	right: 0;
	margin: 10px;
	display: block;
}

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(https://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(https://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@media screen and (max-width: 850px) {
	.container > a > .splogo {
		width: 100%;
		max-width: 200px;
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 50px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.container > .img1 {
		margin-top: 20px;
	}

	h1 {
		font-size: 1.8em;
	}
}
