html {
}
body {
	margin: 0px;
	color: black;
	font-size: 24px;
	background-color:#233746;
	font-family: 'BebasNeue Book';
}
p {
	margin: 0px;
	margin-bottom: 24px;
}
a {
	color: #222222;
	text-decoration: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
b, strong {
	font-weight: normal;
}
.page_container{
	padding:65px;
	height: 100vh;
	min-height:550px;
}
.page_container .page_container_wrapper{
	border:1px solid #00BAD2;
	height: 100%;
	position: relative;
}
.coming_soon_text{
	font-size:49px;
	position:absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 2;
}
.coming_soon_text span{
		padding:0px 46px;
		background-color:#233746;
		display: inline-block;
		color: white;
		margin-top: 44px;
		letter-spacing: 5px;
}
.logoandname{
    text-align: center;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.logoandname img{}
#cursor{
	position:absolute;
}
.information{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 25%;
    line-height:23.8px;
    font-size:20px;
    margin-bottom: -35px;
    min-height: 69px;
}
.information .information_item,.information .information_item a{
    color: white;
}
.information label{
    font-family: 'BebasNeue Regular';
    color: #00BFD5;
}
.cursor_container{
	width:300px;
	height:103px;
	margin:auto;
}
@media screen and (max-width: 600px) {

.page_container {
padding: 25px;
}
.coming_soon_text{
	top:25%;
}
.coming_soon_text span{
	padding:0px 20px;
	font-size:40px;
	margin-top: -20px;
}
.logoandname img{
	width:200px
}
.page_container {
    min-height: 430px;
}
}
