body {
	/*background-color: #596886;*/
	background: url('../images/brickwall.png');
	margin: 0;
	padding: 0;
}

.center {
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#banner {

	/*width: 100%;*/
	/*height: 25%;*/

	background-color: #00c2cb;
	/*background-color: #49c3cc;*/
	margin-top: 24vh;
	margin-bottom: 24vh;
	height: 50vh;
}

#logo {
	float: ;
	width: 65vh;
	/*height: 25%;*/
}