html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.content {
	display: table;
  	width: 100%;
  	height: 100%;
  	text-align: center;
  	font-family: 'Lobster', cursive;
  	color: #FFFFFF;
}

.text-group {
	display: table-cell;
    vertical-align: middle;
}

.text {
    font-size: 60px;
}
.text-mini {
    font-size: 32px;
}