body, html {
	font: normal 75% 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	background: #232323;
	color: #f7f7f7;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

ul, p {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

section {
	background-image: url("../images/bg-w.png");
	background-repeat: no-repeat;
	background-size: cover;
	
	width: 100%;
	min-height: 100%;
	height: 100%;
}

section img {
	position: absolute; 
	top: 50%; 
	left: 0px; 
	right: 0px;
	
	max-width: 350px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	
	-webkit-transform: translateY(-50%); 
	-moz-transform: translateY(-50%); 
	-ms-transform: translateY(-50%); 
	-o-transform: translateY(-50%); 
	transform: translateY(-50%); 
}

section #bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

section #bottom p, section #bottom ul {
	padding-bottom: 32px;
	padding-bottom: 2rem;
}