html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

body {
	background-color: #222;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=);
	background-repeat: repeat;
	font-family: 'PT sans narrow', sans-serif;
	font-size: 16px;
	color: #fff;
}


.share {
	position: absolute;
	bottom: 20px;
	left: 24px;
	margin: 0;
	z-index: 1;
	font-size: 0.9em;
}

.credit {
	position: absolute;
	bottom: 40px;
	right: 24px;
	margin: 0;
	z-index: 1;
	font-size: 0.9em;
}

.credit a {
	color: #fff;
	font-weight:normal;
	text-decoration: none;
}

.layer {
	text-align: right;	
	text-shadow: 1px 1px 0px rgba( 0, 0, 0, 0.1 );
	
}

.layer h2 {
	position: relative;
	top: 0%;
	padding-right:8%;
	font-size: 2.35em;
}
.layer h3 {
	position: relative;
	top: 0%;
	font-size: 0.9em;
	padding-right:8%;
}

.layer p {
	position: relative;
	top: 30%;
	margin: 0;
}

.img .boreales{
	position: relative;
	top: 5%;
	display:block;
	max-height:600px;
	box-shadow :1px 1px 1px rgba( 0, 0, 0, 1 ); 
}

.layer.one {
	background:#000;
}

.layer.two {
	background: #95dc84;
	box-shadow:1px 1px 2px rgba( 0, 0, 0, 1 );
}

.layer.three {
	background: #64b9d2;
}

.bullets {
	position: absolute;
	width: 100%;
	bottom: 20px;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index:100;
}

	.bullets li {
		display: inline-block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		margin: 0 3px;

		background: rgba( 255, 255, 255, 0.5 );
		box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.2 );
		cursor: pointer;

		-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	}

		.bullets li:hover {
			background: rgba( 255, 255, 255, 0.8 );
		}

		.bullets li.active {
			cursor: default;
			background: #fff;
		}
		
		
@media all and (max-width:1024px) {
	body {
	font-size: 12px;
	}
	
	.img .boreales{
	position: relative;
	top: 5%;
	display:block;
	max-height:500px;
	box-shadow :1px 1px 1px rgba( 0, 0, 0, 1 ); 
}

	.layer h2 {
		font-size: 2.5em;
	}

	.bullets li {
		margin: 0 6px;
	}

	

	.share,
	.github-ribbon {
		display: none;
	}
}

@media screen and (max-width:800px) {
	body {
		font-size: 12px;
	}
	
	.img .boreales{
	position: relative;
	top: 5%;
	display:block;
	max-height:400px;
	box-shadow :1px 1px 1px rgba( 0, 0, 0, 1 ); 
	}

	.layer h2 {
	font-size: 2.5em;
	}

	.bullets li {
		margin: 0 6px;
	}

	

	.share,
	.github-ribbon {
		display: none;
	}
}

@media screen and (max-width:320px) {
	body {
		font-size: 12px;
	}
	
	.img .boreales{
	position: relative;
	top: 30%;
	display:block;
	width:320px;
	box-shadow :1px 1px 1px rgba( 0, 0, 0, 1 ); 
	}

	.layer h2 {
	top:20%;
		font-size: 2.5em;
	}

	.bullets li {
		margin: 0 6px;
	}

	

	.share,
	.github-ribbon {
		display: none;
	}
}
