
/*primary css page for carlson portfolio*/

/*Begin Carlson CSS*/

/*global elements*/

html{
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    line-height: 1.4;
    font-size: 14åpx;
}
@media screen and (min-width: 500px){
  html{
    font-size: 15px;
  }
}
@media screen and (min-width: 570px){
  html{
    font-size: 16px;
  }
}
@media screen and (min-width: 620px){
  html{
    font-size: 17px;
  }
}
@media screen and (min-width: 680px){
  html{
    font-size: 18px;
  }
}
@media screen and (min-width: 720px){
  html{
    font-size: 19px;
  }
}
@media screen and (min-width: 800px){
  html{
    font-size: 20px;
  }
}
@media screen and (min-width: 860px){
  html{
    font-size: 21px;
  }
}
@media screen and (min-width: 920px){
  html{
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px){
  html{
    font-size: 24px;
  }
}

body{
    
       /* margin:0;*/
    margin-top:0px;

	font-family:  'Ubuntu', sans-serif;
    font-weight:lighter;
    letter-spacing: 1px;
	color:  black;
	background-color:  white;
}






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


iframe{
    margin-bottom:40px;
}
img.centerimg{
    display:block;  
    margin-left:auto;
    margin-right:auto;
    padding-top:10px;
    max-width: 100%;
    height: auto;
}

blockquote{
	font-style: italic;
	color: white;
}



/*for text links inside content */
a:link{
	text-decoration: none;	
}

a:visited{
    color: #5BA2C4;
}

a:hover{
	color: #FF6767;
}


#intro a:hover{
    color:#FF6767;
}

#intro a{
    color: #5BA2C4;

}

a{
    color: #5BA2C4;
}


#footer{
    width: 100%;
    z-index: 999;
    color:#696969;
    background:rgba(255,255,255,1.0);
    margin-top:120px;
    padding-top:15px;
    margin-bottom:30px;
    height:auto;
    border-top:1px dashed lightgray;
}

#footer p{
    font-size:0.5rem;
}

/*nav box*/
#navdiv {
    top: 0px;
    left: 0px;
    width: 100%;
    color:#696969;
    background:rgba(255,255,255,1.0);
    margin-top:60px;
    padding-top:15px;
   
    /*margin-top: 90px;*/
}

#bannerContents{
height: 100px;
width:60%;
margin-left:auto;
margin-right:auto;
}



div.sectiondiv{
    margin-top:50px;
    border-top-style:dashed;
    border-top-width:2px;
    border-bottom-style:none;
    border-top-color:#bbbbbb;
    letter-spacing:4px;
    text-align:center;
    letter-spacing:8px;
    font-size:0.85rem;

    padding-top:60px;
    padding-bottom:13px;

}

div.sectiondiv a{
    text-align: center;
    font-size:24px;
    letter-spacing:6px;
    color:#777777;
    font-weight:normal;
    font-family: 'Gill Sans', 'Lato',serif;
    line-height: 24px;
    
}

.thumbHidden{
opacity: 0;
 -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

.hidden{
      opacity:0;
      visibility: hidden;
       -webkit-transition:visibility 0s  0.5s, opacity 0.5s ease-in ;
       -moz-transition:visibility 0s  0.5s, opacity 0.5s ease-in ;
        -ms-transition:visibility 0s  0.5s, opacity 0.5s ease-in ;
         -o-transition:visibility 0s  0.5s, opacity 0.5s ease-in ;
            transition:visibility 0s  0.5s, opacity 0.5s ease-in ;
}

.shown {
  opacity: 1;
 visibility: visible;
   -webkit-transition:visibility 0s linear 0.25s, opacity 0.25s ease-in 0.25s;
       -moz-transition:visibility 0s linear 0.25s, opacity 0.25s ease-in 0.25s;
        -ms-transition:visibility 0s linear 0.25s, opacity 0.25s ease-in 0.25s;
         -o-transition:visibility 0s linear 0.25s, opacity 0.25s ease-in 0.25s;
            transition:visibility 0s linear 0.25s, opacity 0.25s ease-in 0.25s;
            z-index: 9999;
     
}
    

/*contains entire center column*/
#container{
	/*frozen layout - centered*/ 
	background-color: white;
    position:relative;
    width: 75%;
    margin-left:auto;
    margin-right:auto;
    min-width:300;
    max-width:940px;
        margin-top: 25px;

}

div.detailView{
    max-width: 640px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
}

#intro{
    margin-top:0px;
    margin-bottom:75px;

}	


#footer p{
       font-family:'Merriweather',serif;
    text-align: center;
    line-height: 26px;
    font: 1.em;
    color: gray;
    margin-top:0px;
    margin-bottom: 30px;
     margin-left:auto;
    margin-right:auto;
    max-width:620px;
}

.thumbSet{
    margin-left:auto;
    margin-right:auto;
    max-width:640px;
    text-align:center;
    z-index: 0;
}

.thumbShown{
  opacity:1.0;
     -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

img.content{
    width:100%;
}
img.thumb{
    width: 33%;
    margin-right:1%;
    margin-left:0px;
    margin-top:0.5%;
    margin-bottom:1%;
    min-width:75px;
    max-width: 200px;

   }

img.thumb:hover {
    opacity: .5;
     -webkit-transition: opacity 0.55s ease-in-out;
       -moz-transition: opacity 0.55s ease-in-out;
        -ms-transition: opacity 0.55s ease-in-out;
         -o-transition: opacity 0.55s ease-in-out;
            transition: opacity 0.55s ease-in-out;
}​

/*main chris carlson header*/
h1 {
	font-family: "Lato",Helvetica,sans-serif;
    font-size: 1rem;
    font-weight:lighter;
	color: #616161;
    letter-spacing:0.8em;
    text-align: center;
    margin-bottom: 40px;
}


/*intro paragraph section styling*/
#intro p {
margin-top:20px;
font-family:'Merriweather',serif;
    text-align: left;
    line-height: 30px;
    font-size:0.6rem;
    color: gray;
    margin-bottom: 20px;
     margin-left:auto;
    margin-right:auto;
    max-width:620px;
    
}




/*main super div for each big chunk (music, live, etc...)*/
div.supersection{
    margin-top:125px;
    border-top-color:#999999;
    border-top-style:solid;
    border-top-width:3px;
    text-align: center;
    font-size: 1rem;
    font-weight:lighter;
    line-height: 48px;
    padding-top:40px;
}


div.supersection a{
    color: #888888;
    letter-spacing:0.5em;
    margin-bottom:500px;
}


/*main super div for each big chunk (music, live, etc...)*/
div.supersection_first{
    text-align: center;
    font-size: 1rem;
    font-family: 'Merriweather',helvetica;
    line-height: 48px;
    padding-top:40px;
}


div.supersection_first a{
    color: #888888;
    letter-spacing:0.5em;
    padding-bottom:50px;

}

div.subsection_content{
    margin-top:40px;
}
div.subsection_content_bandcamp{
    margin-top:-35px;
}


div.subsection p.caption{
    font-family:helvetica,sans-serif;
    font-size:0.65rem;
    font-weight:lighter;
    color:gray;
    text-align:center;
    padding-top:0px;
    padding-bottom:5px;
}
/*div classes for subsections, etc*/
div.subsection {
    margin-bottom: 45px;
}


div.subsection h2{
    font-family: "Lato", helvetica, sans-serif;
    text-align: left;
    font-weight:lighter;
    color:#494949;
    font-size: 0.75rem;
    line-height: 1.1em;
    letter-spacing: 4px;
    margin-top:40px;
    margin-bottom: 15px;
}


span.emphasize_p{
    font-weight:normal;
}



div.subsection p{
    margin-bottom:20px  ;
    text-align: left;
    padding-left:10px;
    padding-right:10px;
    font-weight: lighter;
    color: gray;
    font-size: 0.6rem;
    line-height: 30px;
}

div.subsection p.special_text{
    color:#0E0E0E;
    font-size:0.5rem;
    text-align:center;
    line-height:24px;
}

div.subsection a{
    color: #5BA2C4;
    font-weight:light;
    font-size:0.6rem;
    letter-spacing:normal;
    line-height: 21px;
}

div.subsection a:hover{
    color:#FF6767;
}



/*div classes for subsections, etc*/
div.subsection {
margin-bottom: 0px;
}


