html, body {
	background-color: #ffffff;
	text-align: center;
	height: 100%;
	font-weight: normal;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;	
}

html, body, div, span, table, td, img, figcaption, figure {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, details, figcaption, figure, img, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

embed, object, video {
	max-width: 100%;
}

.spacer {
	width: 1px;
	height: 1px;
}

a:focus { 
	outline: none; 
}

#page {
	width: 80%;
	display: block;
	margin: 40px auto;
	max-width: 600px;
	padding: 40px 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1rem;
	line-height: 1.4rem;
	color: #ffffff;
	box-sizing: border-box;
}

#page a {
	color: #e1261c;
}

#logo {
	width: 100%;
	max-width: 450px;
	margin: 0 auto 40px auto;	
}

.coming-soon-box {
     display: block;
     margin: 30px 0;
     padding: 10px 20px;
     background-color:#194f90;
     color:#ffffff;
     font-style:italic;
     font-size:1rem;
     text-align:center;
}

.default-view {
	display: block;
}

.phone-view {
	display: none;
}

@media screen and (max-width : 767px){

body {
	font-size: 85%;	
}

}