﻿/*	.story
============================== */

div.story article {
	text-align:left;
}
div.story article header {
	text-align:center;
}
div.story article header h2,div.story article header h3, div.story article header p {
	line-height:1.25;
}
div.story article header h2, div.story article header p {
	font-family:'Damion';
	font-weight:normal;
}
div.story article header h2 {
	margin-bottom:-0.4em;
	margin-left:-1.25em;
}
div.story article header h3 {
	color:#ff66b2;
	color:#80ccff;
	display:inline-block;
	background-color:#000;
	padding:0 0.5em;
	margin-right:-7.5em;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
div.story article div.txt {
	background-color:hsla(0,0%,100%,0.75);
}
div.story article header p span {
	background-image: linear-gradient(transparent 70%, hsla(330,100%,70%,0.4) 70%);
	background-image: linear-gradient(transparent 70%, hsla(60,100%,65%,0.8) 70%);
	padding:0 0.5em;
}
div.story article div.txt div.btn {
	text-align:center;
}
div.story article div.txt div.btn a {
	background-color:#000;
	background-image:-webkit-radial-gradient(#222 20%, transparent 20%), -webkit-radial-gradient(#222 20%, transparent 20%);
	background-image:radial-gradient(#222 20%, transparent 20%), radial-gradient(#222 20%, transparent 20%);
	background-size:40px 40px;
	background-position:0 0, 20px 20px;
	color:hsla(60,100%,65%,1);
	display:inline-block;
	padding:1em 3em;
	text-decoration:none;
	line-height:1.25;
	-webkit-box-shadow:5px 5px 0 0 hsla(60,100%,65%,1);
	box-shadow:5px 5px 0 0 hsla(60,100%,65%,1);
}
@media all and (min-width: 768px) {
div.story {
	padding:40px 0;
}
div.story article {
	width:80%;
	max-width:800px;
	margin:0 auto;
}
div.story article header {
	margin-bottom:30px;
}
div.story article header h2 {
	font-size:500%;
}
div.story article header h3 {
	font-size:150%;
}
div.story article header p {
	font-size:200%;
}
div.story article div.txt {
	padding:30px;
}
div.story article div.txt div.btn a {
	font-size:125%;
}
}
@media all and (max-width: 767px) {
div.story {
	padding:25px 20px;
}
div.story article header {
	margin-bottom:20px;
}
div.story article header h2 {
	font-size:12vw;
}
div.story article header h3 {
	font-size:3.5vw;
}
div.story article header p {
	font-size:5vw;
}
div.story article div.txt {
	padding:20px;
}
div.story article div.txt div.btn a {
	font-size:87.5%;
}
}
