@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/Dots.png);
	background-size:13px;
	background-color:#fff;
	margin-top:0;
	margin-bottom:0;
	font-family: 'Roboto', sans-serif;
	color:#929497;
}

a{
	text-decoration:none;
	color:#929497;
}

#container{
	-webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;
	width:100%;
	height:100vh;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}

#gate{
	height:230px;
	width:480px;
	margin:auto;
	sackground-color:#396;
 	position:relative;
  	top:50%;
  	transform:translateY(-50%);
	display:block;
}

.logo{
	height:166px;
	width:143px;
	display:inline;
	float:left;
}

.logo_image{
	background-image:url(../images/logo_medium.jpg);
	height:157px;
	width:135px;
	background-repeat:no-repeat;
	background-size:contain;
	float:left;
	border:solid;
	border-width:1px;
	border-color:#929497;
}

.logo_shadow{
	height:157px;
	width:135px;
	background-color:#929497;
	margin-top:8px;
	margin-left:8px;
}

.text{
	margin-top:84px;
	display:inline;
	float:right;
	display:inline;
	font-size:28px;
	font-style:italic;
	text-align:left;
}

.text1{
	font-weight:900;
}

.text p{
	margin-top:0;
	margin-bottom:0;
}

.button{
	width:84px;
	height:30px;
	font-size:16;
	display:inline-block;
	margin:auto;
	margin-top:230px;
}

.button_text{
	width:78px;
	height:24px;
	background-color:#FFF;
	border:solid;
	border-width:1px;
	border-color:#929497;
	float:left;
}

.button_text P{
	margin-top:0;
	position:relative;
  	top:50%;
  	transform:translateY(-50%);
	font-style:italic;
}

.button_shadow{
	width:78px;
	height:24px;
	margin-top:6px;
	margin-left:6px;
	background-color:#929497;
}

.button:hover > .button_text{
	background-color:#929497;
	color:#FFF;
}

.button:hover > .button_shadow{
	background-color:#FFF;
	border:solid;
	border-width:1px;
	border-color:#929497;
}