html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
\dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; 
	vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: '';content: none;}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {	border-collapse: collapse; border-spacing: 0; }

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

*	{	
	margin:0; padding:0;
}

html	{ 	
	background: #599FC2;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
}

body {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#container {
  max-width: 700px; 
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #e7f7fc;
  flex-grow: 1;
}

#logo {
  text-indent: -9999px;
  width: 266px;
  height: 101px;
  background: url(../img/logo2.svg) no-repeat;
  background-size: contain;
  margin: 0;
}

#touch {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 16px;
  color: #abcfe0;
}

h2	{
	max-width: 620px;
    width: 100%;
	text-align: center;
	font-size: 26px; 
	line-height: 35px;
	margin: 0 auto;
	font-weight: normal;
	margin-bottom: 30px;
}

h2 strong {
	color: #abcfe0;
}

h3 {
    width: 100%;
	text-align: center;
	font-weight: normal;
	margin-top: -10px;
}

p	{
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	margin: 0 auto;
}

a	{
	color: #ffb46f;
	text-decoration: none;
} 	

@media only screen and (max-device-width: 480px) {
  	#logo	{	
    	text-indent: -9999px;
    	width: 532px;
    	height: 202px;
    	background: url(../img/logo2.svg) no-repeat;
    	background-size: contain;
    	margin: 40px auto 50px;
    }
    
    #touch {
    	font-size: 36px;
    	line-height: 36px;
    	color: #abcfe0;
        white-space: nowrap;
        padding-bottom: 20px;
    }	
}