
div.mainimage {
	align-items: center;
	background: url(images/top_mainimage.jpg) no-repeat center top;
	background-size: cover;
	display: flex;
	height: 100vh;
	margin: auto;
	width: 100%;
}

div.mainimage div.text {
	text-align: center;
	width: 100%;
}

div.mainimage div.text div {
	text-align: center;
}

div.mainimage div.logo {
	margin: auto;
	padding: 30px 0 50px 0;
}

div.mainimage div.logo img {
	height: auto;
	width: 700px;
}

ul.menu li div.body {
	position: relative;
}

a.menu-btn {
	bottom: 30px;
	position: absolute;
	right: 30px;
}

ul.profileimg {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
