/***************** GLOBAL *****************/
html{	
	font-size: 10px;
}
body, html{
	height:100%;
	margin: 0;
	padding: 0;
	background: #393e46;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	line-height: inherit;
	color: #eeeeee;
}
body {    
	overflow-x: hidden;
	position:relative;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility !important;
}

div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, dd, dt, ul, li, label, article, details, footer, header, menu, nav, input, textarea, select, button, form, figure, figcaption, fieldset {
	font-family: inherit;
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
div, p, a, li, td { 
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a, input, textarea, button, i, optgroup, select{
	-webkit-appearance: none !important;
	font-family: inherit;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

* {
	outline: 0;
	-webkit-appearance: none;
	text-decoration: none;
	
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
u {
	text-decoration: underline;
}

::selection,
::-moz-selection {
	background-color:#393e46;
	color:$white;
}

ul, li{
	list-style:none;
	margin: 0;
}
img, svg, picture{
	display: block;
	max-width:100%;
}

.mainDiv {
	background:#393e46;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 10;
}
.row1 {
	width: 100%;
	height: 100%;
	display: table-row;
	
	& > .div_table_cell{
		vertical-align: top;
	}
}
.row2 {
	width: 100%;
	height: 100%;
	display: table-row;
	
	& > .div_table_cell{
		vertical-align: bottom;
	}
}
.div_100 {
	display: table;
	width: 100%;
	table-layout: fixed
}
.divs_50{
	display:table-cell;
	vertical-align:middle;
	height: 100%;
	width:50%;
}
.div_table_cell{
	display:table-cell;
	vertical-align:middle;
	width: 100%;
	height: 100%;
}
.outer {
	padding: 20px;
	height: 100%;
}
.align-center {
	text-align: center;
}
.logo {
	margin-bottom: 2rem;
}
.logo img {
	margin: auto;
}

.tit, .tit2 {
	font-family: 'Megrim', cursive;
	font-size: 38px;
	line-height: normal;
	padding: 5px 0;
}
.tit2 {
	font-family: 'Megrim', cursive;
	font-size: 16px;
	padding-bottom: 30px;
}
h3 {
	font-size: 1.7rem;
	font-weight: 400;
}
h3 a {
	text-transform: none;
	text-decoration: none;
	color: #c9c9c9;
}
h3 a:hover {
	color: #ffffff;
}


