@charset "ISO-8859-1";

html {
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	padding-bottom: 100px;
}

#header {
	padding: 20px 10%;
	background: #089ee5;
	color: white;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	clear: both;
	overflow: hidden;
	background-color: #414141;
	padding: 30px;
	color: #efefef;
	z-index: 100000;
}

#logo {
	font-size: 34px;
}

#menu-bar {
	background: #006FB6;
	color: #333;
	padding: 0px 3%;
}

#menu-bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu-bar .menu-item {
	display: inline-block;
}

#menu-bar .menu-item .menu-link {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
}

#menu-bar .menu-item .menu-link:hover, .menu-active {
	color: #aee5ff  !important;
}

.view-container {
	padding: 30px 8%;
}

.floating-button {
	position: fixed;
	top: 425px;
	transform: rotate(90deg);
	left: -61px;
}