



/* NAVBAR STYLES */


.navbar { font-size: 16px; }




.navbar-inverse
{
    min-height: 60px;
    padding-top: 5px;
    background-color: #242424;
}


.navbar-brand
{
    text-transform: uppercase;
    color: #FFF;
}


.navbar-inverse .navbar-nav > li > a { color: #FFF; }

.navbar-inverse .navbar-nav > li > a:hover { color: #999; }


.navbar-inverse .navbar-brand { color: #FFF; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #999; }



body#about a#nav_about, 
body#music a#nav_music, 
body#contact a#nav_contact, 
body#home a#nav_home
{
	color: #666;
    background: rgba(0,0,0,0.125);
    -moz-border-radius: 5px; /* Firefox 3.6-, removed in Firefox 13 */
    -webkit-border-radius: 5px; /* Safari 4-, Chrome 3- */
    border-radius: 5px;
}







/* JUMBOTRON STYLES */


.jumbotron
{
    background: url(../images/nature-green-field-sun-shining-through-clouds.jpg) no-repeat 50% 50%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: block;
    height: auto;
    padding-top: 120px;
    padding-bottom: 70px;
    color: #FFF;
}

p.overlay
{
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    background: rgba(0,0,0,0.75);
    -moz-border-radius: 5px; /* Firefox 3.6-, removed in Firefox 13 */
    -webkit-border-radius: 5px; /* Safari 4-, Chrome 3- */
    border-radius: 5px;
}


.jumbotron h1
{
    text-shadow: 5px 5px 10px #000;
}

.emphasis
{
    color: #FFFF00;
    font-style: italic;
}


.bio
{    
    font-size: 16px;
    line-height: 30px;
}






/* VARIOUS STYLES */


.glow
{
    box-shadow: 0 0 10px #000;
}


.tracks i
{
    color: #999;
    font-size: 13px;
}


.top { padding-top: 55px; }


.yellow{color:#FF9933}

.orange{color:#F04F23}



.bio
{    
    font-size: 16px;
    line-height: 30px;
}



.row a { font-weight: bold; }








/*  FOOTER STYLES  */

footer
{
    background-color: #242424;
    color: #FFF;
    padding: 20px 0px 12px 0px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}











/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




/*=========  Mobile First Method  =========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}



/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .photo_credit
    {
        font-size: 11px;
        line-height: 14px;
        font-weight: 400;
        color: #666;
        padding: 5px;
        text-transform: capitalize;
        text-align:center;
    }
    
    #home .navbar-inverse
    {
        min-height: 60px;
        padding-top: 5px;
        background: rgba(0,0,0,0.75);
        border-bottom: 1px #333 solid;
    }

}



/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



.form-antispam {
  /* display: block;
  width: 100%; */
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-antispam:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

