body {
	max-width: 640px;
	padding: 1em;
	font-size: 1.2em;
	line-height: 1.3;
    background-color: #0036A5;
}

html, body {
	height: 100%;
}

html {
	display: table;
	margin: auto;
}

body {
	display: table-cell;
	vertical-align: middle;
}

h1 {
    color: #7187CD;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 1.5em;
    font-weight: 500;
    font-style: normal;
	margin-top: 0;
}

h2 {
	font-family: sans-serif;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

p, li {
    color: #7187CD;
	font-size: 20px;
	font-size: .90rem;
    font-size: 1.5em;
	line-height: 20px;
	line-height: .9375rem;
	font-weight: 500;
	font-style: normal;
	font-family:  'Helvetica', 'Arial', sans-serif;
}

p.deck::after {
	display: block;
	width: 40%;
	height: 1px;
	background: #D8D8D8;
	content: " ";
	margin-top: 40px;
	margin-bottom: 40px;
}

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

a:hover {
	color:#333333; 
	text-decoration:none; 
	cursor:pointer;  
}

img {
	max-width: 100%;
}

ul {
	margin-top: 0;
	margin-bottom: 2em;
	padding-left: 1.2em;
}

ul > ul {
	margin-bottom: 0.8em;
}

li {
	margin-bottom: 0.4em;
}

body {
    max-width: 640px;
    padding: 1em;
    font-size: 1.2em;
    line-height: 1.3;
    background-color: #0036A5;
    position: relative;
    margin: 0; /* Ensure no margin at the bottom */
}

html, body {
    height: 100%;
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #0036A5; /* Matches the body background */
    padding: 1em 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

a.join-beta {
    color: #7187CD; /* White text color for visibility */
    text-decoration: none;
    font-size: 1.2em;
}

a.join-beta:hover {
    color: #CCCCCC;
}

@media only screen and (max-device-width: 480px) {
	body {
		max-width: 480px;
		margin: 0 auto;
		font-size: 17px;
	}

	ul {
		padding-left: 1.3em;
	}

	ul > ul {
		padding-left: 0;
		list-style-type: none;
	}
}

@font-face {
	font-family: 'Helvetica';
	src: url('fonts/helvetica/Helvetica.ttf') format('truetype');
}
