@charset "UTF-8";
/* CSS Document */

html{
	min-height:100%;
	min-width:100%;
	-ms-text-size-adjust:none;
	font-family: 'Roboto Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	font-size:16px;
	line-height:22px;
}

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	position: relative;
	background-color: #e6ece7;
	color:#0a4614;
}

* {
	box-sizing:border-box;
	outline:none;
}

.serif {
	font-family: 'Cormorant Garamond', serif;
}

.align-center * {
	text-align: center;
}








