<link href="style.css" rel="stylesheet" type="text/css" media="screen" />

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#bg { 
	z-index: -30;
	position: fixed; 
	top: 0; 
	left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: 'Arvo', serif;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
background-color: #DFE2C7;
color: #DFE2C7;
/*background-color: #0F0909;*/
}

h3 {
	font-size: 300%;
	margin: 0;
	padding: 5px;
	color: #2ECC71;
}
.break
{
	background-color: #27ae60;
	background-position: center;
	width: 80%;
	height: 4px;	
	margin: 10px 0px 10px 0px;
}

.head-img{
	text-align:center;
    margin-left: auto;
    margin-right: auto;
	vertical-align: middle;
	margin: 40px;
}

.fuelBreak
{
	height: 90px;
	min-width: 150px;
	max-width: 1142px;
	text-align:center;
 	margin: 0 auto;
	vertical-align: middle;
	background-color: #D80F81;
}

.phantomBreak
{
	height: 90px;
	min-width: 150px;
	max-width: 1142px;
	text-align:center;
 	margin: 0 auto;
	vertical-align: middle;
	background-color: #202C3A;
}
 
.social
{

	padding: 3px 0px 2px 0px;
	max-width: 530px;
	min-height: 129px;
	margin: 50px auto;
	list-style: none;
	text-align: center;	
	/*background-color: #2E1C1C;*/
	
}

.crossfade 
{
 position:relative;
  height:128px;
  width:128px;
  margin:0 0;
}

.crossfade img {
  position:absolute;  
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.crossfade img.top:hover {
  opacity:0;
}

.social1 
{
	left:-263px;
}
.social2 
{
	left:-131px;
}
.social3 
{
	left:1px;
}
.social4 
{
	left:133px;
}
.grid {
	padding: 15px 0px 15px 0px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;	
}

.grid li {
	display: inline-block;
	margin: 0;
	padding: 5px;
	/*text-align: left;*/
	position: relative;
	background-color: #2E1C1C;
}
.grid li:hover figcaption{
	opacity: 1;

}
.grid figure {
	margin: 0;
	width: 560px;
	height: 340px;
	position: relative;
	/*padding: 1px 1px;*/
}

.grid figure img {		
	max-width: 100%;
	display: block;    
	position: relative;
	margin: 0 auto;
}

.grid figcaption {

	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	background: #2E1C1C;
	color: #BCBE8C;
	height: 340px;
	width: 561px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}

.grid figcaption h3 {
	font-size: 150%;
	margin: 0;
	padding: 5px;
	color: #DFE2C7;
}
.grid figcaption p {	
	padding: 1px;	
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding:2px 5px;
	border-radius: 2px;
	display: inline-block;
	background: #6E703F;
	color: #DFE2C7;
}

.links
{
	text-align: center;
	padding:2px 5px;
	border-radius: 2px;
	display: inline-block;
	background: #2E1C1C;
	color: #DFE2C7;
}

figure { 
  display: block; 
  position: relative; 
  float: left; 
  overflow: hidden; 
  margin: 0 20px 20px 0;
}
figcaption { 
  position: absolute; 
  background: rgba(0,0,0,0.75); 
  color: white; 
  padding: 10px 20px; 
  opacity: 0;
  height: 260px;
  width: 561px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;

}
figure:before {   
  position: absolute; 
  font-weight: 800; 
  background: rgba(255,255,255,0.75); 
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius:    12px;
  border-radius:         12px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.2s ease;
  opacity: 0.75;	
}

figure:hover:before {
  opacity: 0;
}

@media screen and (max-width: 31.5em) {
    .grid {
        padding: 10px 10px 100px 10px;
    }
    .grid li {
        width: 100%;
        min-width: 300px;
    }
}