/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
body {
    font-family: 'Courier', sans-serif;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h3 {
    font-size: 37px;
    font-family: 'norwesterregular', sans-serif; 
    line-height: auto;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

p {
    font-family: 'Courier', sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #808285 ;
    text-align: center;
}


/* #Navigation
================================================== */
.nav {
    background-color: #fff;
    height: 90px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}

.navigation {
    height:88px;
    width: 100%;
    position: relative;
}
.header {
    height:88px;
    width: 100%;
    position: relative;
}

.large {
    font-family: 'Courier', sans-serif;
    font-size: 42px;
    line-height: 44px;
    color: #fff;
    margin: 350px 0 0 0;
    letter-spacing: 10px;
    text-shadow: 0px 1px 5px #000;
}

.cta {
    font-family: 'Courier', sans-serif;
    font-size: 42px;
    line-height: 44px;
    color: #fff;
    margin: 220px 0 0 0;
    letter-spacing: 10px;
    text-shadow: 0px 1px 5px #000;
}

.logo   {
    float: left;
    margin: 0px 0 0px 0px;
    width: 210px;
    z-index: 100;
}

.nav-links {
    float: right;
    margin: 35px 0px 0px 0px;
}

    .nav-links a {
        color: #000;
        font-family: 'norwesterregular', sans-serif; 
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 2px;
        text-align: right;
        padding: 0px 0px 3px 0px;
        margin: 0 13px;
    }

    .nav-links a:hover {
       border-bottom: 2px solid #e6b629;
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;    
        transition: opacity .3s ease-in-out;
    }

.nav-links a:visited {
    text-decoration: none;
}



/* #Hero
================================================== */
.hero {
    background-image: url(../images/hero02.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 900px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin: 00px 0;
}

.about-band {
    background-image: url(../images/quote.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 900px;
    margin-top: 30px;
    padding: 140px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.follow-band {
    background-image: url(../images/followbar.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 484px;
    margin-top: 0px;
    padding: 0px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.icons {
    padding: 10px 0;
}

icons a {
    text-decoration: none;
}

.icons a:hover {
    opacity: .7;
}

.social {
    margin: 0 0px;
}

.connect {
    font-family: 'Courier', sans-serif;
    color: #fff;
    margin: 220px 0 0 0;
    letter-spacing: 10px;
    text-shadow: 0px 1px 5px #000;
    font-size: 27px;
    letter-spacing: 4px;
}

.grey-band {
    background-color:#fafafa;
}

.top-space {
    padding: 60px 0;
}

.top-space-small {
    padding: 20px 0;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


    .video {
        -webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.4);
        margin: 50px;
        behavior: url(javascripts/PIE.htc);
    }




/* #Footer
================================================== */
.footer {
    border-top: 2px solid #d5d5d5;
    padding: 0px 0 0 0;
    margin: 50px 0 0 0;
    position: relative;
}

.copyright {
    color: #555;
    opacity: .4;
    font-size: 13px;
    padding: 28px 0 10px 0;
    text-align: center;
}


/* #Utility Classes
================================================== */
.show-small {
    display: none;
}

::selection {
  background: #e1b422; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #e1b422; /* Gecko Browsers */
}

.grey {
	background-color:transparent;
    border: 1px solid #fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    text-align: center;
    margin: 40px 0 0 0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Courier', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
	font-size:18px;
	padding:17px 30px;
	text-decoration:none;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;    
    transition: .2s ease-out;
     behavior: url(javascripts/PIE.htc);
}
.grey:hover {
	background-color:#fff;
    color:#000;
}
.grey:active {
	position:relative;
	top:1px;
}

a.grey, a.catalogBtn {
    color: white;
    text-decoration: none; 
}

iframe, object, embed {
    max-width: 100%;
}

/* #Media Queries
================================================== */
    

/* Bigger than 1200 (devices and browsers) */
@media only screen and (min-width:1199px) {
    
}
		
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    
   
}
	
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .large {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
   .nav {
       background-color: transparent;
       position: relative;
       height: 0;
   }
    
    
    .hero {
       background-size: 1222px 500px;
       background-position: center top;
        height: 470px;
    }
    
    .large {
        margin: 220px 0 0 0;
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 3px;
    }
    
    .cta {
        margin: 50px 0 0 0;
        font-size: 36px;
        line-height: 36px;
        letter-spacing: 3px;
    }
    
    .show-small {
        display: block;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 2px;
    }
    
     .hide-small {
        display: none;
    }
    
    .logo {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    z-index: 100;
    }
    
    .nav-links {
        float: none;
        margin: 0 auto;
        margin-top: -20px;
        text-align: center;
        padding: 12px 0 10px 0;
        border-bottom: 1px solid #666;
        border-top: 1px solid #666;
    }

    .nav-links a {
        color: #fff;
        font-family: 'norwesterregular', sans-serif; 
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 2px;
        text-align: center;
        padding: 0px 6px 0 6px;
    }
    
    .nav-links a:hover {
       border-bottom: none;
        opacity: .6;
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;    
        transition: opacity .3s ease-in-out;
    }
    
    .video {
        margin: 50px 0 0 0;
    }
    
    .about-band {
    background-size: 1027px 420px;
    height: 350px;
    margin-top: 70px;
    margin-bottom: 20px;
    padding: 35px 0 0 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
    
    .follow-band {
    background-size: 1027px 420px;
    height: 350px;
    margin-top: 30px;
    padding: 100px 0 0 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
    
    .connect {
    font-family: 'Courier', sans-serif;
    color: #fff;
    margin: 50px 0 0 0;
    letter-spacing: 10px;
    text-shadow: 0px 1px 5px #000;
    font-size: 27px;
    letter-spacing: 4px;
}
    
    .grey {
        margin: 5px;
    }
    
}





/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */


@font-face {
    font-family: 'norwesterregular';
    src: url('norwester-webfont.eot');
    src: url('norwester-webfont.eot?#iefix') format('embedded-opentype'),
         url('norwester-webfont.woff2') format('woff2'),
         url('norwester-webfont.woff') format('woff'),
         url('norwester-webfont.ttf') format('truetype'),
         url('norwester-webfont.svg#norwesterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 