@charset "UTF-8";

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

a:link {
	text-decoration: none;
	color: #6293d9;
}

a:visited {
	text-decoration: none;
	color: #6293d9;
}

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

a:hover {
	text-decoration: none; 
	color: #7bb8ff;
}

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

#header {
	font-size: 70px;
	font-weight: 100;
	color: black;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

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

#tagline p {
	color: red;
	width: 80%;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

#arrow-down {

}

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

#warning {
	background-color: #ffe566;
	padding-top: 15px;
	padding-bottom: 15px;
}

#warning-text {
	width: 80%;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: black;
	line-height: 1.4;
}

#donate-text {
	padding-top: 15px;
}

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

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

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

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

#sub-header {
	font-size: 30px;
	font-weight: 200;
	color: black;
	margin-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
}


#section_1 {
	background-color: white;
}

#section_2 {
	background-color: #f5f5f5;
}


.puff {
	margin-top: 45px;
	margin-bottom: 15px;
	width: 280px;
	position: relative;
	display: inline-block;
	margin-left: 2.5%;
	margin-right: 2.5%;
	vertical-align: top;
}

.puff h1{
	margin-top: 300px;
	font-size: 16px;
	font-weight: 400;
	color: black;
	line-height: 1.4;
}

#puff_1 {
	background: url(images/puff-1.jpg);
	background-repeat: no-repeat;
}

#puff_2 {
	background: url(images/puff-2.jpg);
	background-repeat: no-repeat;
}

#puff_3 {
	background: url(images/puff-3.jpg);
	background-repeat: no-repeat;
}

#puff_4 {
	background: url(images/puff-4.jpg);
	background-repeat: no-repeat;
}

#puff_5 {
	background: url(images/puff-5.jpg);
	background-repeat: no-repeat;
}

#puff_6 {
	background: url(images/puff-6.jpg);
	background-repeat: no-repeat;
}

#puff_7 {
	background: url(images/puff-7.jpg);
	background-repeat: no-repeat;
}

#puff_8 {
	background: url(images/puff-8.jpg);
	background-repeat: no-repeat;
}

#puff_9 {
	background: url(images/puff-9.jpg);
	background-repeat: no-repeat;
}

#restore_1 {
	background: url(images/restore-1.jpg);
	background-repeat: no-repeat;
}

#restore_2 {
	background: url(images/restore-2.jpg);
	background-repeat: no-repeat;
}

#restore_3 {
	background: url(images/restore-3.jpg);
	background-repeat: no-repeat;
}

#footer {
	background-color: #f5f5f5;
	margin-top: 60px;
	padding-top: 30px;
	color: #808080;
	font-size: 13px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}


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


	#arrow-down {

	}

	#button-donate {
		margin: 0;
		background: url(images/button_donate_mobile@2x.png);
		background-repeat: no-repeat;
		background-size: 145px 64px;
		height: 64px;
		width: 145px;
		margin-right: 39px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
	#button-download {
	
		margin: 0;
		background: url(images/button_download_mobile@2x.png);
		background-repeat: no-repeat;
		background-size: 254px 64px;
		height: 64px;
		width: 254px;
		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;
	}
	
	#puff_7 {
		background: url(images/puff-7@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
	}
	
	#puff_8 {
		background: url(images/puff-8@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
	}
	
	#puff_9 {
		background: url(images/puff-9@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
	}
	
	#restore_1 {
	background: url(images/restore-1@2x.jpg);
	background-repeat: no-repeat;
	background-size: 280px 280px;
	}
	
	#restore_2 {
		background: url(images/restore-2@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
	}
	
	#restore_3 {
		background: url(images/restore-3@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
	}
}