@import "//fonts.fontstorage.com/import/comfortaa.css";

body {
	height:100%;
	background: url(../frontpage.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.txt {
  	position: absolute;
  	left: 25%;
  	top: 40%;
  	z-index: 2;	
}

.wb {
	font-family: 'Comfortaa';
	font-size: 71px;
	font-weight: 400;
	line-height: 1em;
	color: #fff;
	line-height: 0.123;
}

.descr {
	font-family: 'Comfortaa';
	font-size: 19px;
	font-weight: 400;
	color: #fff;
	margin-top: 35px;
	opacity: 0.8;
	padding: 5px;
	width: 330px;
	background: RGBA(0, 0, 0, 0.31);
}

.info {
	font-family: 'Comfortaa';
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin-top: 5px;
	opacity: 0.8;
	padding: 5px;
	width: 330px;
	text-align: right;
}

a {
	color: #fff;
	text-decoration: none;
}