* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
  background: url(../images/background.png) no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
body, html {
  height: 100%;
  min-height: 100%;
}

section {
	position: absolute;
	top: 30%;
	left: 25%;
}

section h1 {
	color: #5499c7;
	font-size: 60px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

section h2 {
	color: #71c3f8;
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-left: 100px;
}

section .contact {
	padding-left: 100px;
}

section .contact a {
	height: 24px;
	font-size: 20px;
	line-height: 24px;
	display: inline-flex;
	margin: 10px;
	cursor: pointer;
	color: #8bb7f0;
}

section .contact a:hover {
	text-decoration: underline;
}

section .contact a img{
	width: 24px;
	margin-right: 10px;
}

section .contact a span{
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
}

