:root {
	--text-color: #414141;
	--text-color-dark: #f2f2f2;
	--light-blue-color:  #cee3f9;
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	overscroll-behavior: none;
	background-color: white;
	margin: 0 0 0 0;
}

a {
	color: var(--light-blue-color);
}

.bottom-bar-text {
	text-align:right; 
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.2em;
	color: var(--light-blue-color);
}

#header {
	position: absolute;
	top: 0;
	width: max(55em, 100%);
	height: 4em;
	background-color: #405161;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: max(55em, 100%);
	height: 4em;
	background-color: #2B353F;
}

#footer-text-left {
	height: 4em;
	text-align: left;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12pt;
	padding-left: 1vmin;
	float: left;
	color: var(--light-blue-color);
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

#privacy-text-right {
	height: 4em;
	text-align: right;
	font-size: 16px;
	padding-right: 1vmin;
	float: right;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

#iframe-container {
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: 1024px;
	overflow: hidden;
	margin: auto auto;
	left: 0;
	right: 0;
}

#iframe {
	position: absolute;
	width: max(55em, 100%);
	height: max(46em, calc(100% - 4em));
	border: none;
	bottom: 4em;
}

#logo {
	width: 3.5em;
	height: 3.5em;
	border-radius: 10px;
	padding-left: 1vmin;
	margin: auto auto;
	left: 0;
	right: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#mainpage {
	background-image: url('../img/background_main.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 4em;
	bottom: 0;
	width: max(55em, 100%);
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
