@charset "UTF-8";
/* CSS Document */

body {
	background-image: url("/images/bgwhite.png");
}
.main {
	text-align: center;
	margin: auto;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 100%;
	
}

.main h1 {
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	color: #999999;
}
.main h2 {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #999999;
	margin-top: 10px;
}

.icons {
	text-align: center;
	padding: 35px;
	position: absolute;
    top: 50%;
    width: 100%;
}
.icons a {
	margin-right: 6px;
}

.footer {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #999999;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
}
	