/*! HTML5 Boilerplate v5.3.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: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * 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;
}


a {
	color:#f10900;
}

a:hover {
	text-decoration:line-through;
}

a:focus {
	outline:0;
}

a:hover,a:active {
	outline:0;
}


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

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

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


body{ margin:0px 0px;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   font-weight: 400;
   background-color: #000;
   color: #fafafa;}

.wrapper{}

#hero{
  background-image:url(../img/whereglowrodsgrow-wide.jpg);
  background-repeat: no-repeat;
  background-position: center top;

  min-height: 750px;
}




@media only screen and (max-width:414px) {
   #hero{min-height: 550px}
}



.header{
  position:relative;
  text-align:center;
  width:100%;
  


}

#content{
  padding:35px 0px; 
  text-align:center;
  width:95%;
  margin:0px auto;
}

#content h2{
  margin:0px 0px 30px 0px;
}

#footer{
  padding:30px 0px;
  text-align:center;
  background:#ddd;
}


.blackbox{
	padding: 0;
	margin: auto;
	background-color: #000;
	width: 40%
	
}

h1{
	color: #fafafa;
	font-style: italic;
	font-size: 40px;
	font-weight: 700;
	padding:2px 0 0 0;
	 margin:0;
}


hr.red{border-top: 1px solid #f10900; margin-top: 0; padding-top: 0}


 h1.mytitle{
	 
	 display: inline-block;
	 font-size: 6.5vw; 
	 padding:2px 0 0 0;
	 margin:0;
	 font-weight: 700;
	 color: #fff
 } 



.title{max-width: 550px; margin: 0 auto}

 .wrapper_ske_mobile{display: none}

@media only screen and (max-width:414px) {
 .wrapper_ske_mobile{display: block}
 
}


.wrapper_ske{
	margin: -10px auto 0 auto;
	padding-bottom: 15px;
	background-color: #000;
	max-width: 550px;
	
}



.toppic{margin: 50px auto 30px auto;
	width: 90%;
}

.social a{color: #fafafa; font-size: 30px; margin-left: 5px; margin-right: 5px;}

.social a:visited{color: #fafafa;}

.social a.mycolor1:hover{color: #b5f30d}
.social a.mycolor2:hover{color: #f30cd1}
.social a.mycolor3:hover{color: #4917b4}
.social a.mycolor4:hover{color: #2f9aa5}
.social a.mycolor5:hover{color: #f39b0c}
.social a.mycolor6:hover{color: #f30c0c}
.social a.mycolor7:hover{color: #1F500E;}





.yinyang{width: 100%;
	margin: 0 auto; text-align: center;	
}




.yinyang_inner_left{width: 20%;
	max-width: 100px;
	display: inline-block;
	margin-right: 5%;
}

.yinyang_inner_right{width: 20%;
	max-width: 100px;
	display: inline-block;
	margin-left: 5%;
}


.poster {width: 40%; max-width: 500px; margin:40px auto 60px;}
.poster img {width:100%; height:auto;}


.wrapper_cellphone{width: 40%;
	max-width: 500px;
	display: inline-block;
}



@media (max-width: 767px) {
		
	.yinyang_inner_left{ max-width: 500px; display:block; margin: 40px auto;}
	.yinyang_inner_left img{ max-width: 80px; height:auto;}
	.yinyang_inner_right{display: none;}
	
	.wrapper_cellphone{width: 100%;  display:block; margin:0 auto;}
	
	.poster {width: 100%; }
}



.myleft{font-weight: bold;
	font-style: italic;
	color: #f10900;
	float: left;
	font-size: 20px;}

.myright{font-weight: bold;
	color: #fafafa;
float: right;
font-size: 20px;}


.bandcamp{margin: 20px auto; text-align: center; width: 100%; max-width: 500px}


.wrapper_youtube{margin: 20px auto; text-align: center; width: 100%; max-width: 600px}

.wrapper_songkick{margin: 0px auto; text-align: center; width: 100%; max-width: 600px}


.wrapper_lower_content{margin: 30px auto; text-align: left; width: 100%; max-width: 600px}

.waterfall{margin: 40px auto; text-align: center;}

.charts{margin: 0 auto; text-align: center;}



.wrapper_contact{margin: 20px auto; text-align: left; width: 100%; max-width: 600px}


@media only screen and (max-width: 40em) { 
	.centercontact{margin: 0 auto; text-align: center;}
}


@media (min-width: 320px) {
.col-contact  {
        position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100% ;
    text-align: left;
        
    }
}

@media (min-width: 767px) {
.col-contact {
    position: relative;
    min-height: 1px;
    height: auto;
    padding-right: 10px;
    padding-left: 0px;
	display: inline-block;
	width: 250px;
	vertical-align: top;    
}
}


.contact{text-align: center; margin: 0 auto}
.cie{font-weight: 400;text-transform: uppercase;margin-top: 8px;line-height: 1.2;font-size: 11px;}
.cie span{color: #fafafa; font-weight: 700;}
.url{font-weight: 700;font-size: 12px;color: #fafafa}
.lancement{font-weight: 400;text-transform: uppercase;font-size: 1rem;line-height:1.2;}
.lancement span{text-transform: none}


.logos{max-width:600px; display:block; margin:40px auto 20px;}
.logos img {width:100%; height:auto;}

.factor{font-size: 11px; color: #a6a6a6}


/* ==========================================================================
   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: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (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,
    *:first-letter,
    *:first-line {
        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;
    }
}



img {
	max-width:100%;
	vertical-align:middle;
}




nav.navbar.navbar-inverse.navbar-fixed-top{margin: 0 auto; max-width: 1440px; padding-left: 14px; padding-right: 14px;}


@media only screen and (max-width:414px) {
		nav.navbar.navbar-inverse.navbar-fixed-top{margin: 0 auto; max-width: 1440px; padding-left: 0px; padding-right: 0px;}
}





.navbar-inverse .navbar-nav>li>a{color: #fff; text-shadow: 1px 1px 1px black; font-style:italic; font-weight: 700}

.navbar-inverse .navbar-nav>li>a:hover{text-decoration: underline}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{background-color: transparent}


.navbar-collapse{box-shadow: none !important}


.navbar{margin-bottom: 20px;}

.nav>li>a{padding: 10px 20px}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background-color: transparent;
}

.navbar-inverse .navbar-toggle{border-color: transparent}

.navbar-inverse{background-color: transparent ; border-color: transparent}

.navbar-header {
  float: none;
}
.navbar-left,.navbar-right {
  float: none !important;
}
.navbar-toggle {
  display: block;
  float: left;
  margin-left: 10px;
  border-radius: 0px;
  padding: 8px 8px;
}
.navbar-collapse {
  border-top: none;
/*   box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); */
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
  margin-top: 7.5px;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.collapse.in{
  display:block !important;
}


.anchor{
  display: block;
  height: 50px; /*same height as header*/
  margin-top: -50px; /*same height as header*/
  visibility: hidden;
}


