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

html, body {
	height: 100%;
	width: 100%;
	font-family: sans-serif;
	color: #36342F;
}
#home {
	background: url(../imagess/back.jpg) 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: 700%;
	line-height: .8;
}
li a {
	font-size: 260%;
	font-weight: 600;
}
.btn-default {
	background-color: #36342F;
	color: #FFF;
	font-size: 170%;
}
.btn-default:hover {
	color: #FFF;
	background-color: #5E5C58;
}
p {
	padding: 3%;
}

@media (max-width: 768px) {
	h1 {
		font-size: 500%;
	}
	li a {
		font-size: 200%;
	}
	.btn-default {
		font-size: 130%;
	}
}



















