@charset "UTF-8";

body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", sans-serif;
}

a:link {
	text-decoration: none;
	color: #007AFF;
}

a:visited {
	text-decoration: none;
	color: #007AFF;
}

a:active {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none; 
	color: #35bbff
}

.spacer {
	width: 100%;
	height: auto;
}

#template {
	width: 100%;
	height: auto;
	margin-top: 35px;
	margin-bottom: 20px;
	background: url(images/template-mobile.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#header {
	font-size: 35px;
	font-weight: 500;
	color: black;
	margin-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
}

#tagline {
	font-size: 15px;
	font-weight: 300;
	color: black;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.4;
}

#buttons {
	width: 100%;
	margin-top: 35px;
}

#button-donate {
	margin: 0;
	background: url(images/button_donate_mobile.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 188px;
	margin-right: 0;
	margin-bottom: 15px;
	overflow: hidden;
}

#button-download {
	margin: 0;
	background: url(images/button_download_mobile.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 233px;
	overflow: hidden;
}

#divider
{
	background-color: #e5e5e5;
	width: 100%;
	height: 1px;
	margin-top: 35px;
}

#section_1 {
	background-color: white;
}

#section_2 {
	background-color: #f5f5f5;
}

#quote {
	font-size: 17px;
	font-weight: 300;
	color: black;
	margin-top: 35px;
	width: 80%;
	line-height: 1.4;
}
	
#mark-left {
	 display: none;
}
	
#mark-right {
	 display: none;
}

.puff {
	margin-top: 35px;
	margin-bottom: 0px;
	width: 280px;
	position: relative;
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
	vertical-align: top;
}

.puff h1{
	margin-top: 295px;
	font-size: 15px;
	font-weight: 300;
	color: black;
	line-height: 1.2;
}

#puff_1 {
	background: url(images/puff_1.jpg);
	background-repeat: no-repeat;
	background-size: 280px 280px;
}

#puff_2 {
	background: url(images/puff_2.jpg);
	background-repeat: no-repeat;
	background-size: 280px 280px;

}

#puff_3 {
	background: url(images/puff_3.jpg);
	background-repeat: no-repeat;
	background-size: 280px 280px;

}

#puff_4 {
	background: url(images/puff_4.jpg);
	background-repeat: no-repeat;
	background-size: 280px 280px;

}

#puff_5 {
	background: url(images/puff_5.jpg);
	background-repeat: no-repeat;
	background-size: 280px 280px;
}

#puff_6 {
	background: url(images/puff_6.jpg);
	background-repeat: no-repeat;
	background-size: 280px 280px;
}

#max {
	margin-top: 35px;
	margin-bottom: 0;
	width: 300px;
	position: relative;
	display: inline-block;
	margin-left: 3%;
	margin-right: 3%;
	vertical-align: top;
	background: url(images/max.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 160px 160px;
}

#max h1{
	margin-top: 175px;
	font-size: 13px;
	font-weight: 300;
	color: black;
	line-height: 1.4;
}

#footer {
	background-color: #f2f2f2;
	color: #808080;
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 35px;
	font-weight: 300;
}

/* Retina display images */
	
@media (moz-device-pixel-ratio: 2), (-webkit-device-pixel-ratio: 2), (moz-device-pixel-ratio: 3), (-webkit-device-pixel-ratio: 3), (moz-device-pixel-ratio: 4), (-webkit-device-pixel-ratio: 4) {

	#template {
		width: 100%;
		height: auto;
		margin-top: 35px;
		margin-bottom: 0;
		background: url(images/template-mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	#button-donate {
		margin: 0;
		background: url(images/button_donate_mobile@2x.png);
		background-repeat: no-repeat;
		background-size: 188px 64px;
		height: 64px;
		width: 188px;
		margin-right: 0;
		margin-bottom: 15px;
		overflow: hidden;
	}
	
	#button-download {
	
		margin: 0;
		background: url(images/button_download_mobile@2x.png);
		background-repeat: no-repeat;
		background-size: 233px 64px;
		height: 64px;
		width: 233px;
		overflow: hidden;
	}
	
	#puff_1 {
		background: url(images/puff_1@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
	}
	
	#puff_2 {
		background: url(images/puff_2@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
	}
	
	#puff_3 {
		background: url(images/puff_3@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;

	}
	
	#puff_4 {
		background: url(images/puff_4@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;

	}
	
	#puff_5 {
		background: url(images/puff_5@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;

	}
	
	#puff_6 {
		background: url(images/puff_6@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
	}
	
	#max {
		background: url(images/max@2x.jpg);
		background-repeat: no-repeat;
		background-size: 160px 160px;
		background-position: center top;
	}

}