
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Open Sans', Arial;
	font-weight: 600;
	font-size: 20pt;
	line-height: 28pt;
}

h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	border: 0;
}

#container {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.intro {
	display: table-cell;
	vertical-align: middle;
}

.intro img {
	max-width: 320px;
}

a {
	color: #ff3b1f;
	transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
}

a:hover {
	color: #000;
	text-decoration: none;
}

@media screen and (max-width:640px) {

	.intro img {
		max-width: 240px;
	}

	p {
		font-size: 14pt;
		line-height: 20pt;
		font-weight: 600;
	}
	
}
