#admin_bar {
	height:50px;
	background-color:rgba(0,0,0,0.75);
	color:#ffffff;
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:999;
	text-align:center;
	padding:10px;
}

.block {
  text-align: center;
}
 
.block:before {
  content: '\200B';
/*   content: '';
  margin-left: -0.25em; */
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
 }
 
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
 
.fixed {
	position:fixed;
}

.button.clear {
	margin: 0; 
	padding: 0;
}

.full {
	height: calc(100vh - 100px);
	margin-top: 100px;
}

.full_after_menu {
	height: calc(100vh - 250px);
}

.buttonheight {
	margin:25px 0 10px;
	max-height:100px;
}

.transform_button_height {
	max-height:0px;
	margin:0;
    transition: max-height 0.5s ease-in, margin 0.5s ease-in;
	-webkit-transition: max-height 0.5s ease-in, margin 0.5s ease-in;
	-moz-transition: max-height 0.5s ease-in, margin 0.5s ease-in;
	-ms-transition: max-height 0.5s ease-in, margin 0.5s ease-in;
}
	
.retransform_button_height {
	max-height:100px;
	margin:25px 0 10px;
    transition: max-height 0.5s ease-in, margin 0.5s ease-in;
	-webkit-transition: max-height 0.5s ease-in, margin 0.5s ease-in;
	-moz-transition: max-height 0.5s ease-in, margin 0.5s ease-in;
	-ms-transition: max-height 0.5s ease-in, margin 0.5s ease-in;
}

.transform_height {
	max-height:100px;
    transition: max-height 0.5s ease-in;
	-webkit-transition: max-height 0.5s ease-in;
	-moz-transition: max-height 0.5s ease-in;
	-ms-transition: max-height 0.5s ease-in;
}
	

.retransform_height {
	max-height:200px;
    transition: max-height 0.5s ease-in;
	-webkit-transition: max-height 0.5s ease-in;
	-moz-transition: max-height 0.5s ease-in;
	-ms-transition: max-height 0.5s ease-in;

}

.transform_text {
	font-size: 1.5em;
	transition:font-size 0.5s;
	 -moz-transition:font-size 0.5s;
	 -webkit-transition:font-size 0.5s;
	 -ms-transition:font-size 0.5s;	
}

.retransform_text {
	font-size: 1.1875em;
	transition:font-size 0.5s;
     -moz-transition:font-size 0.5s;
     -webkit-transition:font-size 0.5s;
     -ms-transition:font-size 0.5s;
}

@media print, screen and (min-width: 40em) {
	.retransform_text {font-size: 1.9375rem;}
	.transform_text {font-size: 2.25em;}
}
	
#body {
	display:none;
	width: 95vw;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#menu_block {
	padding-bottom: 10px;
}

#menu {
	margin:0 auto;
	padding: 0;
	z-index:998;
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	top:30vh;
	left:0;
	right:0;
	max-width: 1200px;
}

.fixedmenu {
	position:fixed!important;
	top:0!important;
	left:0!important;
	right:0!important;
	max-width: 1200px!important;
}

body {
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Mr Eaves Bold', sans-serif;
}

h1 {
	font-size:calc(2em + 4vw);
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 5em;
  }
}

p, a, body {
	font-family: 'M PLUS 1p Medium', sans-serif;
	text-align: justify;
}