@font-face {
	font-family: 'Roboto-Regular';
	src: url(../f/Roboto-Regular.ttf);
	font-weight: normal;
	font-style: normal;
}

*{
	margin:0;
	padding:0;
}

html{
	min-height: 100%;

	background: url('../g/orenthal-background.png') no-repeat center center;
	background-attachment: fixed;
	background-size: cover;

	overflow: hidden;
}

body{
	min-height: 100%;

	font: 30px/32px 'Roboto-Regular', sans-serif;
}

.content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	color: #333;
	background: rgba(255, 255, 255, 0.5);
}

header {
	font-size: 34px;
	line-height: 36px;
	width: 60%;
	margin: 0 auto;
    padding: 180px 0px;
    text-align: center;
    color: #333;
    
}


.content .text {
	margin-bottom: 10px;
}

.content .email,
.content .email:hover {
	color: #333;
	text-decoration: none;
}