﻿html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #F6F6F6;
}

@font-face {
    font-family: 'dancing_script_otregular';
    src: url('../fonts/dancingscript-regular-webfont.eot');
    src: url('../fonts/dancingscript-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dancingscript-regular-webfont.woff2') format('woff2'), url('../fonts/dancingscript-regular-webfont.woff') format('woff'), url('../fonts/dancingscript-regular-webfont.ttf') format('truetype'), url('../fonts/dancingscript-regular-webfont.svg#dancing_script_otregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alluraregular';
    src: url('../fonts/allura-regular-webfont.eot');
    src: url('../fonts/allura-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/allura-regular-webfont.woff2') format('woff2'), url('../fonts/allura-regular-webfont.woff') format('woff'), url('../fonts/allura-regular-webfont.ttf') format('truetype'), url('../fonts/allura-regular-webfont.svg#alluraregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    font-family: 'dancing_script_otregular';
    font-size: 40px;
    padding: 0;
    margin: 0;
}
h2{
  font-size: 36px;
}
h3{
  font-size: 30px;
}

#home {
    position: absolute;
    top: 0;
}

.logo--wrap {
    vertical-align: middle;
    display: inline-block;
    padding: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: 500;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

    header.header-shrink {
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    }

    header .header-inner {
        margin: auto;
        padding-bottom: 10px;
        text-align: center;
        margin-top: 2px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

a.header-logo {
    display: block;
    text-decoration: none;
}

header.header-shrink .header-inner {
    margin-top: 0;
    padding-bottom: 15px;
}

header nav {
    display: inline-block;
    position: relative;
}

    /* Transitions and class for reduced height */
    header nav a {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        color: #4B4B4B;
        padding: 10px 15px;
    }

header.header-shrink nav a {
    vertical-align: middle;
}


header.header-shrink .header-logo {
    padding: 0 10px;
}

/* LARGE GRAPHIC WRAPPER BACKGROUND IMAGES */

/* CONTAINER */
.content-wrapper {
    margin-top: 200px;
}

.hero-wrapper {
    width: 100%;
    height: 650px;
    position: relative;
    padding-top: 80px;
}

    .hero-wrapper.hero-wrapper--nails {
        background: url('../imgs/hero-nails.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .hero-wrapper.hero-wrapper--skin {
        background: url('../imgs/hero-hair.jpg') no-repeat center center fixed;
        /*background-position-y: 100px;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .hero-wrapper.hero-wrapper--spa {
        background: url('../imgs/hero-spa.jpg') no-repeat center center fixed;
        /*background-position-y: 100px;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .hero-wrapper.hero-wrapper--wax {
        background: url('../imgs/hero-wax.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*background-position-y: -135px;*/
    }

.header-logo h1 {
    font-size: 65px;
    padding: 10px;
    font-family: 'alluraregular';
    color: #008080;
}

header.header-shrink .header-logo h1 {
    padding-bottom: 0;
    font-size: 30px;
}

.hero-wrapper h1,
.section-title,
footer h1,
.hero-wrapper p,
.location-wrapper h1,
.location-wrapper p {
    margin: 0;
    padding: 10px 20px;
}

.space-xtra--top {
    padding-top: 30px;
}

.hero-wrapper h2,
.location-wrapper h2 {
    font-size: 32px;
}

.hero-wrapper p,
.location-wrapper p {
    font-size: 16px;
}

.location-google-maps {
    height: 425px;
}

.hero-text--wrapper {
    position: absolute;
    top: 15px;
    z-index: 1;
    width: 50%;
}
/* TRIANGLES */

.triangle {
    position: absolute;
}

    .triangle.triangle-teal,
    .triangle.triangle-coral {
        left: 0;
        bottom: 0;
        opacity: .8;
    }

    .triangle.triangle-text {
        right: 0;
        top: 0;
    }

.location-wrapper {
    position: relative;
    height: 450px;
}

    .location-wrapper .hero-text--wrapper {
        width: 100%;
    }
/* ON PAGE LINKS */
.header-inner nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-inner nav li {
    display: inline-block;
}

nav a:hover,
nav a.active {
    border-bottom: 3px solid #F88379;
    box-shadow: 0px 9px 6px -6px rgba(0, 0, 0, 0.22);
}

a.nav-tel-link:hover {
    border: none;
    box-shadow: none;
    cursor: default;
}

.header-logo.active {
    border-bottom: none;
    box-shadow: none !important;
}

.footer-ripple {
    display: block;
    height: 15px;
    width: 100%;
    background: url('../imgs/triangle.png') repeat-x;
    z-index: 25;
    margin-top: -18px;
    position: absolute;
}

.about-wrap {
    margin: 0 15px;
    padding-bottom: 20px;
}

.icon-spa {
    width: 50%;
    margin: auto;
    display: block;
}

.about-wrap a.link-phone-number {
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.location-wrapper a,
.visible-text-link {
    color: #008080;
    border-bottom: 1px dotted #FF7F50;
    text-decoration: none;
}

a.link-phone-number {
    text-decoration: none;
    border-bottom: none;
    color: #333;
    cursor: default;
}

a.btm-orange {
    border-bottom: 3px solid #B67344;
}

a.btm-blue {
    border-bottom: 3px solid #48617B;
}

a.btm-green {
    border-bottom: 3px solid #B2B77E;
}

a.btm-red {
    border-bottom: 3px solid #93352D;
}

footer {
    background-color: #333;
    color: #e7e7e7;
    padding: 20px;
    box-shadow: inset 0px 9px 30px -5px #000;
    margin-top: -5px;
    text-shadow: 1px 1px 1px #000;
}

.disclaimer {
    font-size: 12px;
}

.services-list ul {
    display: inline-block;
    vertical-align: top;
}

.mobile-menu {
    display: none;
}

.icon-phone {
    width: 20px;
    vertical-align: bottom;
}

.social-media-wrap img {
    width: 25px;
    padding: 0 3px;
    opacity: .8;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

    .social-media-wrap img:hover {
        opacity: 1;
    }

.social-media-wrap a {
    padding: inherit;
}

.slider-image {
    padding: 15px;
}

    .slider-image img {
        width: 100%;
        display: block;
    }

.cbp-spmenu {
    display: none;
}

@media screen and (max-width: 48em), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
    header {
        padding: 10px 0;
    }

        header .header-inner,
        header.header-shrink .header-inner {
            padding-bottom: 0;
            margin-top: 0;
        }

    .header-inner nav li {
        display: block;
        padding: 10px 0;
    }

    header nav {
        width: 100%;
        display: none;
    }

    .mobile-menu {
        display: block;
        padding-bottom: 18px;
    }

    .header-shrink .mobile-menu {
        padding-bottom: 0;
        margin-top: 5px;
    }

    .content-wrapper {
        margin-top: 155px;
    }

    .location-wrapper {
        height: 300px;
    }

    .mobile-menu--button {
        text-align: center;
    }

    .mobile-menu--text:after {
        font-size: 12px;
        font-weight: bold;
        color: #008080;
        content: 'MENU';
    }

    .line1, .line2, .line3 {
        width: 25px;
        height: 3px;
        background-color: black;
        display: block;
        margin: 5px auto;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .mobile-menu--button.active {
        margin-top: 10px;
    }

    .active .line1 {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 0 auto;
    }

    .active .line2 {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: -3px auto 0 auto;
    }

    .active .line3 {
        display: none;
    }

    .active .mobile-menu--text:after {
        color: #F88379;
        padding-top: 15px;
        display: block;
        content: 'CLOSE';
    }

    section#location {
        margin-bottom: 25px;
        background: #eee;
    }

    .location-wrapper {
        height: 400px;
        padding-bottom: 10px;
        background: #eee;
    }

        .location-wrapper a.link-phone-number {
            color: #008080;
            border-bottom: 1px dotted #FF7F50;
            text-decoration: none;
        }

    .location-google-maps {
        height: 400px;
    }

    foooter {
        margin-top: 0;
    }

    .footer-ripple {
        margin-top: -20px;
    }

    .hero-wrapper.hero-wrapper--nails {
        background: url('../imgs/hero-nails.tablet.jpg') no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .hero-wrapper.hero-wrapper--skin {
        background: url('../imgs/hero-hair.tablet.jpg') no-repeat center center scroll;
        /*background-position-y: 100px;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .hero-wrapper.hero-wrapper--spa {
        background: url('../imgs/hero-spa.tablet.jpg') no-repeat center center scroll;
        /*background-position-y: 100px;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .hero-wrapper.hero-wrapper--wax {
        background: url('../imgs/hero-wax.tablet.jpg') no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*background-position-y: -135px;*/
    }

    .mobile-menu--button {
        display: inline-block;
        width: 10%;
        vertical-align: middle;
        margin-left: 10px;
    }

    .header-inner, a.header-logo {
        display: inline-block;
        width: 85%;
        vertical-align: middle;
    }
    /* General styles for all menus */
    .cbp-spmenu {
        background: #4B4B4B;
        position: fixed;
        z-index: 1000;
        display: block;
    }

        .cbp-spmenu h3 {
            color: #afdefa;
            font-size: 1.9em;
            padding: 20px;
            margin: 0;
            font-weight: 300;
            background: #0d77b6;
        }

        .cbp-spmenu a {
            font-size: 18px;
            font-weight: 300;
            text-decoration: none;
            color: #f6f6f6;
            padding: 10px 15px;
            display: block;
        }

    .cbp-spmenu-vertical {
        width: 240px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }

    .cbp-spmenu-right {
        right: -240px;
    }

        .cbp-spmenu-right.cbp-spmenu-open {
            right: 0px;
        }
    /* Push classes applied to the body */

    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }

    .cbp-spmenu-push-toright {
        left: 240px;
    }

    .cbp-spmenu,
    .cbp-spmenu-push {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    ul.mobile-menu--lists {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-menu--lists li {
        border-bottom: 1px solid #444;
    }

    .social-media-wrap a {
        padding: 0 5px;
        display: inline-block;
    }

    .social-media-wrap {
        text-align: center;
        padding-top: 10px;
    }

        .social-media-wrap img {
            width: 35px;
        }

    .about-wrap {
        margin: 0 15px 15px 15px;

    }

    .hero-text--wrapper {
        top: 0;
        padding-top: 15px;
        width: 100%;
        background-color: #EEE;
        left: 0;
    }

    .triangle.triangle-text {
        display: none;
    }
    /* custom wrapper heights */
    .hero-wrapper--nails {
        height: 450px;
    }
}

@media screen and (max-width: 35.5em) {
    .content-wrapper {
        margin-top: 110px;
    }

    header nav {
        overflow: auto;
        height: 100%;
    }

    .no-scroll {
        position: fixed;
    }

    /*.hero-wrapper {
        height: 450px;
    }*/

    .header-logo h1 {
        padding: 0;
        font-size: 2.5rem;
    }

    .hero-wrapper.hero-wrapper--nails {
        background-position-y: 0;
    }



    .location-google-maps {
        height: 300px;
        margin-bottom: 25px;
    }

    .footer-ripple {
        margin-top: -20px;
    }

    .hero-wrapper.hero-wrapper--nails {
        background: url('../imgs/hero-nails.mobile.jpg') no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .hero-wrapper.hero-wrapper--skin {
        background: url('../imgs/hero-hair.mobile.jpg') no-repeat center center scroll;
        /*background-position-y: 100px;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .hero-wrapper.hero-wrapper--spa {
        background: url('../imgs/hero-spa.mobile.jpg') no-repeat center center scroll;
        /*background-position-y: 100px;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .hero-wrapper.hero-wrapper--wax {
        background: url('../imgs/hero-wax.mobile.jpg') no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*background-position-y: -135px;*/
    }
}
