@import url('https://fonts.googleapis.com/css?family=Crimson+Text:600|Roboto:400,400i,700,700i');


/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-image:url('images/rust-background-3.jpg');
background-size:cover;
}
/*Header Box*/
#hero-plus-header {  
}

.col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

strong{color:#9a3623;}

a {
    color: #9a3623;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.ctab img{
    width: 300px;
    margin: 30px; position: absolute; right: 0;
}

h1 {
    margin-top: 30px;
    text-align: center;
    color: #000;
    font-family: serif;
}

h2 {
    text-align: center;
    padding: 10px;
    font-size: 26px;
}

h2 {
    margin-bottom: 1em;
}

.logo{
width:220px;
margin:15px;
}
/*Hero Box*/
#hero-plus-hero {
}
.hero{ width:100%; max-width:100%;}
/*Body Box*/
#hero-plus-body {
  background: url('images/bgf.jpg.jpg') top center no-repeat;
background-size:cover;
}



.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    display: none;
3px 5px 8px 2px rgba(56,0,0,0.54);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
   border:none;
    border-radius: .25rem;
3px 5px 8px 2px rgba(56,0,0,0.54)
}

 h2{

font-size:1px;
}

.headh2{
display:block;
   text-align: center;
    padding: 10px;
    font-size: 26px;
}


.gallery{
background-image:url('images/gallery-background.jpg');
padding-bottom:40px;
padding-top:40px;
margin-bottom:30px;
margin-top:20px;
}

.footer{
text-align:center;
background-image:url('images/gallery-background.jpg');
padding-bottom:40px;
padding-top:40px;
}

/*Footer Box*/
#hero-plus-footer{
}



.video-tab, .video-tab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    color: #000!important;
    padding: 17px 8px;
    font-size: 105%;
    display: block;
    text-align: center;
    text-decoration: none;
display:block;
width:100%;
    max-width: 100%;
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    margin: 0 auto;
    font-weight: 700;
margin-top:15%;
    text-transform: uppercase;

}

.video-tab:hover, .video-tab:active, .video-tab:focus {
    opacity: .8;
    text-decoration: none;
}

.link {
    color: #fff;
    text-decoration: none !important;
    display: block;
    padding: 5px;
    font-weight: bold;
    margin: 10px;
    font-size: 26px;
display:block;
}

.link:hover {
    opacity: .8;
    color: #fff;
}

.soc {
    margin: 10px;
    color: #fff;
}

.soc:hover {
    opacity: .8;
    color: #fff;
}

h3 {
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 700;
}


/* Control carousel arrow*/
.carousel-gallery-arrow {
}


@media only screen and (max-width: 991px) {
    .logo{width:160px; display:block};

    .ctab img {margin: 19px;}

.hero img{
  max-width: 100%;
width: 100%; object-fit: cover; height: 100% !important;
}

.hero{
    max-width: 100%;
width: 100%; object-fit: cover; height: 100% !important;
}

  

    #ctab-mobile {
        display: block;
        width: 150px;
        margin-bottom: 10px;
    }

}


@media only screen and (max-width: 768px) {
.logo {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0px auto;
}

    h1 {
        font-size:28px;
    }

  .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ctab img{
display: block;
    max-width: 100%;
    margin: 20px auto 0px;
    position: inherit;
    text-align: center;
    padding: 20px;
}

.wine{
    max-width: 100%;
width:100%;
}

.hero img{
  max-width: 100%;
width: 100%; object-fit: cover; height: 100% !important;
}

.hero{
    max-width: 100%;
width: 100%; object-fit: cover; height: 100% !important;
}


#hero-plus-header {
    display: block;
}
}