@font-face {
    font-family: barefoot-font;
    src: url('../../../images/ej-gallo/Landing Pages/ARLRDBD.ttf');
}

.barefoot-blocky{
    color:#fff;
    margin-bottom:20px;
}

.barefoot-bg{
    margin:0px;
    padding:0px;
    padding-top:230px;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #3f2b50 url('../../../images/ej-gallo/Landing Pages/Barefoot/Barefoot DesktopArtboard 1.jpg') no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0px 160px;
}

.barefoot-blocky .barefoot-blocky-left-blurb {
    margin-top:20px;
    font-family:"barefoot-font";
}

.barefoot-blocky .barefoot-blocky-left-blurb h1{
    font-size:48px;
    line-height:65px;
    margin:0px;
    padding:0px;
    font-family:"barefoot-font";
    text-shadow:1px 1px 2px #444;
    text-transform:uppercase;
    color:inherit;
}

.barefoot-blocky .barefoot-blocky-left-blurb p{
    color:#fff;
    font-size:28px;
    line-height:36px;
    text-shadow:1px 1px 2px #000;
}

.barefoot-tiles img{
    max-height: 320px;
    margin-bottom: 20px;
}

.barefoot-detail {
}

.barefoot-tile-teaser {
    text-align: center;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-weight: bold;
}

.barefoot-detail .well {
    background: rgba(255,255,255,0.75) !important;
}

@media (min-width: 1200px){
    .barefoot-blocky .barefoot-blocky-left-blurb {
        display:none;
    }
}

/* Tablet Landscape */
@media (max-width: 1199px){
    .barefoot-blocky .barefoot-blocky-left-blurb {
        margin-top:180px;
        margin-bottom:0px;
    }
    .barefoot-bg{
        margin:0px;
        padding:0px;
    }
    body:before {
        background:#3f2b50 url('../../../images/ej-gallo/Landing Pages/Barefoot/Barefoot TBG BannersArtboard 2.jpg') no-repeat fixed center center;
        background-position: 0px 80px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: fixed;
    } 
}

/* Tablet Portrait */
@media (max-width: 991px){
    .barefoot-blocky .barefoot-blocky-left-blurb {
        margin-top:110px;
        margin-bottom:0px;
    }
    .barefoot-bg{
        margin:0px;
        padding:0px;
    }
    body:before {
        background:#3f2b50 url('../../../images/ej-gallo/Landing Pages/Barefoot/Barefoot TBG BannersArtboard 2.jpg')  no-repeat fixed center center;
        background-position: 0px 80px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: fixed;
    } 
}

/* Mobile */
@media (max-width: 767px){
    .barefoot-blocky .barefoot-blocky-left-blurb {
        margin-top:50px;
        margin-bottom:0px;
    }
    .barefoot-blocky .barefoot-blocky-left-blurb h1{
        font-size:30px;
        line-height:45px;
    }
    .barefoot-blocky .barefoot-blocky-left-blurb p{
        color:#fff;
        font-size:16px;
        line-height:22px;
        text-shadow:1px 1px 2px #000;
    }
    .barefoot-bg {
        margin:0px;
        padding:0px;
    }
    body:before {
        background:#3f2b50 url('../../../images/ej-gallo/Landing Pages/Barefoot/Barefoot TBG BannersArtboard 3.jpg')  no-repeat fixed center center;
        background-position: 0px 80px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        background-color: #3f2b50;
    } 
}

/* IOS scroll */
@supports (-webkit-touch-callout: none) {
    /* Tablet Landscape */
    @media (max-width: 1199px){
        body:before {
            background:#3f2b50 url('../../../images/ej-gallo/Landing Pages/Barefoot/Barefoot TBG BannersArtboard 2.jpg') center top no-repeat scroll;
        } 
    }

    /* Tablet Portrait */
    @media (max-width: 991px){
        body:before {
            background:#3f2b50 url('../../../images/ej-gallo/Landing Pages/Barefoot/Barefoot TBG BannersArtboard 2.jpg') center top no-repeat scroll;
        } 
    }

    /* Mobile */
    @media (max-width: 767px){
        body:before {
            background:#3f2b50 url('../../../images/ej-gallo/Landing Pages/Barefoot/Barefoot TBG BannersArtboard 3.jpg') center top no-repeat scroll;
            background-position: 0 80px;
        }
    }
}