html {
  scroll-behavior: smooth;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, #menu-wrapper > * {
    font-family: 'Bebas Neue', sans-serif;
}

ul, li, span, p, a {
    font-family: 'Karla', sans-serif;
}

.grid-container {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(12,1fr);
    display: -ms-grid;
    display: grid;
    grid-gap: 0.5vw;
}

.grid-container > *{
    grid-column: 2 / 12;
}

.block {
    display: block;
}

svg {
    max-width: 50px;
}

a.button {
    color: rgba(255,255,255,.90);
    text-decoration: none;
    font-weight: bold;
    border: 2px solid rgba(255,255,255,.90);
    padding: 15px 0;
    max-width: 300px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .5s;
    transition: all .5s;
}

a.button:hover {
    color: #303030;
    background: rgba(255,255,255,.90);
}

img {
    width: 100%;
}

div#wrapper {
    max-width: 1920px;
    margin: 0 auto;
    box-shadow: 0 0 15px #ededed;
}

main#main section {
    padding: 75px 0;
}

@media (max-width: 1024px) {
    .grid-container > *{
        grid-column: 1 / 13;
    }

    main#main section {
        padding: 50px 4vw;
    }
}

/*** Lity Scheduling Popover ***/

.lity-iframe-container {
    height: 100vh!important;
}

/*** Header ***/

header {
    display: flex;
    justify-content: space-between;
    background-color: rgba(18,18,18,.9);
    position: absolute;
    width: 100%;
}

div#logo {
    flex-basis: 30%;
}

div#logo img {
    width: 175px;
    padding: 25px 0 25px 50px;
}

header nav {
    flex-basis: 70%;
    display: flex;
}

header nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    justify-content: flex-end;
}

header nav ul li {
    padding: 0 2%;
    display: flex;
    flex: auto;
    justify-content: center;
}

header nav ul li a {
    color: rgba(255,255,255,.90);
    text-decoration: none;
} 

header nav ul li.phone > * {
    display: inline-block;
}

header nav ul li.phone svg {
    max-width: 15px;
    margin-right: 10px;
}

a#menu-toggle {
    display: none;
}

@media (max-width: 991px) {
    header {
        /*position: relative;*/
        align-items: center;
    }

    header nav {
        position: absolute;
        background: #000;
        top: 100%;
        right: 0;
        background: rgba(18,18,18,.9);
        -webkit-transition: all .5s;
        transition: all .5s;
        
    }

    header nav ul {
        display: none;
    }

    a#menu-toggle {
        width: 30px;
        position: absolute;
        right: 40px;
        display: block;
    }

    nav#nav ul {
        margin: 0;
    }

    nav#nav ul li a {
        padding: 15px;
        min-width: 300px;
        border-bottom: 1px solid rgba(255,255,255,.4);
    }

    li.phone {
        display: none;
    }

}

@media (max-width: 480px) {
    div#logo img {
    width: 150px;
    padding: 25px 0 25px 15px;}
}

/*** Banner ***/

section#banner-container {
    background-image: url(images/banner-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}

div#banner-inner {
    padding: 350px 0 200px;
    text-align: center;
}

div#banner-inner h1 {
    font-size: 72px;
    line-height: 82px;
    color: rgba(255,255,255,.90);
    letter-spacing: 2px;
    margin: 0 0 30px;
}

@media (max-width: 991px) {
    section#banner-container {
        padding: 0 4vw;
    }

    div#banner-inner h1 {
        font-size: 62px;
        line-height: 72px;
    }

    div#banner-inner {
        padding: 250px 0 100px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    div#banner-inner h1 {
        font-size: 36px;
        line-height: 40px;
    }
}

/*** Intro ***/

section#intro-container div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section#intro-container div > * {
    padding: 0 15px;
}



section#intro-container div h2 {
    flex-basis: 35%;
    color: #303030;
    margin: 0;
    font-size: 6vw;
    line-height: 6.1vw;
}

section#intro-container div p {
    flex-basis: 44%;
    font-size: 21px;
    line-height: 32px;
    color: #303030;
    margin: 0;
}

@media (min-width: 1921px) {
    section#intro-container div h2 {
        font-size: 115px;
        line-height: 116px;
    }

}

@media (max-width: 1200px) {
    section#intro-container div {
        grid-column: 1 / 13;
    }
}

@media (max-width: 1024px) {
    section#intro-container div {
        display: block;
    }
}

@media (max-width: 768px) {
    section#intro-container div h2 {
        font-size: 50px;
        line-height: 52px;
    }
}

/*** Menu ***/

section#menu-container {
    background-image: url(images/menu-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#menu-container h2 {
    font-size: 78px;
    color: rgba(255,255,255,.90);
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
}

section#menu-container p {
    font-size: 23px;
    color: rgba(255,255,255,.90);
    text-align: center;
    margin-top: 0;
    font-style: italic;
}

section#menu-container div#menu-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: clamp(2rem, 5vw, 4rem);
}

/* Make the two columns equal width */
section#menu-container #menu-left,
section#menu-container #menu-right {
    flex: 1;
}

section#menu-container div.menu-item {
    display: flex;
    align-items: flex-end;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    justify-content: space-between;
}

section#menu-container .menu-text {
    margin-right: 15px;
}

section#menu-container span.item-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 29px;
    line-height: 36px;
    color: rgba(255,255,255,.90);
    letter-spacing: 1px;
}

section#menu-container span.item-description {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255,255,255,.90);
    display: block;
    letter-spacing: 1px;
}

section#menu-container span.menu-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 29px;
    line-height: 26px;
    color: rgba(255,255,255,.90);
    display: block;
    white-space: nowrap;
}

@media (max-width: 991px) {
    section#menu-container h2 {
        font-size: 50px;
        line-height: 52px;
    }

    section#menu-container p {
        font-size: 19px;
        line-height: 24px;
    }

    section#menu-container div#menu-wrapper {
        display: block;
    }

    section#menu-container div#menu-right {
        padding-left: 0;
    }

    section#menu-container div#menu-left {
        padding-right: 0;
    }

}

/*** Offers ***/

section#offers-container h2 {
    font-size: 78px;
    line-height: 93px;
    color: #303030;
    margin-bottom: 0;
    text-align: center;
    margin-top: 0;
}

section#offers-container p {
    font-size: 23px;
    line-height: 31px;
    color: #303030;
    text-align: center;
    margin-top: 0;
}

section#offers-container .offer-item {
    padding: 60px 25px;
    box-shadow: 0 0 15px #dcdcdc;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#offers-container div#offers-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section#offers-container div#offers-wrapper div {
    flex-basis: 25%;
    margin: 15px;
}

section#offers-container div#offers-wrapper div span.offer-big {
    font-size: 95px;
    line-height: 51px;
    font-family: 'Bebas Neue', sans-serif;
    display: block;
    text-align: center;
    color: #303030;
}

section#offers-container div#offers-wrapper div span.offer-small {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 20px;
    color: #303030;
}

section#offers-container div#offers-wrapper div span.offer-big .smaller {
    font-size: 51px;
    line-height: 58px;
    font-family: 'Bebas Neue', sans-serif;
}

@media (max-width: 1215px) {
    section#offers-container div#offers-wrapper {
        grid-column: 1 / 13;
    }
}

@media (max-width: 1024px) {
    section#offers-container div#offers-wrapper div {
        flex-basis: 24%;
    }

    section#offers-container div#offers-wrapper div span.offer-big {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    section#offers-container h2 {
        font-size: 50px;
        line-height: 52px;
    }

    section#offers-container p {
        font-size: 19px;
        line-height: 24px;
    }

    section#offers-container div#offers-wrapper div {
        flex-basis: 100%;
    }
}

/*** Hours ***/

section#hours-container {
    background-image: url(images/hours-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#hours-container h2 {
    font-size: 72px;
    line-height: 86px;
    text-align: center;
    color: rgba(255,255,255,.90);
    letter-spacing: 2px;
    margin: 0 0 50px;
}

section#hours-container div#hours-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

section#hours-container div#hours-left {
    padding-right: 75px;
    flex-basis: 30%;

}

section#hours-container div#hours-right {
    padding-left: 75px;
    flex-basis: 30%;
}

section#hours-container .hours-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin-bottom: 20px;
}

section#hours-container .hours-item * {
    color: rgba(255,255,255,.90);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 29px;
    line-height: 35px;
}

section#hours-container .hours-item.last {
    border: none;
} 

section#hours-container .hours-item .karla {
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    font-family: 'Karla', sans-serif;
}

section#hours-container .hours-item .hours {
    white-space: nowrap;
}

@media (max-width: 991px) {
    section#hours-container div#hours-wrapper {
        display: block;
    }

    section#hours-container div#hours-right {
        padding-left: 0;
    }

    section#hours-container div#hours-left {
        padding-right: 0;
    }

    section#hours-container h2 {
        font-size: 50px;
        line-height: 52px;
    }

}


/*** Avi ***/

section#avi-container div#avi-left {
    grid-column: 2 / 5;
    text-align: center;
    margin: 0 30px 0 0;
}

section#avi-container div#avi-left #left-wrapper {
    box-shadow: 0 0 15px #dcdcdc;
}

section#avi-container div#avi-left div#avi-hairdoc {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 20px 0;
}

section#avi-container #avi-hairdoc svg {
    width: 45px;
    margin-right: 5px;
}

section#avi-container .avi-text-small {
    font-size: 24px;
    line-height: 36px;
    color: #c2c1c0;
    font-weight: bold;
}

section#avi-container .avi-text-big {
    font-size: 46px;
    line-height: 31px;
    font-family: 'Bebas Neue', sans-serif;
    color: #303030;
}

section#avi-container div#avi-right {
    grid-column: 5 / 12;
    padding: 0 100px 0 50px;
}

section#avi-container .avi-title-small {
    font-size: 47px;
    line-height: 75px;
    color: #c2c1c0;
    font-weight: bold;
}

section#avi-container .avi-title-big {
    font-size: 91px;
    line-height: 61px;
    font-family: 'Bebas Neue', sans-serif;
    color: #303030;
}

section#avi-container p {
    font-size: 16px;
    line-height: 28px;
    color: #303030;
}

@media (max-width: 1024px) {
    section#avi-container div#avi-left {
        grid-column: 1 / 5;
        text-align: center;
        margin: 0;
    }

    section#avi-container div#avi-right {
        grid-column: 5 / 13;
        padding: 0 0 0 20px;
    }
}

@media (max-width: 1024px) {
    section#avi-container div#avi-left {
        grid-column: 1 / 5;
        text-align: center;
        margin: 0;
    }

    section#avi-container div#avi-right {
        grid-column: 5 / 13;
        padding: 0 0 0 20px;
    }
}

@media (max-width: 768px) {
    section#avi-container div#avi-left {
        grid-column: 1 / 13;
        width: 100%;
        max-width: 400px;
    }

    section#avi-container div#avi-right {
        grid-column: 1 / 13;
        padding: 0;
    }

    section#avi-container .avi-title-big {
        font-size: 85px;
        line-height: 73px;
    }

    section#avi-container .avi-title-small {
        font-size: 32px;
        line-height: 44px;
        margin-top: 20px;
    }
}

/*** Footer ***/

footer#footer div#footer-left,
footer#footer div#footer-right {
    padding: 75px 4vw;
}

footer#footer div#footer-left {
    grid-column: 1 / 7;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer#footer div#footer-left h2 {
    font-size: 60px;
    line-height: 62px;
    color: rgba(255,255,255,.90);
    text-align: center;
    margin: 0;
    letter-spacing: 2px;
}

footer#footer a.button {
    margin-top: 20px;
}

footer#footer div#footer-right {
    grid-column: 7 / 13;
    background-color: #303030;
    display: flex;
    align-items: center;
}

footer#footer div#footer-right #footer-right-inner {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 0 auto;
}

footer#footer div#footer-right > * {
    display: flex;
    align-items: center;
}

footer#footer div#footer-right .contact-text,
footer#footer div#footer-right .contact-text a {
    color: #fff;
    font-size: 22px;
    line-height: 23px;
    text-decoration: none;
}

footer#footer div#footer-right #footer-right-inner span {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer#footer div#footer-right #footer-right-inner span.instagram {
    margin-bottom: 0;
}

#footer-right span.instagram svg {
    width: 25px;
    margin-right: 10px;
}

#footer-right svg {
    width: 30px;
    margin-right: 5px;
}

div#footer-legal {
    padding: 5px 0 10px;
}

div#footer-legal,
div#footer-legal a {
    font-size: 16px;
    line-height: 25px;
    color: #303030;
    text-align: center;
    text-decoration: none;
    font-family: 'Karla', sans-serif;
}

@media (max-width: 1024px) {
    footer#footer div#footer-left h2 {
        font-size: 48px;
        line-height: 50px;
    }
}

@media (max-width: 768px) {
    footer#footer div#footer-left {
        grid-column: 1 / 13;
        grid-row: 1;
    }

    footer#footer div#footer-right {
        grid-column: 1 / 13;
        grid-row: 2;
    }

    footer#footer div#footer-legal {
        grid-row: 3;
    }
}
