/*
 Theme Name:   Coming soon
 Description:  Coming soon Theme
 Author:       JoinWeb
 Version:      2.0.0
*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	/*color: #020333;*/
	color: #eee;
	background: #333;
	font-size: 10px;
	line-height: 1.42857143;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
	border: 0;
}
.fullscreen {
	height: calc( 100vh - 90px );
	position: relative;
}
.centeredContent {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	z-index: 10;
	text-align: center;
}
.mainLogo {
	display: inline-block;
	width: 300px;
	max-width: 100%;
}
.centeredContent p {
	font-size: 1.8rem;
}

.footer {
	background: linear-gradient( transparent, #777);
	padding: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.contactInfo {
	text-align: right;
	font-size: 1.6rem;
}
.footer span {
	font-weight: 700;
}
a {
	text-decoration: none;
	color: #eee;
	transition: 0.5s;
}
a:hover {
	color: #00B0ED;
}