body{
	font-size: 14px; 
	color: #fff;		
	background: #738c99;
	font-family:Roboto;
}

#popup {
	padding:0 25px;
}

p{
	margin-bottom: 1em;
	line-height: 1.6em;
}

h1, h2, h3, h4, h5{
	font-weight: 100;
	color: #fff;
	margin-bottom: 1em;
}

h1 {
	font-size: 50px;	
}

h2{
	font-size: 25px;
	&.subtitle{
		color: #888;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 300;
	}
}

h3{
	font-size: 16px;
	margin-bottom: .5em;
	line-height: 1.1em;
}

h4{
	font-size: 18px;
}

h5{
	font-weight: 600;
	font-size: 15px;
}

ul{
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	li{
		margin: 0 0 1em -15px;
		padding: 0 0 0 15px;
		background: url(../img/bullet.png) no-repeat 0 3px;
	}
}

aside{
	display: none;
}
