/* IMPORTANT NOTE:  I GLOBALLY CHANGED ALL 768px TO 1000px ON bootstrap.css FOR NAV BREAKPOINT */

audio {
  max-width: 100%;
}


.white-border
{
    border: 1px #FFF solid;
    margin: 0px;
    background: #fff;
}

.screenbutton
{
    font-family: arial;
    color: #FFF !important;
    font-size: 12px;
    padding: 2px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fdcd07;
    border: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 18px;
}
.screenbutton:hover
{
    color: #fdcd07 !important;
    background: #fff;
}




.nhbbutton
{
    font-family: arial;
    color: #FFF !important;
    font-size: 12px;
    padding: 2px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #912d1d;
    border: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 18px;
    margin-top: 20px;
    margin-left: 80px;
}
.nhbbutton:hover
{
    color: #912d1d !important;
    background: #fff;
}



.popsbutton
{
    font-family: arial;
    color: #FFF !important;
    font-size: 12px;
    padding: 2px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #435e65;
    border: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 18px;
}
.popsbutton:hover {
  color: #435e65 !important;
  background: #fff;
}


.wsssbutton
{
    font-family: arial;
    color: #FFF !important;
    font-size: 12px;
    padding: 2px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ed2a26;
    border: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 18px;
}
.wsssbutton:hover {
  color: #ed2a26 !important;
  background: #fff;
}




.jerubutton
{
    font-family: arial;
    color: #333 !important;
    font-size: 12px;
    padding: 2px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e3ddc0;
    border: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 18px;
}
.jerubutton:hover {
  color: #e3ddc0 !important;
  background: #333;
}






/* MAKE THE MENU SUB-MENU ITEMS DROP DOWN ON MOUSE HOVER */

/* REMOVED data-toggle="dropdown" */

ul.nav li.dropdown:hover > ul.dropdown-menu{
display: block;
margin: 0;
}








/* GENERAL LINKAGE */

a:link, a:visited
{
    color: #916132;
    text-decoration: none;
}

a:link img, a:visited img { border: #916132; }

a:active, a:hover
{
    color: #C19161;
    text-decoration: none;
}

a:link img, a:visited img, a:active img, a:hover img { border: #C19161; }

a { outline: 0; }

/* GENERAL LINKAGE */







/* HEADERS */

/* 
h1, h2, h3, h4, h5, h6
{
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-top: 10px;
}
 */


h1 {
    font-size: 2em;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-top: 10px;
    color: #FFF;
}

h2
{
    letter-spacing: 0em;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-top: 10px;
    font-size: 1.5em;
    line-height: 1.1em;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    color: #C19161;
    padding-top: 10px;
}

h3
{
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-top: 0px;
}

h4
{
    color: #C19161;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    margin-top: 0;
}

h5 
{ 
    color: #C19161;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-top: 20px;
}

.proj
{
    color: #777;
    font-weight: 100;
}

/* HEADERS */






/* USED ON DISCOGRAPHY */

.margin-right
{
    margin-right: 20px;
}

.margin-top
{
    margin-top: 20px;
}

.margin-bottom
{
    margin-bottom: 20px;
}



.img-responsive.pull-left.margin-right
{
    border: 1px #333 solid;
    margin-bottom: 20px;
}



.group
{
border: 1px #333 solid;
}




/* IMPORTED FOR ORIGINAL CRAYDESIGN SITE */



/* IMPORTED FOR ORIGINAL CRAYDESIGN SITE */








body
{
    background-color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #999;
}


#home .box
{
    background-image: url('../images/index_bg.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    height: 565px;
    border: 1px #333 solid; 
}





.box
{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-align: left;
    padding: 15px;
    margin: 0px 15px 0px 15px;
}



hr {
    max-width: 400px;
    border-color: #999999;
}

.text-left, .text-right { text-align: center; }









/* NAVIGATION */

.navbar-default
{
    background-color: Transparent;
    border-color: #333;
    margin: 10px auto 10px auto;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #333;
}

.navbar-default .navbar-brand { color: #C19161; }

.navbar-brand {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}


.navbar-default .navbar-toggle {
    border-color: #333;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #C19161;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #916132;
}

#home .home, #contact .contact, #calendar .calendar, #media .media, #services .services, #groups .groups, #biography .biography
{
	color: #C19161;
	font-weight: 600;
}

.nav > li > a:hover, .nav > li > a:focus
{
    text-decoration: none;
    background-color: Transparent !important;
}

 .nav-justified {
    background-color: rgba(0,0,0,0.75);
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
}


/* NAVIGATION */











.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.thumbnail {
    display: block;
    padding: 6px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #630;
    border: 1px solid #DDD;
    border-radius: 6px;
    transition: border 0.2s ease-in-out 0s;
}





.brand
{
    display: inherit;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
    line-height: 1em;
    /* white-space: nowrap; */
    text-shadow: 2px 2px 12px #000;
    color: #630;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 4px;
}

.tagline
{
    display: inherit;
    padding: 0 0 40px;
    position: relative;
    font-family: 'Lato', sans-serif;
    /* white-space: nowrap; */
    text-shadow: 0px 0px 6px #000;
    margin: 0px;
    color: #963;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 25px;
}













.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border
{
    float: none;
    border: 1px #999 solid;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}




#home .footer { 
    border: 0px; 
    background-color: rgba(0,0,0,0.75);
    }


.footer { 
    border-top: 1px #333 solid; 
    background-color: rgba(0,0,0,0.75);
    }

footer p
{
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 85%;
}




iframe
{
    padding: 10px 0px 10px 0px;
}


#home_text { display: none; }

#home_cover { display: none; }

@media screen and (max-width:767px) {

    .nav-justified > li > a {
        margin-bottom: 0px;
        text-align: left;
    }

 

}



@media screen and (min-width:768px) {


    #biography .footer
    {
        border: 0px;
        background-color: rgba(0,0,0,0.75);
    }

    .brand
    {
        display: inherit;
        margin: 0;
        padding: 0;
        text-align: left;
        font-family: 'Lato', sans-serif;
        line-height: 1em;
        /* white-space: nowrap; */
        text-shadow: 2px 2px 12px #000;
        color: #630;
        font-weight: 700;
        font-size: 60px;
        letter-spacing: 4px;
    }

    .tagline
    {
        display: inherit;
        padding: 0 0 10px 0;
        position: relative;
        font-family: 'Lato', sans-serif;
        /* white-space: nowrap; */
        text-shadow: 0px 0px 6px #000;
        margin: 0px 0px 0px 25%;
        color: #963;
        font-weight: 300;
        font-size: 45px;
        letter-spacing: 4px;
        text-align: left;
        line-height: 45px;
    }

    
    .nav-justified {
        text-transform: uppercase;
    }

    p {
    font-size: 16px;
    }

    .covers {
        width: 740px;
    }

    .photobox {
        width: 728px;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
    }

    .nav>li>a { padding: 20px 0px 20px 0px; }

    .navbar-default .nav-justified > li:hover > a,
    .navbar-default .nav-justified > li:active > a {
        color: #C19161;
    }

    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }

    .text-left { text-align: left; }
    .text-right { text-align: right; }
    footer p {
        margin: 0;
        padding: 20px 0;
    }
}







    .box:after {
        content: '';
        display: table;
        clear: both;
    }



@media screen and (min-width:1200px) {

    .nav-justified {
        text-transform: uppercase;
    }

    #home_cover
    {
        display: inherit;
    }

    #home_back
    {
        display: inherit;
    }
 
    #home_text
    {
        display: inherit;
        padding: 40px 0px 0px 15px;
        margin: 0px;
        position: relative;
        font-family: 'Lato', sans-serif;
        /* white-space: nowrap; */
        text-align: left;
    }

   #home_cover
    {
        display: inherit;
        padding: 20px 0px 0px 15px;
        margin: 0px;
        position: relative;
        font-family: 'Lato', sans-serif;
        /* white-space: nowrap; */
        text-align: left;
    }


    #home_text span
    {
        color: #996633
    }

    #home_text p
    {
        font-weight: 300;
        font-size: 15px;
        line-height: 19px;
    }


}








/*********************************************************************************/
/* Testimonials                                                                  */
/*********************************************************************************/

blockquote
{
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 1.5;
    font-style: italic;
    text-align: left;
    margin: 1em 0 1em 0;
    padding: 0.25em 30px 0.25em 35px;
    position: relative;
    color: #ccc;
    border-left: 0px;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -10px;
top: -30px;
color: #FFF;
}

blockquote cite {
color: #888;
font-size: 15px;
display: block;
margin-top: 10px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

blockquote p
{
    font-style: normal;
    padding: 0 0 0 15px;
}








#media h4
{
    margin-bottom: 0px;
}

.padding-top
{
    padding-top: 20px;
}

audio
{
    margin-top: 5px;
    width: 100%;
}



.icon
{
    margin-left: 10px;
    margin-right: 10px;
}




