/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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 {
    color: white;
    font-size: 1em;
    line-height: 1.4;
    background: black;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

/*
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
 */
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0;
    background: #000;
    color: #000;
    padding: 0;
}

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

a {
    color: white;
	opacity: 0.9;
	color: transparent;
	text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px white;
    letter-spacing: 2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a:visited {
    color: white;
	opacity: 0.9;
	text-decoration: none;
}

a:hover {
    color: white;
	opacity: 1.0;
	text-decoration: none;
	/*background: #3C0C0C; */
}

h1 {
	font-family: 'Muli', sans-serif;
    font-size: 1.65em;
	font-weight: bolder;
    margin:0;
	padding: 0;
}

h2 {
	font-family: 'Muli', sans-serif;
    font-size: 1.8em;
}

h3 {
	font-family: 'Muli', sans-serif;
    font-size: 1.6em;
}

h4 {
	font-family: 'Muli', sans-serif;
    font-size: 1.4em;	
}

h5 {
	font-family: 'Muli', sans-serif;
    font-size: 0.75em;
}

p {
	font-family: 'Muli', sans-serif;
    font-size: 1em;
}


img, iframe, object, embed, video {
    width: 100%;
    padding: 0;
}
.page-wrapper{
	width: 120em; /* 1920px */
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

header{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
}

/* ==========================================================================
   Main Header Navigation styles
   ========================================================================== */
.navigation-container{
	clear: both;
	float: left;
	width: 100%;
	height: auto; 
	margin: 1em 0 0 0;
}

/* ==========================================================================
   Main Content styles
   ========================================================================== */
.content-copy{
	clear: both;
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 2em 0 0;
	font-family: 'Muli', sans-serif;
	line-height: 1.4em;
	color: #FFF;
	text-align: center;
}
.headline{
	line-height: 2em;
	color: #FFF;
	text-align: center;
}
.main{
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding: 1em 0 0 ;
	font-family: 'Muli', sans-serif;
	line-height: 4.5em;
	color: #FFF;
	text-align: center;	
}


/* ==========================================================================
   Footer Content styles
   ========================================================================== */
footer{
	width: 100%;
	height: 100%;
	margin: 2em auto;
	padding: 0;
}
.footer-left{
	width: 50%; 
	height: auto;
	float: left;
	margin: 2em 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 1em;
	color: #FFF;
	clear-fix: left;	
	}
.footer-logo{
	width: 50%; 
	height: auto;
	float: left;
	margin: 2em 0;
	padding: 0;
	text-align: center;
	color: #FFF;	
	}	

@media screen and (max-width: 105em) {
.page-wrapper{
	width: 96%; /* 1366px */
	margin: 0 auto;
	padding: 0;
}
.logo-wrapper{
	top: 4em;
    width: auto;
	height: auto;

}
.navigation-container{
    width: 100%;
	height: auto; 
}
header{
	width: 100%;
	height: 100%;
	}
.top-banner{
}
hgroup{
	width: 100%;
	font-size: 94%;
	}	
}
@media screen and (max-width: 64em) {
.page-wrapper{
	width: 95%; /* 1024px */
	margin: 0 auto;
	padding: 0;
}
.navigation-container{
    width: 100%;
	height: auto; 
}
header{
	width: 100%;
	height: 100%;
	}
.top-banner{
}	
hgroup{
	width: 100%;
	font-size: 94%;
	}	
}
@media screen and (max-width: 56.25em) {
.navigation-container{
    width: 100%;
	height: auto; 
}
header{
	width: 100%;
	height: 100%;
	}
.top-banner{
}	
hgroup{
	width: 100%;
	font-size: 90%;
	}
.footer-logo{
	width: 100%; 
	height: auto;
	}
.footer-left{
	width: 100%; 
	height: auto;
	margin: 2em 0 2em 0;
	}	
}

@media screen and (max-width: 41.6em) {
.top-banner{
}
.navigation-container{
    width: 100%;
	height: auto; 
} 
header{
	width: 100%;
	height: 100%;
	}
hgroup{
	top: 0.5em;
	width: 100%;
	font-size: 90%;
	}
.footer-logo{
	width: 100%; 
	height: auto;
	}
.footer-left{
	width: 100%; 
	height: auto;
	margin: 2em 0 2em 0;
	}			
}

@media screen and (max-width: 20em) { 
.top-banner{
}
.navigation-container{
    width: 100%;
	height: auto; 
}
header{
	width: 100%;
	height: 100%;
	}
hgroup{
	top: -4.5em;
	width: 99%;
	font-size: 34%;
	}
.footer-logo{
	width: 100%; 
	height: auto;
	}
.footer-left{
	width: 100%; 
	height: auto;
	}			
}

} 

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

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, 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;
}

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

@media only screen and (min-width: 320px) {
.header-logo{
	width: 99.8%;	
	}
.content-copy{
	width: 98%;
	}
}
  
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
