html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.4;
	color: #8e9991;
	background-color: #272727;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: .3rem;
	margin-bottom: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2!important;
	color: inherit;
}

h1 {
	font-size: 2.5rem;
	font-weight:200;
	color: #000;
	padding:10px 0;
}

p {
	margin-top: 0;
	margin-bottom: .9rem;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #408000;
}

a:hover, a:active {
	color: #408000;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

.site-wrapper{
	text-align:center;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	min-height:100%;
	padding:10px 0;
}