/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,button,input,select,textarea {color: #efefef;}
html { font-size: 16px; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
/* 	background: #fff url('/img/bg-wood.jpg') repeat fixed 50% 0; */
	background: #000 url('/img/bg-harpervw_dark.jpg') no-repeat fixed 50% 0;
	background-size: cover;
	font-family:'futura-pt',helvetica,arial,'sans-serif'; font-weight: 400; font-size: 100%; line-height: 1.3; text-align: center; 
	-webkit-transition: all .2s ease; 
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	padding-top: 3em;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	}

::-moz-selection { background: #2274ac; text-shadow: none;}
::selection { background: #b3d4fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ddd; margin: 1em 0; padding: 0; clear: both; }
img { vertical-align: middle;}

fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


h1, h2, h3, h4, h5 {
	font-weight: 700;
	line-height: 1.2;
	margin: .1em 0 .2em;
	text-align: center;
}
h1 { font-size: 300%; }
h2 { font-size: 225%; }
h3 { font-size: 175%; text-transform: uppercase; }
h4 { font-size: 130%; text-transform: uppercase; }
h5 { font-size: 100%; }

h1.enormo {
	font-size: 1000%;
	display: block;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1;
	z-index: 10000;
	-webkit-text-shadow: 2px 2px 4px rgba(0,0,0,0.4) ;
	-moz-text-shadow: 2px 2px 4px rgba(0,0,0,0.4) ;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	color: #fff;
/* 	color: #2274ac; */
	margin-bottom: .5em;
}

p {
	margin: 0 0 1.5em 0;
}


a, a:visited {
	font-weight: 700;
/* 	color: #2274ac; */
	color: #eee;
	text-decoration: underline;
}
a:hover { 
/* 	color: #48c; */
	color: #fff;
	text-decoration: none;
}

.enormo a {
	color: #fff;
/* 	color: #2274ac; */
	font-weight: 800;
	text-decoration: none;
}


/*-- basic structure
--------------------------------*/

#page {
	width: 100%;
	text-align: left;
}

.contain {
	width: 96%;
	margin: 0 auto;
	max-width: 1020px;
	position: relative;
}
.centro { text-align: center;}

#bottom {
	float: left;
	clear: both;
	margin: 0;
	padding: 1em 0;
  background: url('/img/bg-wood.jpg') repeat 50% 0;
}


/*-- fixed navbar
--------------------------------*/

#topnav, 
#bottom {
	background: #2274ac;
  background-image: -moz-linear-gradient(top, #3284bc, #004483);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3284bc), to(#004483));
  background-image: -webkit-linear-gradient(top, #3284bc, #004483);
  background-image: -o-linear-gradient(top, #3284bc, #004483);
  background-image: linear-gradient(to bottom, #3284bc, #004483);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
	color: #efefef;
	width: 100%;
}

#topnav {
	position: fixed;
	top: 0;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.3) ;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,.3) ;
	box-shadow: 0px 2px 3px rgba(0,0,0,.3) ;
	padding: .5em 0;
	line-height: 1.1;
	z-index: 10001;
}

#topnav a, #topnav a:visited {
	color: #efefef;
	text-decoration: none;
}
#topnav a:hover {
	color: #fff;
}
#topnav h3, .socials {
	margin: .2em 0;
}
#topnav h3 {
	float: left;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1;
}
.socials li {
	display: inline-block;
	margin-left: 6px;
}
.socials {
	padding: 0;
	margin: 0;
	float: right;
}
.socials li a img {
	width: 16px;
	height: auto;
}
#sitelink a {
	padding-left: 24px;
	background: url(/img/volkswagen_logo-sm.png) 0 50% no-repeat;
	background-size: contain;
}


/*-- content
--------------------------------*/

.main {
	width: 70%;
	margin: 0 auto;
	position: relative;
}

.main p {
	font-size: 110%;
}

/*-- list style
--------------------------------*/


.numlist {
	width: 60%;
	margin: 0 auto 1em;
}

.reason {
	width: 100%;
	clear: both;
	
}

.numlist h4 {
	display: inline-block;
	text-align: center;
	font-size: 200%;
	line-height: 2;
	width: 2em;
	padding: 0;
	background: #2274ac;
	color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px rgba(0,0,0,0.3) ;
	float: left;
	margin: 0 .5em .5em 0;
}

.numlist h4:hover {
	background: #3284bc;
}

.numlist p {
	font-size: 120%;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden { display: none !important; visibility: hidden; }
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 520px) {
    /* Style adjustments for viewports that meet the condition */
    body {
	    background-size: 200%;
	    background-attachment: fixed;
	    background-position: 50% 0;
    }
    
    .numlist {
	    width: 100%;
	    text-align: center;
    }
    .numlist h4 {
	    font-size: 140%;
	    float: none;
	    clear: both;
	    margin: 0 0 .2em 0;
    }
    .main {
	    width: 100%;
    }
}











@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited { text-decoration: underline; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; /* h5bp.com/t */ }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
