@font-face
{
	font-family: Roboto Thin;
	src: url("../fonts/roboto-thin.ttf") format("truetype");
	src: url("../fonts/roboto-thin.woff") format("woff");
}

html, body
{
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body
{
	font-family: Roboto Thin;
	background: #ffffff;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

div#content
{
	width: 100%;
	height: 100%;
}

section#welcome
{
	position: relative;
	min-height: 100%;
	overflow: hidden;
	background-image: url("../img/plane.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

h1#main_title
{
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	margin: 0;
	font-size: 50pt;
	text-align: center;
}

p#all_rights
{
	position: absolute;
	bottom: 0;
	margin: 5px;
	font-size: 10pt;
}

@media (max-width: 820px)
{
	h1#main_title
	{
		font-size: 30pt;
	}
}