@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%%;
	margin: 0;
	height: auto;
}

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

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

#tagline p {
	width: 55%;
	font-size: 18px;
	font-weight: 400;
	color: red;
	line-height: 1.4;
}

#arrow-down {
	margin-top: 0;
	background: url(images/arrow-down.png);
	background-size: 87px 45px;
	background-repeat: no-repeat;
	height: 45px;
	width: 87px;
	float: left;
	position: absolute;
	z-index: 1000;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

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

#button-donate {
	margin: 0;
	background: url(images/button_donate.png);
	background-repeat: no-repeat;
	height: 106px;
	width: 239px;
	margin-right: 68px;
	display: inline-block;
	overflow: hidden;
}

#button-donate:hover 
{
	background-position: 0 -106px;
}

#button-donate:active
{
	background-position: 0 -212px;
}

#button-download {

	margin: 0;
	background: url(images/button_download.png);
	background-repeat: no-repeat;
	height: 106px;
	width: 419px;
	display: inline-block;
	overflow: hidden;
}

#button-download:hover 
{
	background-position: 0 -106px;
}

#button-download:active
{
	background-position: 0 -212px;
}

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

#sub-header {
	font-size: 40px;
	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: 60px;
	margin-bottom: 30px;
	width: 340px;
	position: relative;
	display: inline-block;
	margin-left: 2.5%;
	margin-right: 2.5%;
	vertical-align: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* iPad image fix */

@media (max-width: 1024px)
{
	#obsidian {
		width: 100%;
		height: auto;
		margin-top: 80px;
		background: url(images/obsidian-mobile.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
}

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

	#obsidian {
		width: 100%;
		height: auto;
		margin-top: 80px;
		background: url(images/obsidian.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	
	#arrow-down {
		margin-top: 0;
		background: url(images/arrow-down@2x.png);
		background-size: 87px 45px;
		background-repeat: no-repeat;
		height: 45px;
		width: 87px;
	}

	#button-donate {
		margin: 0;
		background: url(images/button_donate@2x.png);
		background-repeat: no-repeat;
		background-size: 239px 318px;
		height: 106px;
		width: 239px;
		margin-right: 68px;
		display: inline-block;
		overflow: hidden;
	}
	
	#button-donate:hover 
	{
		background-position: 0 -106px;
	}
	
	#button-donate:active
	{
		background-position: 0 -212px;
	}

	#button-download {
		margin: 0;
		background: url(images/button_download@2x.png);
		background-repeat: no-repeat;
		background-size: 419px 318px;
		height: 106px;
		width: 419px;
		display: inline-block;
		overflow: hidden;
	}
		
	#button-download:hover 
	{
		background-position: 0 -106px;
	}
	
	#button-download:active
	{
		background-position: 0 -212px;
	}
	
	#puff_1 {
		background: url(images/puff-1@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
		background-position-x: 30px;
	}
	
	#puff_2 {
		background: url(images/puff-2@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
		background-position-x: 30px;
	}
	
	#puff_3 {
		background: url(images/puff-3@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
		background-position-x: 30px;

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

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

	}
	
	#puff_6 {
		background: url(images/puff-6@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
		background-position-x: 30px;
	}
	
	#puff_7 {
		background: url(images/puff-7@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
		background-position-x: 30px;
	}
	
	#puff_8 {
		background: url(images/puff-8@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
		background-position-x: 30px;
	}
	
	#puff_9 {
		background: url(images/puff-9@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
		background-position-x: 30px;
	}
	
	#restore_1 {
	background: url(images/restore-1@2x.jpg);
	background-repeat: no-repeat;
	background-size: 280px 280px;
	background-position-x: 30px;
	}
	
	#restore_2 {
		background: url(images/restore-2@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
		background-position-x: 30px;
	}
	
	#restore_3 {
		background: url(images/restore-3@2x.jpg);
		background-repeat: no-repeat;
		background-size: 280px 280px;
		background-position-x: 30px;
	}
	
	/* iPad image fix */ 
	
	@media (max-width: 1024px)
	{
		#obsidian {
			width: 100%;
			height: auto;
			margin-top: 80px;
			background: url(images/obsidian-mobile.jpg);
			background-repeat: no-repeat;
			background-size: 100% auto;
		}
	}
}