body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

strong {
	font-weight: 600;
}

.coming_soon {
	font-size: 21px;
	text-transform: uppercase;
	padding-bottom: 30px;
	font-weight: 600;
}

.helper {
    height:50%;
    width:100%;
    margin-bottom:-122px;
    min-height: 122px;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
	background-color: #ea272e;
}
.logo {
    margin: 0 auto;
    width: 95%;
	max-width: 300px;
  	height: auto;
    display: block;
	border:0;
	padding-bottom: 30px;
}
.intro {
	color: #fff;
	padding: 30px 5px;
	margin: 0 auto;
	max-width: 300px;
}
.contact {
	color: #fff;
	font-size: 16px;
	padding: 0 5px;
	margin: 0 auto;
	max-width: 300px;
}
.email a {
	color: #2373a8;
	text-decoration: none;
}
.highlight {
	color:#cab782;
}
.appleLinks a {color:#2373a8; text-decoration: none;}