@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	/*background-color: #eff7ff;*/
	background-color: #dbdbdb;
	font-family: arial;
}
body a {
	text-decoration: none;
}

header {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: flex-end;
	overflow: hidden;
}

.logo {
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 20px;
}
.logo img {
	width: 90%;
	max-width: 400px;
	margin-top: auto;
}

.rpcphoto {
	position: relative;
	height: 100%;
	max-height: 800px;
	margin-left: auto;
	margin-top: auto;
}