html { 
  background: url("../images/background.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

a {
    text-decoration: none;
    color: #167DC2;
}

a:hover {
    color: #FBC21A;
}

a:active {
    color: #333333;
    cursor: default;
}

div#main {
	margin: auto;
	width: 800px;
	padding-top: 50px;
}

div.title {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 5px;
}

div.subtitle {
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 30px;
}

div.email {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 20px;
}
