@charset "UTF-8";

/* ---------  CSS RESET ---------  */

* {
    margin: 0;
    padding: 0;
}

/* ---------  FONTS ---------  */

@font-face {
    font-family: "GreatDayPersonalUse";
    src: url("../fonts/GreatDayPersonalUse.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/GreatDayPersonalUse.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/GreatDayPersonalUse.otf") format("opentype"),
        /* Open Type Font */
        url("../fonts/GreatDayPersonalUse.svg") format("svg"),
        /* Legacy iOS */
        url("../fonts/GreatDayPersonalUse.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/GreatDayPersonalUse.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/GreatDayPersonalUse.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueLTStd-Cn";
    src: url("../fonts/HelveticaNeueLTStd-Cn.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/HelveticaNeueLTStd-Cn.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/HelveticaNeueLTStd-Cn.otf") format("opentype"),
        /* Open Type Font */
        url("../fonts/HelveticaNeueLTStd-Cn.svg") format("svg"),
        /* Legacy iOS */
        url("../fonts/HelveticaNeueLTStd-Cn.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/HelveticaNeueLTStd-Cn.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/HelveticaNeueLTStd-Cn.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

/* ---------  general styles ---------  */


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background-image: url("../images/background-lattice.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #504f55;
}

h1 {
    font-family: 'GreatDayPersonalUse', cursive;
    font-size: 4em;
    text-align: center;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    color: #2395ad;
}

h2 {
    font-family: 'HelveticaNeueLTStd-Cn', Open Sans, sans-serif;
    font-size: 2.2em;
    color: #75737c;
}

h3 {
    font-family: 'GreatDayPersonalUse', cursive;
    font-size: 2.6em;
    text-align: center;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    color: #ddba99;
}

h4 {
    font-family: 'HelveticaNeueLTStd-Cn', Open Sans, sans-serif;
    color: #75737c;
    font-size: 1.8em;
}

h5 {
    font-family: 'HelveticaNeueLTStd-Cn', Open Sans, sans-serif;
    color: #75737c;
    font-size: 2em;
    margin-top: .5em
}


#wrapper {
    width: 100%;
    max-width: 1040px;
    background-color: #ebebeb;
    margin: 0 auto;
    transform: translate(0px, -65px);
}

.drinks-icon {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    border-radius: .6em;
    border: none;
    color: white;
    font-size: 1em;
    padding: 10px 40px;
    cursor: pointer;
    margin-bottom: 30px;
}

.follow {
    background-color: #41a1f2;
}

.follow:hover {
    background-color: #a20530;
}

.avatar img {
    background-color: black;
    border-radius: 50%;
}


.deco-bar img {
    width: 100%;
    max-width: 493px;
}



/* ---------  GOOGLE MAP ---------  */

#map {
    width: 90vw;
    height: 40vh;
    max-width: 960px;
    margin: 0 auto 60px;
    background-color: blue;
}


/* ---------  Header and Nav ---------  */

header {
    width: 100%;
    height: 536px;
}

.hero-image {
    background: url(../images/hero-home.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
    background-color: black;
}

.hero-image2 {
    background: url(../images/hero-menu.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
    background-color: black;
}

#header-bar {
    width: 100%;
    height: 98px;
    text-align: center;
    background-color: black;
    border-top: solid 19px #a20530;
    border-bottom: solid 19px #a20530;
    transform: translate(0px, -450px);
}

.logo {
    width: 189px;
    height: 270px;
    position: absolute;
    top: 10px;
    left: 37%;
    margin-left: -300px;
}

.header-nav a {
    color: white;
    text-decoration: none;
    text-align: center;
    height: 98px;
    line-height: 98px;
    margin: 0px 25px;
    font-size: 1.2em;
    clear: right;
}

a:hover {
    color: #667568;
}

.header-nav a.current {
    border: solid #2395ad 1px;
    padding: 10px 25px;
    margin: 0px 0px;
    border-radius: 5px;
}

label {
    margin-left: 10VW;
    width: 50px;
    font-size: 3em;
    line-height: 98px;
    color: white;
    cursor: pointer;
    display: none;
    float: left;
}

#toggle {
    display: none;
}

/* --------  CAROUSEL  --------  */
/* ----  See application.css  ----  */


/* ---------  Email Form  ----------  */


#box-row {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0;
    background-color: #333;
}

.form-box {
    width: 25%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: white;
}

/* ---------  JUKEBOX  ----------  */

.jukebox {
    overflow: hidden;
    width: 100%;
    height: 320px;
    text-align: center;
    padding-top: 40px;
    margin-top: 40px;
    background-color: #a20530;
}

.jbox-artist {
    display: inline-block;
    width: 163px;
    height: 163px;
    margin: 20px;
    filter: drop-shadow(0.3vw 0.3vw 0.5vw #30010e);

}

.jbox-artist img {
    opacity: 1;
    border-radius: 50%;
}


.jbox-artist:hover img {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ---------  VIBES PAGE  ----------  */


/* .vibes-container {
    overflow: hidden;
    width: 790px;
    margin: auto;
    text-align: center;
}  */


.vibes-container-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.vibes-box-flex {
    flex: 250px;
    max-width: 250px;
    max-height: 250px;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: black;
}

.vibes-box img {
    vertical-align: middle;
}

.vibes-box-flex img:hover {
    opacity: .7;
}


/* ---------  FOOTER  ---------  */


footer {
    height: 68px;
    background-color: #ffffff;
    padding: 0 0 0 40px;
    line-height: 68px;
    clear: both;
}

footer ul {
    height: 68px;
    float: left;
}

footer li a {
    color: black;
}

footer li a:hover {
    color: #7a0026;
}

/* -- SOCIAL MEDIA ICONS --*/


.ft-social-list {
    color: black;
}

.ft-social-list li {
    margin: 0 0.3rem;
    font-size: 1.35rem;
    line-height: 68px;
}

/* ---------  GENERAL STYLES END ---------*/

/*----------  IPAD 768px STYLES  ------------------------------------------------------------*/


@media only screen and (min-device-width : 481px) and (max-device-width : 1024px) {


    body {
        background-image: url("none");
    }

    #wrapper {
        max-width: 768px;
    }

    header {
        width: 100%;
        height: 450px;
    }

    h1 {
        font-size: 3em;
        margin-top: .7em;
        margin-bottom: .7em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 2.1em;
    }

    /* .vibes-container {
        max-width: 70%;
        margin-left: 0;
        overflow: hidden;
    }  */

    /* ---------  IPAD 768px HEADER and NAV ---------   */

    #header-bar {
        width: 100%;
        height: 98px;
        text-align: center;
        background-color: black;
        border-top: solid 19px #a20530;
        border-bottom: solid 19px #a20530;
        transform: translate(0px, -375px);
    }

    .logo {
        width: 189px;
        height: 270px;
        margin-left: 2.5%;
    }

    /* ---------  iPad Hamburger Menu  ----------  */

    label {
        display: block;
        cursor: pointer;
        margin-bottom: -100px;
    }


    .header-nav {
        width: 25vw;
        margin-left: 6vw;
        margin-top: 25px;
        display: none;
    }

    .header-nav a {
        display: block;
        text-align: right;
        font-size: 1.1em;
        height: 50px;
        line-height: 50px;
        padding-right: 20px;
        background-color: #a20530;
    }

    .header-nav a.current {
        display: none;
    }

    #toggle:checked+.header-nav {
        display: block;
    }

    /* ---------  IPAD 768px MENU PAGE ---------  */


    .menu-container {
        width: 100%;
        margin: auto;
        text-align: center;
        overflow: hidden;
    }

    .menu-row {
        width: 90%;
        margin: 0px auto 10px;
        text-align: center;
    }

    .menu-text {
        display: inline-block;
        width: 35%;
        text-align: left;
        margin-right: 40px;
    }

    .menu-text:last-child {
        margin: 0;
    }


    /* ---------  IPAD 768px HOME PAGE ---------  */


    .featured-group {
        width: 90%;
        margin: auto;
        overflow: hidden;
    }

    .featured-image {
        width: 48%;
        margin-right: 2%;
        float: left;
    }

    .featured-image img {
        max-width: 100%;
        max-height: 100%;
    }

    .featured-text {
        display: inline-block;
        width: 48%;
        text-align: left;
        margin-left: 2%;
    }

    .featured-text2 {
        width: 47%;
        margin-right: 2%;
        float: left;
    }

    .featured-image2 {
        width: 48%;
        text-align: left;
        margin-left: 2%;
        float: left;
    }

    .featured-image2 img {
        max-width: 100%;
    }

    .jukebox {
        height: 100%;
        padding: 30px 0 30px;
    }

    .jbox-artist {
        margin: 10px;
        display: inline-block;
    }

    .jukebox-container {
        overflow: hidden;
        width: 94.4%;
        margin: auto;
        text-align: center;
    }

    .drinks-icon {
        display: block;
        margin-top: 0px;
    }


    /* ---------  IPAD 768px FORM  ---------  */

    .form-box {
        width: 33%;
    }

    /* ---------  IPAD 768px FOOTER  ---------  */


    footer li {
        display: inline-block;
        color: black;
    }

    .footer-main {
        width: auto;
    }

    .footer-main li {
        display: inline-block;
    }

    .footer-main li a {
        display: block;
        width: 70px;
    }
}


/*------------ IPAD 768px STYLE END ----------------*/

/*------------ LAPTOP 1200px STYLE ----------------*/

@media (min-width:1025px) {

    .header-nav {
        margin-left: 10%;
    }

    /* ---------  LAPTOP 1200px MAIN  ---------  */


    .featured-group {
        width: 790px;
        margin: auto;
        overflow: hidden;
    }

    .featured-image {
        width: 360px;
        height: 433px;
        margin-right: 40px;
        float: left;
    }

    .featured-text {
        height: 400px;
    }

    .featured-text:last-child {
        margin-right: 0px;
    }


    .featured-image2 {
        width: 390px;
        height: 285px;
        margin-right: 0px;
        float: left;
    }

    .featured-text2 {
        width: 360px;
        height: 285px;
        margin-right: 40px;
        float: left;
    }

    .jukebox {
        height: 300px;
    }

    .jukebox-container {
        overflow: hidden;
        width: 790px;
        margin: auto;
        text-align: center;
    }



    /* ---------  LAPTOP 1200px MENU PAGE  ---------  */

    .menu-container {
        width: 90%;
        margin: auto;
        text-align: center;
        overflow: hidden;
    }

    .menu-row {
        width: 100%;
        margin: 0px auto 10px;
        text-align: center;
    }

    .menu-text {
        display: inline-block;
        width: 275px;
        text-align: left;
        margin: 0 25px;
    }


    /* ---------  LAPTOP 1200px FOOTER  ---------  */


    footer li {
        display: inline-block;
        color: black;
    }

    .footer-main {
        width: auto;
    }

    .footer-main li {
        display: inline-block;
    }

    .footer-main li a {
        display: block;
        width: 75px;
    }

}

/*----------  MOBILE 480px STYLES  ------------------------------------------------------------*/


@media only screen and (min-device-width : 375px) and (max-device-width : 480px) {

    body {
        background-image: url("none");
    }

    #wrapper {
        width: 100%;
        max-width: 375px;
    }

    header {
        width: 100%;
        height: 400px;
    }

    p {
        font-size: 1.1em;
    }

    h1 {
        font-size: 3em;
        line-height: 1.2em;
        margin-top: .7em;
        margin-bottom: .7em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 2.1em;
    }


    /* ---------  MOBILE MAP ---------  */

    #map {
        height: 50vh;
        margin: 0 auto 40px;
    }


    /* ---------  MOBILE 480px HEADER and NAV --------- */

    #header-bar {
        width: 100%;
        height: 98px;
        text-align: center;
        background-color: black;
        border-top: solid 19px #a20530;
        border-bottom: solid 19px #a20530;
        transform: translate(0px, -325px);
    }

    .logo {
        margin-left: 12vw;
    }

    /* ---------  MOBILE Hamburger Menu  ---------- */

    label {
        display: block;
        cursor: pointer;
        margin-bottom: -100px;
    }

    .header-nav {
        width: 50vw;
        margin-left: 4vw;
        margin-top: -20px;
        display: none;
    }

    .header-nav a {
        display: block;
        text-align: right;
        font-size: 1.1em;
        height: 50px;
        line-height: 50px;
        padding-right: 20px;
        background-color: #a20530;
    }

    .header-nav a.current {
        display: none;
    }

    #toggle:checked+.header-nav {
        display: block;
    }

    /* ---------  MOBILE 480px MENU PAGE --------- */


    .menu-container {
        width: 100%;
        margin: auto;
        text-align: center;
        overflow: hidden;
    }

    .menu-row {
        width: 85%;
        margin: 0px auto 10px;
        text-align: center;
    }

    .menu-text {
        width: 100%;
        text-align: left;
        margin-right: 40px;
    }

    .menu-text:last-child {
        margin: 0;
    }


    /* ---------  MOBILE 480px HOME PAGE --------- */


    .featured-group {
        width: 90%;
        margin: auto;
        overflow: hidden;
    }

    .featured-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .featured-image img {
        max-width: 100%;
        max-height: 100%;
    }

    .featured-text {
        width: 100%;
        text-align: left;
    }


    .featured-text2 {
        width: 100%;
    }

    .featured-image2 {
        width: 100%;
        margin-top: 20px;
    }

    .featured-image2 img {
        max-width: 100%;
    }

    .jukebox {
        height: 100%;
        padding: 30px 0 30px;
    }

    .jbox-artist {
        margin: 10px;
        display: inline-block;
    }

    .jukebox-container {
        overflow: hidden;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    /* .vibes-container {
        width: 90%;
        text-align: center;
        overflow: hidden;
    }*/

    .drinks-icon {
        display: block;
        margin-top: 0px;
    }


    /* ---------  MOBILE 480px FORM  --------- */

    #box-row {
        width: 90%;
        padding: 30px 5%;
    }

    .form-box {
        width: 25%;
        height: auto;
        margin-left: 12.5%;
        text-align: left;
        color: white;
    }

    .vibes-container {
        width: 65%;
        overflow: visible;
    }



    /* ---------  MOBILE 480px FOOTER  --------- */

    footer {
        height: 110px;
        padding: 0;
    }

    footer ul {
        height: auto;
    }

    .footer-main {
        width: auto;
        text-align: center;
        line-height: 50px;
        float: none;
    }

    footer li {
        display: inline-block;
        color: black;
    }

    .footer-main li a {
        display: block;
        width: 70px;
        text-align: center;
    }

    footer ul.ft-social-list {
        width: auto;
        text-align: center;
        line-height: 50px;
        float: none;
    }

    .ft-social-list li {
        line-height: 50px;
    }


    /*------------ MOBILE 480px STYLE END ----------------*/

    /* end media qeuery */