﻿@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:900');

html, body {
	height: 100%;
	width: 100%;
	font-family: sans-serif;
	color: #FFFFFF;
}

#home {
	background: url(../img/wallpaper.jpeg) no-repeat 50% 50%;
	display: table;
	height: 100%;
	width: 100%;
	background-size: cover;
}

.landing-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

h1 {
	font-family: 'Alegreya Sans'. sans-serif;
	font-size: 500%;
	line-height: .8;
}
h3 {
	font-size: 260%;
	font-weight: 600;
}

.btn-default {
	background-color: #FFFFFF;
	font-size: 170%;
}

@media (max-width: 768px) {
	h1 {
		font-size: 350%
	}
	h3 {
		font-size: 200%
	}
}