html {
	font-size:62.5%;
}
html, 
body {
	width:100%;
	height:100%;
}
@media (max-width:640px) {
	body {
		background:#111308 url('https://www.voicegraphics.ca/images/BG640.jpg') center center no-repeat;
	}
}
@media (min-width:641px) and (max-width:1024px) {
	body {
		background:#111308 url('https://www.voicegraphics.ca/images/BG1024.jpg') center center no-repeat;
	}
}
@media (min-width:1025px) {
	body {
		background:#111308 url('https://www.voicegraphics.ca/images/BG1800.jpg') center center no-repeat;
	}
}
body{
	height:100%;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-weight:300;
	font-style:normal;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-size:cover;
	background-attachment: fixed;
	line-height:1.45em;
}
* {
	margin:0;
	padding:0;
	border:0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align:middle;
	max-width:100%;
}

a, a:visited, a:active {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}

#fullheight {
	display:inline-block;
	height:100%;
	width:0;
	vertical-align:middle;
}
#wrap {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:1em 0 2em 0;
}
p {
	margin:.5em 1.5em;
}
p.intro {
	text-transform:uppercase;
	margin-top:2em;
	margin-bottom:2em;
	font-size:24px;
}
.finish {
	margin-top:2em;
	margin-bottom:2em;
}
.logo {
	margin-top:2em;
	margin-bottom:2em;
}