* {
	font-family: Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}

body {
	background: linear-gradient(to bottom right, #00d2ff, #3a7bd5);
}

h1,h2,h3,h4,h5,h6,p,a,span {
	margin: 0;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 48px
}

h2, h3, h4, h5, h6 {
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
}

p {
	font-size: 18px;
}

a {
	font-size: inherit;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

a.silent-link {
	font-weight: normal;
}

hr {
	border-width: 0;
	height: 20px;
}

#container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 700px;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	padding: 60px 15px;
	text-align: center;
}

.logo-container {
	margin: 0 auto 30px auto;
	max-width: 90px;
}

.logo-container .logo {
	width:100%;
}

/* RESPONSIVE CSS */

@media screen and (max-width: 500px) {
	h1 {
		font-size: 8vw;
	}
}

@media screen and (max-width: 400px) {
	h2 {
		font-size: 10vw;
	}
}