body {
	background: black;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-size: 18px;
	color: white;
	font-family: sans-serif;
}

#menu {
	width: 126px;
	padding: 15px;
	text-align: right;
	float: right;
}

.icon {
	width: 20px;
	height: 25px;
	margin: 5px;
	border: 1px solid white;
	float: left;
	border-radius: 4px;
	padding: 5px 5px 1px 5px;
	cursor: pointer;
}

.icon:hover {
	background: rgba(255, 255, 255, 0.5);
}

.icon img {
	width: 100%;
}

.icon img.invisible {
	display: none;
}

.icon:hover img:not(.visible) {
	display: none;
}

.icon:hover img.invisible {
	display: block;
}

.logotype img {
	width: 100%;
}

.logotype {
	width: 720px;
	margin: auto;
	display: block;
	position: relative;
	padding-top: 50px;
}

.clearfix {
	width: 100%;
	height: 1px;
	clear: both;
	display: block;
}

h1, h2 {
	text-align: center;
	margin: 0;
}

h2 {
	font-weight: 400;
	text-transform: uppercase;
}

body h1 {
	font-size: 2em;
}

body h2 {
	font-size: 1.15em;
}

body#big0 h1 {
	font-size: 2em;
}

body#big0 h2 {
	font-size: 1.15em;
}
body#big1 h1 {
	font-size: 2.5em;
}

body#big1 h2 {
	font-size: 1.75em;
}

body#big2 h1 {
	font-size: 3em;
}

body#big2 h2 {
	font-size: 2em;
}

body#big3 h1 {
	font-size: 3.5em;
}

body#big3 h2 {
	font-size: 2.15em;
}

/**/
body#big-1 h1 {
	font-size: 1.5em;
}

body#big-1 h2 {
	font-size: 1em;
}

body#big-2 h1 {
	font-size: 1em;
}

body#big-2 h2 {
	font-size: 0.75em;
}

body#big-3 h1 {
	font-size: 0.75em;
}

body#big-3 h2 {
	font-size: 0.5em;
}

.information {
    width: calc(100% - 53px);
    padding: 15px;
    text-align: center;
    display: table;
    margin-top: 15px;
    border: 1px solid white;
    background: #7e1313;
    margin: 11px;
	position: relative;
	top: 10%;
	display: none;
}

aside.menus {
	position: fixed;
	top: 0;
	right: -210px;
	width: 210px;
	height: 100%;
	background: #444;
}

aside.menus.deactive {
	animation-name: deactivation;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

aside.menus.active {
	animation-name: activation;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

@keyframes activation {
  from {right: -210px;}
  to {tight: 0;}
}

@keyframes deactivation {
  from {right: 0;}
  to {tight: -210px;}
}

aside.menus.active {
	right: 0;
}

aside.menus button {
	width: 90%;
	float: left;
	height: 40px;
	margin-left: 5%;
}

.sr-only {
	display: none;
}

aside.menus button {
	border: 1px solid #fff;
	background: white;
	box-shadow: none;
	cursor: pointer;
	margin-top: 10px;
	background: #444;
	padding: 0;
	color: white;
}

#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

header  {
	position: relative;
	z-index: 3;
}

aside {
	z-index: 4;
}

section {
	position: relative;
	z-index: 2;
}

small {
	font-size: 85%;
}

body.high-contrast footer {
	display: none !important;
}

.parallax-layer {
    position: absolute;
}