
/* Section spesific styles*/

/* Rename panels (sections) to 1, 2, 3 etc when copy is final */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

*:not(input) {    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

:focus {
    outline: none;
    outline-color: none;
    outline-style: none;
    outline-width: none;
}




/* ---------------------------
    SECTION 1 - Welcome
------------------------------ */

#section1 {
    min-height: 380px;
    padding: 200px 0 240px;
    text-align: center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section1 .content-wrapper{
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;

}

#section1 #hair-logo {
    width: 100%;
    max-width: 400px;
    margin: 0px;
    padding: 0px;
}

.scroll-arrow {
	width: 100px;
	margin: 20px auto 0;
	padding: 10px;
	background-color: #897421;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.arrow {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-image: url('../images/scroll-arrow.svg');
	background-size: 30px 30px;
	background-repeat: no-repeat;
}

.no-svg .arrow {
	background-image: url('../images/scroll-arrow.png');
}

.scroll-text {
	font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.suppliers {
    position: absolute;
    bottom: 20px;
    right: 0px;
    background-color: rgba(255,255,255,0.1);
    padding: 5px 20px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 20;
    border: 1px solid #897421;
}

.aveda {
    width: 100px;
    height: 50px;
    background-image: url("../images/aveda.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;

}

.ghd {
    width: 100px;
    height: 50px;
    background-image: url("../images/ghd.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;
}

.wella {
    width: 100px;
    height: 50px;
    background-image: url("../images/wella.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;
    margin-top: 8px;
}

/* ---------------------------
    SECTION 2 - Intro
------------------------------ */

#section2 {
    padding: 80px 0;
    text-align: center;
    z-index: 3;
    margin-bottom: 80vh;
}

/* #section2 .content-wrapper p {
    font-family: "adobe-garamond-pro",serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    color: #fff;
} */

#section2 .social .facebook-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 40px auto 3px;
    background-image: url("../images/facebook-icon.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 50px;
}

#section2 .social .facebook-icon:hover {
    background-image: url("../images/facebook-icon.svg");
    background-position: 0 -50px;
}

#section2 .social p {
    font-size: 1rem;
    font-style: italic;
    color: #FFFFFF;
}


/* ---------------------------
    PANEL 3 - Parallax
------------------------------ */

#section3 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/hair-of-ely-salon.jpg');
}

#section3 .inner {
    padding: 200px 100px;
}

#section3 .content {
    padding: 20px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}


/* ---------------------------
    SECTION 4 - About us
------------------------------ */

#section4 {
    padding: 80px 0;
    /* text-align: center; */
    z-index: 3;
}

#section4 .content-wrapper p {
    /* font-family: "adobe-garamond-pro",serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    color: #313131; */
}


/* ---------------------------
    PANEL 5 - Parallax
------------------------------ */


/* #section5a {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/hair-of-ely-salon_bw.jpg');
    opacity: 0;
} */

#section5 {
    z-index: 1;
    position: relative;
    padding: 5%;
    /* background-color: #2a2c2a; */
    background-color: #2a2c2a;
}

#section5 .inner {
    max-width: 600px;
    margin: 0px auto;
    position: relative;
    z-index: 2 !important;
}

/* #section5 .inner-bcg {
    width: 100%;
    height: 100vh;

    background-color: #373a36;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/hair-of-ely-salon_KB.png');
} */

#section5 .content {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    border-radius: 15px;
    /* background-color: rgba(55, 58, 54, .8); */
    background-color: rgba(255, 255, 255, .8);
    color: #fff;
}

#section5 table.datagrid { border-collapse: collapse; text-align: left; width: 280px; }
#section5 table.datagrid { width: 100%; font-family: "Open Sans", sans-serif; font-size: 1.1rem; line-height: 1.6em; font-weight: 400; background: transparent; overflow: hidden; border: 1px solid #373a36; }
#section5 table.datagrid td { padding: 5px 10px; border-left: 1px solid #373a36; }
#section5 table.datagrid td.emph { font-weight: 800; }
#section5 table.datagrid td:first-child { border-left: none; }
#section5 table.datagrid tr:last-child td { border-bottom: none; }
#section5 table.datagrid tr { color: #373a36; }
#section5 table.datagrid tr.alt { background: rgba(55, 58, 54, .8); color: #FFFFFF; }
#section5 .datagrid table tbody td:first-child { border-left: none; }
#section5 .datagrid table tbody tr:last-child td { border-bottom: none; }


/* ---------------------------
    PANEL 6 - Pricelist
------------------------------ */

#section6 {
    padding: 80px 0;
    text-align: center;
    z-index: 3;
}

#section6 .content-wrapper p {
    /* font-family: "adobe-garamond-pro",serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal; */
    text-align: left;
    color: #fff;
}

#section6 .pricelist-expand-btn {
	font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 800;
    color: #897421;
    background-color: rgba(255,255,255,1);
    padding: 5px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /*cursor: pointer;*/
}

/*#section6 .pricelist-expand-btn:hover {
    background-color: rgba(255,255,255,0.6);
}*/

#section6 table.priceList { border-collapse: collapse; text-align: left; width: 100%;  margin-bottom: 15px;}
#section6 table.priceList { font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1.6em; font-weight: 400; background: transparent; overflow: hidden; border: 1px solid #FFFFFF; }
#section6 table.priceList thead.ttitle {background-color: rgba(255,255,255,1); color: #897421; text-transform: uppercase; font-weight: 600;}
#section6 table.priceList td { padding: 5px 10px; border-left: 1px solid #FFFFFF; }
#section6 table.priceList td.emph { font-weight: 800; }
#section6 table.priceList td:first-child { border-left: none; }
#section6 table.priceList tr:last-child td { border-bottom: none; }
#section6 table.priceList tr.last-line { border-bottom: 1px solid #FFFFFF; }
#section6 table.priceList tr.alt { background: rgba(255,255,255,0.1); }
#section6 table.priceList tr.sub { background: rgba(0,0,0,0.2); }
#section6 table.priceList .tabBody { display: block; }
#section6 .priceList table tbody td:first-child { border-left: none; }
#section6 .priceList table tbody tr:last-child td { border-bottom: none; }
#section6 p.tableLegend {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #ffffff;
    margin: 5px 0;
    font-style: italic;
    text-align: left;
}

#pricelist {
    display: none;
}



/* ---------------------------
    SECTION 7 - The team
------------------------------ */

#section7 {
    padding: 80px 0;
    text-align: center;
    z-index: 3;
}

#section7 .content-wrapper p {
    /* font-family: "adobe-garamond-pro",serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal; */
    text-align: center;
    color: #373a36;
}
#section7 .team-members {
    max-width: 1220px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    padding: 0 20px;
}
#section7 .team-member {
	width: 24%;
    margin-bottom: 1%;
}
#section7 .staff {
	width: 19%;
    margin-bottom: 1%;
}
#section7 .team-wrap {
	width: auto;
	position: relative;
	cursor: pointer;
}

#section7 .team-info {
	padding: 10px 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	/*display: none;*/
}

#section7 .team-info h2 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    color: #897421;
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin: 0 0 0 0;
    padding-bottom: 3px;
}

#section7 .team-info p {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
    color: #fff;
}


/* ---------------------------
    PANEL 8 - Parallax
------------------------------ */

#section8 {
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../images/pic2_bigger.jpg');
}

#section8 .inner {
    padding: 140px 100px;
}

#section8 .content {
    padding: 20px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}


/* ---------------------------
    SECTION 9 - products
------------------------------ */

#section9 {
    padding: 80px 0;
    text-align: center;
    z-index: 3;
}

#section9 .content-wrapper p {
    /* font-family: "adobe-garamond-pro",serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal; */
    text-align: left;
    color: #373a36;
}

#section9 img {
    margin-top: 40px;
}

.suppliers-s9 {
    max-width: 320px;
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 5px 20px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 20;
}

.aveda-s9 {
    width: 33.333333%;
    height: 80px;
    float: left;
    background-image: url("../images/aveda-blk.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;

}

.ghd-s9 {
    width: 33.333333%;
    height: 80px;
    float: left;
    background-image: url("../images/ghd-blk.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;
}

.wella-s9 {
    width: 33.333333%;
    height: 80px;
    float: right;
    background-image: url("../images/wella-blk.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;
}


/* ---------------------------
    SECTION 10 - Contact
------------------------------ */

#section10 {
    padding: 80px 0;
    text-align: center;
    z-index: 3;
    margin-bottom: 475px;
}

#section10 .content-wrapper p {
    /* font-size: 16px;
    line-height: 23px; */
    font-weight: normal;
    color: #ffffff;
}

#section10 .content-wrapper h2 {
    font-weight: 300;
    margin-bottom: 20px;
    color: #b09700;
}

#section10 .contact-social {
    max-width: 280px;
    margin: 0 auto;
}

#section10 .contact-social .facebook-icon-blk {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 auto 10px;
    background-image: url("../images/facebook-icon.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 50px;
}

#section10 .contact-social .facebook-icon-blk:hover {
    background-image: url("../images/facebook-icon.svg");
    background-position: 0 -50px;
}


/* ---------------------------
    SECTION 11 - products
------------------------------ */


#section11 {
    width: 100%;
    height: 475px;
    position: fixed;
    bottom: 0;
    z-index: -1;
}

#section11 #map {
    height: 475px;
    width: 100%;
  }

  #section11 #google-map-content {
    transform: translateY(-10px);
  }

 #section11 .googlemap-heading {
    margin: 0 0 0 0 !important;
    font-size: 20px !important;
    line-height: 1.4em !important;
 }





@media only screen and (max-width: 960px) {

    #section7 .team-member, #section7 .staff {
        width: 48%;
        margin-bottom: 4%;
    }

    #section1 {
        padding: 160px 0 200px;
    }
    #section4 {
        padding: 40px 0px 0px;
    }
    #section6{
        padding: 40px 0px 40px;
    }
    #section7, #section9, #section10 {
        padding: 60px 0px 60px;
    }
    #section7 .content-wrapper {
        padding: 0px 60px;
    }

}






@media only screen and (max-width: 600px) {

    .appt-text {
        display: none;
    }

    #section1 {
        padding: 140px 0 100px;
    }

    #section1 #hair-logo {
        margin: 40px auto 20px;
        padding: 0 20px;
        max-width: 340px;
    }

    #section1 .content-wrapper{
        z-index: 2;
        margin-bottom: 100px;
    }

    #section2 {
        padding: 40px 0px;
    }

    #section3 {
        background-attachment: local;
        /* background-position: 0px 0px !important; */
    }

    #section4 {
        padding: 40px 0px 0px;
    }

    #section5 {
        padding: 60px 20px;
    }

    #section5 .inner-bcg {
        background-attachment: local;
        background-position: center;
    }

    #section5 .content h1 {
        color: #fff;
    }

    #section6 {
        padding: 40px 0px;
    }


    #section6 table.priceList td {
        padding: 3px 3px;
    }

    #section6 table.priceList {
        font-size: 11px;
    }


    #section7 {
        padding: 40px 0px;
    }
    #section7 .content-wrapper {
        padding: 0px 20px;
    }

    #section8 {
        background-attachment: local;
        background-position: 0px 0px !important;
    }

    #section9 {
        padding: 40px 0px;
    }

    .suppliers {
        max-width: 220px;
        position: relative;
        bottom: 70px;
        margin: 0 auto;
        border-radius: 6px;
        margin-bottom: 20px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .aveda {
        width: 33.333333%;
        margin: 0 auto;
        float: left;

    }

    .ghd {
        width: 33.333333%;
        margin: 0 auto;
        float: left;
    }

    .wella {
        width: 33.333333%;
        margin: 0 auto;
        float: right;
    }

    #section10 {
        padding: 40px 0px;
    }


    .aveda-s9 {
        width: 33.333333%;
        height: 60px;

    }

    .ghd-s9 {
        width: 33.333333%;
        height: 60px;
    }

    .wella-s9 {
        width: 33.333333%;
        height: 60px;
    }




}



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

    #section7 .team-member, #section7 .staff {
        width: 100%;
        margin-bottom:40px;
    }
    #section1 #hair-logo {
        padding: 0 40px;
    }

}

