/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
b, strong, th { font-weight: bold; }
em, i { font-style: italic; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


a, a:active, a:visited { color: #46ab9b; outline:0; text-decoration:none;}
a:hover { color: #77d5c5; }

/********************
 *
 * end of reset 
 *
 *********************/

body {
	font-family: 'Source Sans Pro', sans-serif;
	background: #f8f8ff;
	color: #06173E;
}

.background {	
	width: 100%;
    height: 100%;
    position: relative;
}

.content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.company-name {
	font-size: 3.2em;
	text-align: center;
	font-family: 'Goudy Bookletter 1911', serif;
	padding-bottom: 0.3em;
    margin-bottom: .375em;
	border-bottom: #06173E solid 0.05em;
}

.contact, .subtitle {
	font-size: 1.3em;
	text-align: center;
	letter-spacing: 0.025em;
}

.subtitle {
	margin-bottom: 3em;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
    margin: 10px;
    font-size: .8em;
    color: #aac;
}

@media only screen and (max-device-width: 480px) {

	.company-name {
		font-size: 7em;
	}

	.contact, .subtitle {
		font-size: 3em;
	}

	.subtitle {
		margin-bottom: 2em;
	}

	.footer {
		font-size: 1em;
	}
}