
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    #bandinfo{
        text-align: center;    
    }
    
}


/* img{
    width: 100%;
} */

.fullwidth
{
    width: 100%;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  
.navbar .navbar-collapse {
    text-align: center;
  }

/* #headerpic{
    width: 100%;
    max-width: 1024px;
    overflow: hidden;
    z-index: 0;
}

.headBanner{
    height: 256px;
} */

.headerLogo img{
    width: 128px;
    display: inline-block;
    border-radius: 50%;
}

.headerLogo h1{
    display: inline-block;
    margin-left: 15px;
}

.headerLogo{
    text-align: center;
    padding: 0.5em;
}

a.hiddenLink:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

a.hiddenLink:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

header{
    background-color: #f23a3a;
}

body{
    background-color: #f7ff8c!important;
}

.navbar{
    background-color: #ffc038!important;
}

.navbar a {
    color: black;
}

.navbar-nav a:hover{
    background-color: #eaa40b!important;
    color:black;
}

.navbar-toggle .icon-bar {
    background-color: black;
}

/* #video{
    width: 100%;
    max-width: 560px;
    height: 311px;
    border: none;
}

#videoContainer{
    text-align: center;
} */

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    text-align: center;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.bandpic{
    width: 100%;
}

.active{
    background-color: #ffa838;
}

#mainpgheader{
    font-size: 16pt;
}

.centertext{
    text-align: center;
}

.aboutbandpic{
    float:left;
}

.aboutbandpic img{
    width: 100%;
}

.contactlogo{
    width: 50px;
    margin-right: 15px;
}

.largetext{
    font-size: 24pt;
}

.vertcenter{
    vertical-align: middle;
}

.bottomspacing{
    margin-bottom: 15px;
}
