*{
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-image: url("img/pexels-photo-860379.jpeg");
	background-repeat: no-repeat;
	background-size: 100%;
	font-family: 'Montserrat', sans-serif;
}


#wrapper {
	min-height: 100%;
	background-color: #100c08;
	opacity: 0.8;
	width: 100%;
	position: absolute;
	float: left;
}

center {
	width: 50%;
	height: 300px;
	position: relative;
	margin: auto;
	text-align: center;	
	padding-top: 12%;
	color: #f1f1f1;	
}

#logo {
	margin-bottom: 5%;
}

#logo img {
	width: 22%;
}

p {
	font-size: 1.4em;
	line-height: 1.7em;

}

b {
	text-transform: uppercase;
}

span {
	font-weight: bold;
}

