/*House of Blues HOUSTON NYE Promo - Author: F.STUDER */

/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
    padding-top: 20px;
}
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* img {
    max-width:100%;
    height:auto;
}

/* ==========================================================================
   HOUSTON NYE PROMO Page
   ========================================================================== */
@font-face {
 font-family:'Brandon Grotesque Medium';
    src:url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-med-webfont.eot');
    src:url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-med-webfont.ttf') format('truetype'),
        url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-med-webfont.svg') format('svg'),
        url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-med-webfont.woff2') format('woff2'),
        url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
 font-family:'Brandon Grotesque Black';
    src:url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-blk-webfont.eot');
    src:url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-blk-webfont.ttf') format('truetype'),
        url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-blk-webfont.svg') format('svg'),
        url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-blk-webfont.woff2') format('woff2'),
        url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-blk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
 font-family:'Brandon Grotesque Regular';
    src:url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-reg-webfont.eot');
    src:url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-reg-webfont.ttf') format('truetype'),
        url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-reg-webfont.svg') format('svg'),
        url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-reg-webfont.woff2') format('woff2'),
        url('http://maven-prod.azurewebsites.net/Themes/HOB/fonts/brandon-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

#houston {
    background:url('../img/nye-bg2a.jpg') repeat center top;
    max-width:1000px;
    height:auto;
    margin:0 auto;
    margin-top:50px;
    padding:0px 60px;
}
.nye-main {
    margin:0 auto;
    padding:30px 10px;
    text-align:center;
    overflow:visible;
    border-bottom: 2px solid #b6b6b6;
}
h2.nye {
    font-family:'Brandon Grotesque Black', Arial, sans-serif;
    color:#c9af92;
    font-size:36px;
    letter-spacing:3px;
    margin:0 auto;
    margin-top:0px;
    text-align:center;
    text-shadow: 1px 2px 2px #111;
}
h4.sub-nye {
    font-family:'Brandon Grotesque Black', Arial, sans-serif;
    color:#f8f8f8;
    font-size:30px;
    letter-spacing:2.8px;
    margin:0 auto;
    margin-top:0px;
    margin-bottom:20px;
    text-align:center;
    text-shadow: 2px 2px 2px #111;
}
.nye-sm {
    font-family:'Brandon Grotesque Black', Arial, sans-serif;
    color:#f8f8f8;
    font-size:17px;
    letter-spacing:1.5px;
    line-height:22px;
    margin-bottom:20px;
    text-shadow: 2px 2px 2px #111;
}
img.band {
    border:3px solid #b6b6b6;
    border-radius: 3px;
}
.btn-row {
    margin: 0 auto;
    text-align:center;
    margin-top:20px;
    margin-bottom:40px;
    width:100%;
}
button.btn1 {
    font-family:'Brandon Grotesque Medium', Arial, sans-serif;
    padding:10px 5px;
    color:#111;
    font-size:16px;
    font-weight:bold;
    line-height:18px;
    letter-spacing:1.2px;
    margin:0 auto;
    width:25%;
    margin-left:20px;
    margin-right:20px;
    text-align:center;
    box-shadow:2px 2px 2px #000;
    cursor:pointer;
}
button.btn2 {
    font-family:'Brandon Grotesque Medium', Arial, sans-serif;
    padding:9px 20px 10px;
    color:#111;
    font-size:16px;
    font-weight:bold;
    line-height:18px;
    letter-spacing:1.5px;
    margin:0 auto;
    width:20%;
    margin-left:15px;
    margin-right:15px;
    text-align:center;
    box-shadow:2px 4px 4px #000;
    cursor:pointer;
}
#houston button a {
    color: #111;
    text-decoration:none;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 680px) {
    #houston {
        padding:0px 20px;
    }
    .nye-main {
        margin:0 auto;
        padding:10px 0px;
    }
}
@media screen and (max-width: 580px) {
    button.btn2 {
        width:90%;
        margin-top:10px;
    }
}
@media screen and (max-width: 560px) {
    button.btn1 {
        width:90%;
        margin-top:10px;
    }
}
@media screen and (max-width: 480px) {
    
}

