﻿body {

}
/*Banner css*/
section.banner {
    /*background: black;*/
    background-image: url("/../images/Tacoma-Skyline-Transparent.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
}
.bg_page {
    /*background-image: url("/../images/LoonyCollagenew.jpg");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -webkit-background-size: 105% auto;
    -webkit-background-color: none !important;
}
/*.bg_page {
    background: #2f2f2f !important;
}*/
/*.banner .mic {
  margin-top: -240px;
  padding: 0 0 0 0;
  margin-left: 100px;
}*/
img .logo_img {
    width: 100%;
    max-width: 200px;
}
/*** Navigation Css ***/
.menu {
    background-color: #252424 !important;
}

    .menu .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #FFE59E;
        color: #000;
    }
/*i.fa.fa-gift {
    color: #4188a0;
}*/
/*** button Css ***/
.schedule > a {
    background-color: #FFE59E;
}

.menu .nav.navbar-nav.navbar-right li {
    background-color: #9AA2A4;
}

.comicspecialnote {
    background: #FFE59E;
}
.menuheader {
    margin-top: 120px;
}
a #linkUpcomingShows {
    background-color: #FFE59E;
}
/*** Social Feed Css ***/
.social-box {
    /*background-color: #4188a0;*/
}
/*** Comedy Club Css ***/
.comedy-club {
    background-color: #FFE59E;
}
/*** Footer Menu Css ***/
.footer-menu {
    background-color: black;
}

.clubinfoheading {
    background-color: #FFE59E;
}

.user-profile .navigation .element a, .row .navigation .element a {
    color: #FFE59E;
}

.Bannermessage {
    color: #FFE59E !important;
}

a.linkUpcomingShows {
    background-color: #FFE59E !important;
}
.module .header {
    background-color: #FFE59E;
}

#btnwinticketsubmit, #btncontactsubmit {
    background-color: #FFE59E !important;
}
img.logo_img {
    width: 100%;
    max-width: 320px;
}
span.sociallinksheader {
    font-size: 30px !important;
}
.comedy-club-name {
    float: left;
    margin-top: 35px;
    padding-left: 30px;
    display: none;
}
.sendbutton {
    color: #FFE59E !important;
}
.fc-widget-header {
    background-color: #48735E !important;
}
.fc-day-top {
    background: #FFE59E !important;
}
.fc-day-number {
    color: #48735E;
}

@media (max-width: 767px) {
    section.banner {
        background-position: center !important;
        background-size: cover !important;
        background-attachment: scroll !important;
    }
    }
    @media all and (min-width:320px) and (max-width: 1024px) {
        .bg_page {
            background-repeat: repeat !important;
            background-attachment: fixed !important;
            background-position: left top !important;
            background-size: auto auto !important; /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
            -moz-background-size: auto auto !important; /* Gecko 1.9.2 (Firefox 3.6) */
            -o-background-size: auto auto !important; /* Opera 9.5 */
            -webkit-background-size: 105% auto !important; /* Safari 3.0 */
            -webkit-background-color: none !important;
        }
    }