/*---[ SITE FONTS ] ---*/
/*-- ProximaNova --*/
@font-face {
  font-family: "proxima-nova";
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Bold.otf')  format('opentype'),
	     url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf')  format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf')  format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*--- [ RESET STYLES] ---*/
html,body,.wrapper {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:"proxima-nova";
	font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
}
p {
	font-size: 1.125em;
}
h1,.comingsoon-wrap__call strong,.comingsoon-wrap__call strong,.comingsoon-wrap__email strong {
	font-size: 1.500em;
	font-weight:600;
	line-height: 1.25;
}

/*--- [ Coming Soon Page] ---*/
.comingsoon-wrap {
	background-color: #062234;
	width:100%;
	height:100%;
	text-align:center;
	color: #fff;
	display:flex;
	align-items: center;
	justify-content: center;
}
.comingsoon-wrap__call strong,.comingsoon-wrap__email strong {
	display: block;
	font-size:1.333em;
	margin-top: 7px;
}
.comingsoon-wrap__call strong a,.comingsoon-wrap__email strong a {
	color: #fff;
	text-decoration: none;
}
.comingsoon-wrap__inner .logo {
    margin-bottom: 58px;
}
.comingsoon-wrap__inner h1 {
    margin-bottom: 44px;
}
p.comingsoon-wrap__call {
    margin-bottom: 20px;
}

@media (max-width:680px){
    img.logo__img {
		width: calc(100% - 20px);
	}
}

@media (max-width:480px){
	body {
		font-size: 12px;
	}
	.comingsoon-wrap__inner .logo {
		margin-bottom: 18px;
	}
	.comingsoon-wrap__inner h1 {
		margin-bottom: 4px;
	}


}