a {
	color : #00aadd;
	text-decoration:none;
}

a:hover{
	  text-shadow: 0 0 8px rgba(110, 210, 210, 0.8);
}

.fullscreen-bg {
	position: fixed;
	min-width:100%;
	min-height:100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size:cover;
	height:auto;
	z-index: -100;
}

.intro {
	margin-left:10px;
	margin-right:20px;
	margin-top:20%;
	margin-bottom:5%;
	color:#ffffff;
}

.button {
	margin-top:5%;
}

h1 {
	font-size:38px;
	height:1em;
	#overflow:hidden;
}

p {
	font-size:20px;
	height:1em;
}
