@charset "UTF-8";
/* 
#html, body {height: 100%;}

 */

.logo{
	min-width: 100px;
	min-height: 100px;
	max-width: 250px;
	max-height: 500px;	
}

.hamburger{
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
 
.error_block{
 	text-align: center;
    font-size: 30px;
    color: red;
}
 
.full_height{
	height: 100%;
}

.ninety_height{
	height: 90%;
}

.max_ninety_nine_width{
	max-width: 99%;
}
 
 
.text_white{
	color: #FFFFFF;
}

.link_color_dark{
	color: #FF4081;
}

.dark_purple{
	color:#BB86FC;
}

.button_dark{
	background-color: #BB86FC;
	color: #FFFFFF;
}

.text_center{
	text-align: center;
}
