@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&subset=latin-ext');
@font-face {
	font-family: 'Bebas';
	src: url('../fonts/BebasNeueBold.eot');
	src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
	    url('../fonts/BebasNeueBold.woff2') format('woff2'),
	    url('../fonts/BebasNeueBold.woff') format('woff'),
	    url('../fonts/BebasNeueBold.ttf') format('truetype'),
	    url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
	font-weight: bold;
	font-style: normal;
}


@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HelveticaNeueLTCom-HvEx.eot');
    src: url('../fonts/HelveticaNeueLTCom-HvEx.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTCom-HvEx.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTCom-HvEx.woff') format('woff'),
        url('../fonts/HelveticaNeueLTCom-HvEx.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLTCom-HvEx.svg#HelveticaNeueLTCom-HvEx') format('svg');
    font-weight: 900;
    font-style: normal;
}

body {
    background: #F5F5F5;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.comingSoon{
	position: relative;
	min-height: 100vh;
}

.comingSoon__top-column a{
	color: #FFFFFF;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
}

.comingSoon__top-column a:hover{
	color: #E94444;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
}

.comingSoon__top-column a:focus{
	color: #FFFFFF;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
}

p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
}

p + p{
	margin-top: 20px;
}

span {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
    display: block;
}

p + span{
	margin-top: 30px;
}

.comingSoon__top-column {
    background: #222222;
    color: #FFF;
}

.comingSoon__top-img{
	padding-left: 0;
}

.comingSoon__top-img img{
	width: 100%;
}

.comingSoon__top-address img {
    width: 235px;
    display: block;
    margin-bottom: 50px;
}

h1 {
    font-family: 'Helvetica';
    text-transform: uppercase;
    color: #E94444;
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
}

h2{
	font-family: 'Bebas';
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.2;
}

.comingSoon__heading-container{
	padding-bottom: 325px;
}

.comingSoon__heading{
	padding: 18vh 0;
}

.comingSoon__contact{
	background: #EEEEEE;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 20px 100px 20px;
}

.comingSoon__contact a{
	color: #222222;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
}

.comingSoon__contact a:hover{
	color: #E94444;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
}

.comingSoon__contact a:focus{
	color: #222222;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
}

.contact_email{
	margin-top: 70px;
}

@media screen and (max-width: 1440px) {
	h1{
		font-size: 40px;
	}
}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1200px) {
	h1{
		font-size: 34px;
	}

	p{
		font-size: 16px;
	}

	p + p{
		margin-top: 18px;
	}

	.comingSoon__heading{
		padding: 15vh 0;
	}

	.contact_email{
		margin-top: 67px;
	}
}

@media screen and (max-width: 1024px) {
	h1{
		font-size: 28px;
	}

	.comingSoon__top-img{
		padding-right: 0;
	}

	.comingSoon__top-address, .comingSoon__top-opening{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 850px) {
	.comingSoon__contact{
		position: relative;
		top: initial;
		bottom: initial;
		left: initial;
		right: initial;
		padding: 30px 0;
	}

	.comingSoon__heading-container {
	    padding-bottom: 0;
	}
}

@media screen and (max-width: 640px) {
	h1{
		font-size: 22px;
	}

	h2{
		margin-bottom: 20px;
	}

	.comingSoon__top-address{
		justify-content: flex-start;
	}

	.comingSoon__top-address-container{
		display: block;
		width: 100%;
	}

	.comingSoon__top-address img {
		margin-left: auto;
		margin-right: auto;
	}

	.comingSoon__heading{
		padding: 80px 0;
	}

	.contact_email{
		margin-top: 30px;
	}

	.contact_fax{
		margin-top: 30px;
	}

	
}