@font-face {
    font-family: 'Bressay Trial Italic';
    src: url('../custom/fonts/BressayTrial-Italic.eot');
    src: url('../custom/fonts/BressayTrial-Italic.eot?#iefix') format('embedded-opentype'),
        url('../custom/fonts/BressayTrial-Italic.woff2') format('woff2'),
        url('../custom/fonts/BressayTrial-Italic.woff') format('woff'),
        url('../custom/fonts/BressayTrial-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Bressay Trial';
    src: url('../custom/fonts/BressayTrial-Regular.eot');
    src: url('../custom/fonts/BressayTrial-Regular.eot?#iefix') format('embedded-opentype'),
        url('../custom/fonts/BressayTrial-Regular.woff2') format('woff2'),
        url('../custom/fonts/BressayTrial-Regular.woff') format('woff'),
        url('../custom/fonts/BressayTrial-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa Rust Sans';
    src: url('../custom/fonts/NexaRustSans-Black.eot');
    src: url('../custom/fonts/NexaRustSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../custom/fonts/NexaRustSans-Black.woff2') format('woff2'),
        url('../custom/fonts/NexaRustSans-Black.woff') format('woff'),
        url('../custom/fonts/NexaRustSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*
font-family: 'Bressay Trial';
font-family: 'Bressay Trial Italic';
font-family: 'Nexa Rust Sans';
 */

.header {
    background-attachment: fixed;
}

a {color: #ddd;}

/* home page */
/* dollar sign */
.home-specials > div:first-child {
    background-image: url('../images/dollar/dollar-orange.png');
}

.reservations a {
    color: #fff;
    background-color: #ddd;
}
.navbar .nav>li {
    padding: 0px 10px;
}

/* tabs in drinks and food menu */
.tabnav .nav>li>a:hover, .tabnav .nav>li.active>a {
    color: #ddd;
    background: transparent;
    border-bottom: 10px solid rgba(220, 220, 220, 0.6);
}

/* drink menu and food menu item names */
.drink-menu h5 {
    color: #ddd;
}

/* specials titles in happy hours */
.specials h2 {
    color: #ddd;

}

.navbar-regular .navbar-collapse.collapse.in{
    background-color:  rgba(255,255,255,0.7);
}


/* black specials */
.specials-v2 {
    background-color: black;
}

.home-specials h3, .about-us h3 {
    color: white;
}

.about-us h3 {
    margin-top:4px;
}

.home-specials p {
    font-size: 1.2em;
    color: white;
    word-wrap: break-word;
    padding-top: 1.9em;
}

.home-specials p.specials-hours{
    padding-top: 0.2em;
    color: #ccc;
}


/* black gallery */

.gallery {
    background-color: white;
}

.gallery label, .reservations label, .email-subscription label, .reservations-and-parties label {
    text-transform: uppercase;
    color: white;
    border: none;
    padding: 10px 60px;
    margin-bottom: 20px;
    font-size: 1.7em;
}

.contact-v2 .contact-location{
    text-transform: uppercase;
}
.about-us-wrapper {
    background-color: #3b0f12;
    position: relative;
    width: 100%;
}
.about-us-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    background: -webkit-linear-gradient( 45deg, transparent 33.333%, #3b0f12 33.333%, #3b0f12 66.667%, transparent 66.667% ), -webkit-linear-gradient( -45deg, transparent 33.333%, #3b0f12 33.333%, #3b0f12 66.667%, transparent 66.667% );
    background-size: 20px 40px;
}
.events-v2-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 10px;
    background: -webkit-linear-gradient( -45deg, transparent 33.333%, #3b0f12 33.333%, #3b0f12 66.667%, transparent 66.667% ), -webkit-linear-gradient( 45deg, transparent 33.333%, #3b0f12 33.333%, #3b0f12 66.667%, transparent 66.667% );
    background-position-y: 10px;
    background-size: 20px 40px;
}
.about-us h3 {
    font-family: 'Bressay Trial Italic';
    font-weight: normal;
    text-transform: none;
    margin-bottom: 30px;
    font-size: 30px
}
.about-us p {
    color: white;
    font-family: 'Bressay Trial';
    font-weight: normal;
}
.party-background {
    background-color: #3b0f12;
}
.party-background .reservations-and-parties {
    background-image: none;
}
.events-v2-wrapper {
    position: relative;
    width: 100%;
}
.events-v2 a {
    background-color: #3b0f12;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Nexa Rust Sans';
    text-decoration: none;
    border-radius: 1px;
    transition: border-radius 0.5s ease-in-out;
}

.about-us a {
    background-color: white;
    padding: 10px 20px;
    color: #3b0f12;
    font-family: 'Nexa Rust Sans';
    text-decoration: none;
    border-radius: 1px;
    transition: border-radius 0.5s ease-in-out;
}
.about-us a:hover, .events-v2 a:hover {
    border-radius: 10px;
}
.about-us p:last-child {
    margin-bottom: 20px;
    margin-top: 35px;
}
.events-v2 h3 {
    font-family: 'Bressay Trial Italic';
    color: #3b0f12;
}
.events-v2 h4 {
    font-family: 'Bressay Trial';
    color: #3b0f12;
}
.gallery label {
    font-family: 'Bressay Trial Italic';
    color: #3b0f12;
    text-transform: none;
    font-weight: normal;
    font-size: 30px;
}
.reservations-and-parties {
    background-image: url("../custom/sections_back.jpg");
    background-size: contain;
    background-repeat: repeat;
}
.reservations-and-parties label {
    font-family: 'Bressay Trial Italic';
    text-transform: none;
    font-weight: normal;
    font-size: 30px;
}
.reservations-and-parties p {
    color: white;
    font-family: 'Bressay Trial';
}
.reservations-and-parties input {
    border: none;
    background-color: rgba(255,255,255,0.2);
}
.reservations-and-parties select {
    padding: 5px;
    border: none;
    background-color: rgba(255,255,255,0.4);
}
.reservations-and-parties button {
    background-color: white;
    padding: 10px 20px;
    color: #3b0f12;
    font-family: 'Nexa Rust Sans';
    text-decoration: none;
    border-radius: 1px;
    border: none;
    transition: border-radius 0.5s ease-in-out;
}
.reservations-and-parties button:hover {
    border-radius: 10px;
}
.reservations-and-parties p a:hover, .reservations-and-parties p a:focus {
    color: #9d8789;
    text-decoration: none;
}
.contact-v2 {
    background-color: #3b0f12;
}
.googlemap-v2 .triangle {
    border-bottom: 12px solid #3b0f12;
}
.style-traditional.drink-menu>div:first-child {
    background-image: url("../custom/sections_back.jpg");
    background-size: contain;
    background-repeat: repeat;
}
.specials h1, .events h1 {
    font-family: 'Bressay Trial Italic';
    text-transform: none;
    font-weight: normal;
    font-size: 30px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}
.logo-on-cover {
    visibility: hidden;
}
#map-container iframe {
    border: none!important;
}
#googlemap{
    pointer-events: none;
}
@media (max-width: 1300px) {
    .navbar .nav>li {
        padding: 0px 4px;
    }
}
@media (max-width: 1200px) {
    .navbar-inverse {
        height: 65px;
    }
    .navbar .nav>li>a {
        font-size: 1em;
    }
}
@media (max-width: 768px) {
    .logo-on-cover {
        visibility: visible;
        background-size: 450px;
    }
    .header {
      background-attachment: scroll;
  }
}
@media (max-width: 768px) {
    .logo-on-cover {
        background-size: 350px;
    }
}
@media (max-width: 375px) {
    .reservations-and-parties {
        padding: 0px;
    }
    .reservations-and-parties button {
        display: block;
        margin: 25px auto;
    }
}
@media (max-width: 320px) {
    .logo-on-cover {
        background-size: 280px;
    }
}
