@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&display=swap');


.name{color:#000; font-family: 'Playfair Display', serif; font-size:23px!important;}


#share-floating-bar a {
    color: #fff!important;
}

.no-dot {
    list-style-type: none;
}

.tlayer {
    padding: 10px;
    max-width: auto;
    background: #ccc;
    opacity: 0.5;
}

.logo-center {
    text-align: center;
    display: block;
    width: 200px;
    margin: 0 auto;
}

.inl {
    float: right;
  
    margin: 1%;
}

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background: url('images/Sunset Card Background.jpg') top left;
    background-size: cover;
}

.logo {
    margin: 10px auto;
    height: 90px;
}



.lg-rg {
    float: right;
}


.right{width: 45%; float:right; margin:2%; margin-top:0%;}

/* Gallery Asset Width Percentage (4 Assets Across = 25%, 3 = 33.3333333%, etc.) */
@media (min-width: 768px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
    }
}

.content-flex-center {
    margin: auto!important;
    width: 100%;
}

body {
    background: url('images/Sunset Card Background2.jpg') top center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*Header Box*/
#hero-plus-header {
}

.h1, h1 {
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0px 40px;
    font-family: 'Merriweather', serif;
    color: #fff;
}

h2 {
    font-style: italic;
    font-size: 1.8rem;
    text-align: center;
    margin: 20px 0px 40px;
    font-family: 'Merriweather', serif;
}

#txt {
    padding: 2% 10%;
    color: #fff;
    font-family: 'Georgia', serif;
    font-weight: 400;
    font-size: 20px;
}

#txt p {

    line-height: 1.9em;
}

/*Hero Box*/
.ctab, .ctab:visited {
    margin: 30px;
    padding: 15px;
    background: #ee853e;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Georgia', sans-serif;
    text-transform: uppercase;
display:inline-block;
}

.ctab:hover {
    background: #fff;
    color: #d19c3e!important;
}

#gallery h2 {
    display: none;
}

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

#hero-plus-hero {
    align-items: start;
}

#gallery {
    clear: both !important;
    background: #ee853e;
    margin: 1%;
    float: right !important;
    padding: 40px 20px 20px 20px;
    width: 100%;
}

#gallery img {
    width: 100%;
    max-width: 100%;
}

.smaller{font-size:100%;}


.drink {
    padding: 4% 6%;
    background-color: #ee853e;
    margin-bottom: 20px;
    width: 100%;
font-size:80%;
}

.larger {
    font-size: 24px!important;
}

.larger2 {
    font-size: 28px!important;
}

.fineprint {
    font-size: 15px;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.card-body {
    display: none;
}

/*Body Box*/
a {
    color: #ee853e!important;
    text-decoration: underline;
    font-weight: bold;
    font-family: 'Georgia', serif;
}

a:hover {
    color: #cf8133;
    text-decoration: none;
}

.carousel-gallery-arrow {
    color: #fff;
}

.top-video {
    width: 30%;
    float: right;
    max-width: 100%;
    margin: 1%;
}

.top-video .card-body {
    display: none;
}

/*Footer Box*/
#hero-plus-footer {
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 0px 0px 0px;
}

.social-icons {
    display: block;
    margin: 20px auto;
}

.soc, .soc:visited, .soc:hover {
    display: inline-block;
    margin: 5px;
    background: rgb(255, 161, 2);
    padding: 10px;
    color: #fff!important;
}

.link, .link:visited, .link:hover {
    display: block;
    text-decoration: none !Important;
    font-size: 2em;
    color: #fff;
    font-weight: 600;
}



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

@media only screen and (max-width: 1570px) {
    .right2 {
        width: 85%;
        max-width: 85%;
    }
}

@media only screen and (max-width: 768px) {
    .inl {
        float: none;
        width: 100%;
        margin: 20px auto;
    }


.right{width: 100%; float:right; margin:0%;}

    #hero-plus-header {
        display: block;
        text-align: center;
        margin: 5px auto;
    }

    .logo {
        margin: 10px auto;
        display: block;
    }

    .ctab {
        display: block;
    }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .logo {
        height: 60px;
        margin: 2px;
        display: inline-block;
    }

    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.2em;
    }

    .ctab, .ctab:visited {
        width: 70%;
        margin: 3px;
        padding: 5px;
        background: #d9a635;
        color: #fff !important;
        text-decoration: none !important;
        font-weight: bold;
        font-size: 14px;
        font-family: 'Georgia', sans-serif;
        text-transform: uppercase;
        float: right;
    }

    #gallery {
        padding: 20px 5px 20px;
    }

    #txt {
        padding: 2% 2%;
        color: #fff;
        font-family: 'Georgia', serif;
        font-weight: 400;
    }

    .right {
        float: right;
        width: 100%;
        margin: 3%;
        margin-top: -10px;
    }

    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }
}

.lightbox > .img-fluid {
    max-height: 100%;
}