﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, span {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'azo-sans-web', sans-serif;
    font-size: 16px;    
}


a:any-link {
    color: darkslategrey;
    text-decoration: none;
}

a:hover {
    color:lightslategrey;
    
}

/* Header Section */

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.comp-name {
    margin: 0;
    font-weight:200;
    width: 25%;
    max-width: 25%;
    height: 5rem;
    box-sizing: border-box;
    background-image: url(../images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.comp-namerb {
    margin: 0;
    font-weight:200;
    width: 25%;
    max-width: 25%;
    height: 2.5rem;
    box-sizing: border-box;
    background-image: url(../images/Rebrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-nav {
    margin: 0;
    font-weight:200;
    width: 50%;
    max-width: 50%;
    box-sizing: border-box;
}

.main-ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}

.main-li {
    margin: 0;
    list-style-type: none;
}

.main-li a {
    font-weight:200;
    text-decoration: none;
    color: #000000;
    transition: 0.5s;
}

.main-li a:hover {
    color: #669999;
    font-weight: 400;
}

.main-social {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    width: 25%;
    max-width: 25%;
    box-sizing: border-box;
}

.fabh {
    padding: 1rem;
}

.fa-facebook-f {
    color: #3b5998;
}

.fa-twitter {
    color: #00aced;
}

.fa-instagram {
    color: #bc2a8d;
}

.fa-youtube {
    color: #bb0000;
}

/* Header Section */

/* Main Section */

.index {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow {
    position: relative;
    width: 70vw;
    height: 50vh;
    box-sizing: border-box;
    padding: 0;
}

.slideshow > div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.image1, .image2, .image3 {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.image1 {
    background-image: url(../images/caro01.jpg);
}

.image2 {
    background-image: url(../images/caro02.jpg);
}

.image3 {
    background-image: url(../images/caro03.jpg);
}

/* Main Section */

/* Section - Welcome */

.welcome {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    box-sizing: border-box;
}

.welcome-quote, .welcome-photo, .welcome-open {
    width: calc(100% / 3);
    max-width: calc(100% / 3);
    box-sizing: border-box;
}

.welcome-header {
    font-weight: 200;
    font-size: 2.5rem;
    text-align: center;
    line-height: 3.5rem;
    margin: 0;
    box-sizing: border-box;
}

.hairdress {
    font-weight: 200;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
    margin: 0; 
    box-sizing: border-box;
}

blockquote p::before {
    display: inline;
    line-height: 0;
    content: open-quote;
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
    position: relative;
    bottom: -5px;
    color:darkgray;
}

blockquote p::after {
    display: inline;
    line-height: 0;
    content: close-quote;
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
    position: relative;
    bottom: -10px;
    color:darkgray;
}

blockquote {
    margin: 0;
    padding: 1rem 2rem;
    box-sizing: border-box;
    text-align: center;
}

blockquote p {
    display: inline;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1rem;
}
 
.quote-footer {
    box-sizing: border-box;
    padding-top: 1rem;
    font-size: 1rem;
    font-style: italic;
    font-weight: bold;
}

.meet {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #669999;
    text-decoration: none;
}

.welcome-photo {
    height: 100%;
    box-sizing: border-box;
    padding: 4rem 3rem;
}

.welcome-photo img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    transition: 1s;
}

.welcome-photo img:hover {
    transform: scale(1.1);
}

.welcome-open {
    border: 1px solid #8AA6A2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.welcome-open p {
    padding: 0.5rem 0;
}

.open-hours {
    color: #8AA6A2;
    font-size: 2rem;
    font-weight: 200;
    padding: 0 0 2rem 0;
}

.day {
    font-weight: bolder;
}

/* Section - Welcome */

/* Footer Section */

.footer {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #403C3C;
    box-sizing: border-box;   
    margin: 0;
    padding: 0; 
}

.footer-header {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 200; 
    box-sizing: border-box;
    margin: 0;
    padding-top: 7rem;
}

.grey {
    color: #7F7777;
    text-decoration: none;
}

.footer-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    padding: 1rem 0;
}

.fabf {
    padding: 2rem 1rem;
    box-sizing: border-box;
}

.copyright {
    margin: 0;
    padding-bottom: 7rem;
    color: #ffffff;
    box-sizing: border-box;
    text-align: center;
}
/* Footer Section */

/* Pricelist Section  */

.pricelist {   
    display: flex;
    padding: 1rem;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.pricelistrb {   
    display: flex;
    padding: 1rem;
    flex-flow: row wrap;
    align-items: stretch;    
}

.colrb {
    padding: 4rem;
    background-color: #F1F5F6;
    width: 70vw;
    max-width: 90vw;
    box-sizing: border-box;
    margin: 1rem auto;
}

.price-descrb {
    text-align: left;
    width: 70%;
    font-size: 14px;
    padding: 1rem 2rem 1rem 2rem;
}

.price-costrb {
    width: 30%;
    text-align: right;
    font-size: 14px;

}

.col {
    padding: 2rem 2rem;
    background-color: #F1F5F6;
    width: 30vw;
    max-width: 30vw;
    box-sizing: border-box;
    margin: 1rem auto;
}

.price-header {
    text-align: center;
    font-size: 1.5rem;
    box-sizing: border-box;
    width: 100%;
    font-weight: 400;
    color:#8AA6A2;
}

.price-table {
    padding: 1rem 0;
    box-sizing: border-box;
    width: 100%;
    border-collapse: separate;   
    border-spacing: 0.2rem;     
}

.price-record, .foil-record {
    width: 100%;
}

.price-desc {
    text-align: left;
    width: 70%;
    font-size: 14px;
}

.price-desc1 {
    width: 60%;
    text-align: left;
    font-size: 14px;
}

.price-cost {
    width: 30%;
    text-align: right;
    font-size: 14px;

}

.price-cost2 {
    width: 20%;
    text-align: right;
    font-size: 14px;
}


.price {
    text-align: left;
    font-size: 0.75rem;
}

.italic {
    font-style: italic;
}

.foil-colname {
    text-align: left;
    width: 30%;
    font-size: 0.75rem;    
}

.foil-colh{
    text-align: right;    
    font-size: 0.75rem;
    font-weight: bolder;
}

.foil-col {
    font-size: 0.75rem;
    text-align: right;       
}

.treatment {
    font-size: 0.8rem;
}

.boys {
    font-size: 0.6rem;
}

.gap>td {
    padding-bottom: 1rem;
}

/* Pricelist Section */

/* Contact Section */

.contact {
    background-color: #F1F5F6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}

.contact-form {
    width: 60%;
    padding: 2rem 2rem 2rem 8rem;
}

.contact-form-entry {
    background-color: #ffffff;
    padding: 2rem;
    box-sizing: border-box;
}

.contact-form-entry label, input, textarea {
    width: 100%;
    margin: 0.5rem 0;
    padding: 0.5rem 0;   
    color: #9bb7bf;
    font-weight: 100;
}

.form-half {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    color: #9bb7bf;
}

.label-50 {
    width: 47%;
    color: #9bb7bf;
}

.form-half > :nth-child(1) {
    margin-right: 6%;
    color: #9bb7bf;
}

.contact-form-entry label {
    font-weight: 200;
}

.contact-form-entry textarea {
    resize: vertical;
}

.contact-form-entry input[type=button] {
    width: auto;
    font-size: 1rem;
    font-weight: bold;
}

.contact-info {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 2rem 8rem 2rem 2rem;
}

.contact-address {
    background-color: #ffffff;
    padding: 2rem;    
    margin-bottom: 2rem;
}

.contact-info-details {
    background-color: #ffffff;
    padding: 2rem;      
}

.visit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
}

.visit-header {
    font-size: 2rem;
    padding: 2rem 0;
}

.header-address, .p-address {
    padding-bottom: 0.5rem;
    font-weight: 400;
}

.header-address {
    padding-top: 1rem;
    font-weight: 400;
    color:#9bb7bf;

}

.more-info {
    padding: 1rem 0 0.5rem 0;
}

.p-more-info {
    text-align: justify;
    padding-bottom: 1rem;
}

.centre {
    display: flex;
    justify-content: center;
    align-content: center;
}

.room19-button {
    padding: 1rem 3rem;
    background-color: #9bb7bf;
    color: #ffffff;
    font-size: 1rem;
    border: none;
}

/* Contact Section */

/* The Team Section */

.teams {
    background-color: #F1F5F6;
    box-sizing: border-box;    
}

.teams-header {
    position: relative;
    padding: 2rem 0 0 0;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 200;
}

.teams-header::after {
    position: absolute;   
    content:'';
    bottom: -0.5rem;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: none;
}

.team-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 4rem 0 2rem 0 ;
}

.team {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin: 0 auto;
}

.team-pic {
    width: 80%;
    border-radius: 100%;
}

.team-name {
    font-weight: lighter;
    color: #8AA6A2;
    padding: 2rem 0;
    font-size: 2rem;
}

.team-desc {
    text-align: center;
    font-size: 1rem;
}

/* The Team Section */

/* Rebrow Section */



.rebrow {

    width: 100%;

}

.rebrow-slideshow {
    position: relative;
    width: 100vw;
    height: 50vh;
    box-sizing: border-box;
    padding: 0;
}

.rebrow-slideshow > div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.rebrow1, .rebrow2, .rebrow3, .rebrow4, .rebrow5, .rebrow6 {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.rebrow1 {
    background-image: url(../images/rebrow01.jpg);
}

.rebrow2 {
    background-image: url(../images/rebrow02.jpg);
}

.rebrow3 {
    background-image: url(../images/rebrow03.jpg);
}

.rebrow4 {
    background-image: url(../images/rebrow04.jpg);
}

.rebrow5 {
    background-image: url(../images/rebrow05.jpg);
}

.rebrow6 {
    background-image: url(../images/rebrow06.jpg);
}


.rebrow-items {
    width: 100%;
    padding: 1rem 2rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    align-items: flex-start;
}

.rebrow-item {
    width: 100%;
    background-color: #F1F5F6; 
    padding: 2rem;
    margin: 1rem;    
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.rebrow-item-blank {
    width: 100%;
    background-color: white; 
    padding: 2rem;
    margin: 1rem;    
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.rebrow-item-header, .rebrow-item-p, .rebrow-item-cost {
    padding: .75rem;
        text-align: left;
}

.rebrow-item-header h1 {
    text-align: left;
    font-family: 
}

.rb-header {
    font-size: 2.25rem;
    font-family: 'azo-sans-web', sans-serif;
    font-weight: lighter;
    text-align: left;
    margin: 0 0 0 .5rem;
    color: #8AA6A2;
    width: 100%;


    }

.team-desc {
    font-size: .8rem;
    font-weight: lighter;
}

.rebrow-item img {
    transition: 1s;
    padding: .75rem .75rem .75rem .75rem;
    text-align: center;
    width: 100%;

}


.rebrow-item img:hover {
    transform: scale(1.2);
}

.rebrow-item-p {
    text-align: left;
}

.rebrow-item-stage {
    color: #669999;
    font-weight: bolder;
    padding-bottom: 0;
    margin: 1rem 0 0 .75rem;
}

.rebrow-item-cost {
    color: #8AA6A2;
    font-weight: bolder;
    padding-bottom: 0;
}

.rebrow-statement {
    background-color: #F1F5F6;    
    padding: 4rem 5rem;    
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.rebrow-photo {
    width: 50%;
    box-sizing: border-box;
}

.rebrow-photo img {
    width: 100%;
    display: block;
}

.rebrow-quote {
    padding: 3rem;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;    
}

.rebrow-quote-header {
    position: relative;
    font-size: 2rem;
}

.rebrow-quote-header::after {
    position: absolute;   
    content:'';
    bottom: -0.5rem;
    width: 100px;
    left: 0;
    border-bottom: none;
}

.rebrow-quote-text {
    text-align: left;
    padding: 2rem 0 0 0;
    text-decoration: none;
}

#countdown {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
}

.clock {
    color: #8AA6A2;
    text-align: center;
    font-size: 5rem;
}

/* Rebrow Section */

/* Media Queries */


@media screen and (max-width: 1170px) {

    .contact-form {
        padding: 2rem 2rem 2rem 4rem;
    }

    .contact-info {
        padding: 2rem 4rem 2rem 2rem;
    }    

}

@media screen and (max-width: 1050px) {

    .rebrow-items {
        padding: 1rem;
    }

    .rebrow-quote-header {
        font-size: 2.5rem;
        text-decoration: none;
    }
    
    .rebrow-quote-header::after {
        width: 100px;
    }
       
    .rebrow-quote {
        padding: 2.5rem;
        margin: 0 0 0 -2rem;
    }
    
    .rebrow-quote-text {
        text-align: left;
        font-size: 1.25rem;
        padding: 1.5rem 0 0 0;
    } 

     .team-desc {
        font-size: .8rem;
        font-weight: lighter;
    }

}

@media screen and (max-width: 999px) {
  
    .rebrow-item {
        width: 40%;
    }

    .slideshow {
        width: 100vw;
        height: 30vh;
    }
    .rebrow-slideshow {
        width: 100vw;
        height: 30vh;
    }
    .welcome {
        flex-direction: column;
        align-items: center;
    }

    .welcome-header {
        font-size: 2.5rem;
    } 

    .welcome-quote, .welcome-photo, .welcome-open {
        width: 100%;
        max-width: 100%;
    }

    .welcome-photo {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .welcome-photo img {
        width: 50%;
        max-width: 50%;
    }

    .hairdress {
        font-size: 1rem;;
    }

    blockquote p {
        font-size: 0.75rem;
    }

    .quote-footer {
        font-size: 1rem;
    }

    .open-hours {
        font-size: 1.5rem;
    }

    .main-social, .main-li a {
        font-size: 0.75rem;
        
    }

    .team {
        width: 40%;
    }

    .teams-header {
        font-size: 3rem;
    }

    .team-name {
        font-size: 1.75rem;
    }

    .team-desc {
        font-size: .8rem;
        font-weight: lighter;
    }

    .contact {
        flex-direction: column;
    }

    .contact-form {
        width: 100%;
        padding: 2rem 2rem 0 2rem;           
    }

    .contact-form-entry {
        width: 100%;
    }

    .contact-info {
        flex-direction: row;
        width: 100%;
        padding: 2rem;        
    }

    .contact-address, .contact-info-details {
        width: 47%;
    }

    .contact-address {
        margin-right: 3%;
        margin-bottom: 0;
    }

    .contact-info-details {
        margin-left: 3%;
    }

    .more-info {
        font-size: 1.5rem;
    }

    .p-more-info {
        font-size: 0.8rem;
    }       

}

@media screen and (max-width: 971px) {

    .col {
        width: 45%;
        max-width: 45%;
    } 

}

@media screen and (max-width: 890px) {

    .rebrow-quote-header {
        font-size: 2rem;
    }
    
    .rebrow-quote-header::after {
        width: 70px;
    }
       
    .rebrow-quote {
        padding: 2rem;
        margin: 0 0 0 -2rem;
    }
    
    .rebrow-quote-text {
        text-align: left;
        font-size: 1rem;
        padding: 1.25rem 0 0 0;
    } 

}

@media screen and (max-width: 790px) {

    .col {
        width: 90%;
        max-width: 90%;
    } 

    .rebrow-statement {
        flex-direction: column;
    }

    .rebrow-photo {
        width: 80%;
    }

    .rebrow-quote-header {
        font-size: 2rem;
    }
    
    .rebrow-quote-header::after {
        width: 70px;
    }
       
    .rebrow-quote {
        padding: 2rem;
        margin: -4rem -2rem 0 0;
        width: 80%;
    }
    
    .rebrow-quote-text {
        text-align: left;
        font-size: 1rem;
        padding: 1.25rem 0 0 0;
    } 

}

@media screen and (max-width: 705px) {

    .room19-button {
        font-size: 0.8rem;
    }

}

@media screen and (max-width: 699px) {

    header {
        flex-direction: column;
    }

    .main-nav {
        width: 100%;
        max-width: 100%;
    }

    .comp-name {
        width: 50%;
        max-width: 50%;
    }

    .main-social, .main-li a {
        font-size: 0.75rem;
        width: 50%;
        max-width: 50%;
    }

    .main-social {
        justify-content: center;
    }

    .team {
        width: 40%;
    }

    .teams-header {
        font-size: 2.5rem;
    }

    .team-name {
        font-size: 2rem;
    }

    .team-desc {
        font-size: 1rem;
    }

    .footer-header {
        font-size: 1.25rem;
    }

    .copyright, .footer-social {
        font-size: 0.75rem;
    }

    .visit-header {
        font-size: 1.5rem;
        padding: 1.5rem 0;

    }

    .room19-button {
        font-size: 0.8rem;
        padding: 0.8rem 2.6rem;
    }       
    .rebrow-item {
        padding: 0;
    }

    .rebrow-item {
        width: 100%;
    }

}

@media screen and (max-width: 640px) {

    .contact-info {
        flex-direction: column;
    }

    .contact-address, .contact-info-details {
        width: 100%;
    }

    .contact-address {
        margin: 0 0 2rem 0;
    }

    .contact-info-details {
        margin: 0;
    }

    .rebrow-item {
        padding: 0;
    }

    .rebrow-item {
        width: 100%;
    }
    
}

@media screen and (max-width: 550px) {

    .rebrow {
        padding: 2rem;
    }

    .rebrow-photo, .rebrow-quote {
        width: 90%;
    }

    .rebrow-statement {
        padding: 1rem;
    }

    .rebrow-quote-header {
        font-size: 1.75rem;
    }
    
    .rebrow-quote-header::after {
        width: 65px;
    }
    
}

@media screen and (max-width: 460px) {

    header {
        flex-direction: column;
    }

    .main-nav {
        width: 100%;
        max-width: 100%;
    }

    .main-ul {
        flex-direction: column;
    }

    .comp-name {
        width: 75%;
        max-width: 75%;
    }

    .main-social, .main-li a {
        font-size: 1rem;
        width: 100%;
        max-width: 100%;
    }

    .main-social {
        justify-content: center;
    }

    .team {
        width: 80%;
    }

    .teams-header {
        font-size: 2rem;
    }

    .team-name {
        font-size: 2rem;
    }

    .team-desc {
        font-size: 1.25rem;
    }

    .footer-header {
        font-size: 1.25rem;
    }

    .copyright, .footer-social {
        font-size: 0.75rem;
    }

    .visit-header {
        font-size: 1rem;
        padding: 1rem 0;

    }

    .room19-button {
        padding: 0.75rem 2.75rem;
        font-size: 0.75rem;
    }   

}

@media screen and (max-width: 401px) {

    .price-desc, .price-cost {
        font-size: 0.75rem;
    }

    .foil-colh, .foil-col, .price {
        font-size: 0.5rem;
    }

    .rebrow {
        padding: 0;
    }

    .rebrow-photo, .rebrow-quote {
        width: 100%;
    }

    .rebrow-statement {
        padding: 0;
    }

    .rebrow-quote {
        margin: 0;
        background-color: #F1F5F6;        
    }

}

@media screen and (max-width: 330px) {

    .room19-button {
        font-size: 0.5rem;
        padding: 1rem 2rem;
    }

}

@media screen and (orientation : landscape) {

    .slideshow {
        width: 100vw;
        height: 50vh;
    }

}