html, body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-height: 100%;
}

body{
	color: #fff;
	background: #0B0B0B;
	line-height: 24px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	padding-bottom: 50px;
}

a{
	color: #fff;
}
input.mail{
	padding: 5px 10px;
}
input.submit{
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid #fff;
	background: #000;
	transition: all ease 0.5s;
	color: #fff;
	cursor: pointer;
}

input.submit:hover{
	background: #fff;
	color: #0B0B0B;
}

p, h2, h3{
	width: 100%;
	text-align: center;
	font-weight: lighter;
}

a.fb img{
	width: 50px;
	position: absolute;
	top: 20px;
	right: 20px;
}

#maincontent{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;	
	width: 100%;
	border-bottom: 2px solid #000;
	padding-bottom: 150px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 28px;

}

#maincontent img{
	max-height: calc(100vh - 200px);
    max-width: calc(100% - 40px);
    height: auto;
    width: auto;
}

#maincontent a.img{
	text-align: center;
}
