
/*LARGE LAPTOP SETTINGS WIDTH: 1440   ----------------*/

/* BODY and HEADER */
body{
    display: block;
    margin: 0em;
}

.container{
	width: 100%;
    background: rgb(243, 242, 233, 100%);
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

header {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    width: 65%;
    height: auto;
}

img {
    width: 100%;
    height: auto;
}

/* NAVIGATION */

.topnav {
    font-family: 'Cormorant';
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
}

.topnav a {
	font-family: 'Cormorant', serif;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 1.4em;
    -webkit-text-stroke-width: 0em;
}

.topnav a:hover {
    color: #E0C578;
    text-decoration: underline;
}

.topnav a.active {
    text-decoration: underline;
}

.topnav img{
    width: auto;
}

.topnav .icon{
    display: none;
}

/* PHOTOS/Galleries */
.topPhotoHome{
    overflow: hidden;
}
.topPhotoHome img{
    width: 100%;
    height: auto;
}

.topPhotoMobile{
    display: none;
}

.gallery{
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}

.curlyTitle, .covidTitle{
    font-family: Cormorant;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 3.2em;
    margin-bottom: 1em;
}

.cutsGallery{
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15em;
}

.cutsTitle{
    font-family: Cormorant;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 3.2em;
    margin-bottom: 3em;
}

.covidTitle{
    color: #F3F2E9;
}

.examples{
    width: 75%;
    display: flex;
    overflow-x: auto;
}

.examples img{
    margin-right: 1em;
    margin-left: 1em;
}

.teamTitle, .staffTitle, .bioName{
    font-family: Cormorant;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 3.2em;
}

.bioName span{
    font-size: .4em;
}

.name{
    font-size: 3em;
}

.level{
    font-style: italic;
}

.view{
    font-size: 1.2em;
    margin-top: .3em;
}

.view span a{
    text-decoration: underline;
    color:black;
}

.view span a:hover{
    color: grey;
}

/* BIO PAGES */

.bio, .curlyGallery{
    height: 85%;
    margin-top: 10em;
    margin-bottom: 5em;
    background: rgb(211, 211, 211, 100%);
    border-radius: 12px;
}

.bioGallery, .curlyGallery{
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.curlyGallery{
    flex-direction: column;
}

.curlyTitle{
    display: flex;
    justify-content: center;
    font-family: Cormorant;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 3.2em;
    padding-top: 3em;
    height: 100%;
    margin-bottom: 0em;
}

.curlyPhoto{
        width: 20%;
        margin-top: 5em;
        margin-right: 0em;
        margin-bottom: 5em;
        margin-left: auto;
        margin-right: auto;
     }

.curlyInfo{
    height: auto;
    display: flex;
    align-content: center;
    flex-direction: row;
}

.curlyInfoSmall{
    display: none;
}

.bioTitle{
    display: flex;
    justify-content: center;
    font-family: Cormorant;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 3.2em;
    padding-top: 3em;
    margin-left: auto;
    height: 100%;
}

.stylistPhoto, .info, .studioInfo{
    width: 54%;
    margin-top: 5em;
}

.studioInfo{
    margin-top: 2em;
}

.stylistPhoto{
    margin-right: 3em;
    margin-left: 7em;

}

.info, .studioInfo{
    font-family: Cormorant;
    color: #E0C578;
    font-size: 1.5em;
    margin-bottom: 3.6em;
    margin-right: 6em;
    margin-left: 1em;
    height: auto;
    display: flex;
    align-content: center;
    flex-direction: column;
}

.qualifications{
    font-size: .7em;
}

.fullBio, .qualifications{
    margin-bottom: 2.5em;
    background: rgb(47, 44, 49, 100%);
    border-radius: 12px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-right: 1.3em;
    padding-left: 1.3em;
}

.info a{
    color: #D3D3D3;
}

.fullBio{
    margin-top: 1em;
}

.servicesLink{
    margin-bottom: 1em;
}

.availability{
    font-style: italic;
}

.availability span{
    text-transform: uppercase;
    font-weight: bold;
}

.social{
    width: 5%;
    display: flex;
    justify-content: space-between;
}

.footer a:hover{
    color: #E0C578;
    text-decoration: underline;
}

/* FAQ/COVID PAGES */

.topPhotoFaq{
    margin-bottom: 11em;
}

.mainInfoServices, .mainInfoCovid{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(198, 218, 237, 48%);
    padding-right: 8em;
    padding-left: 8em;
    padding-top: 3em;
    padding-bottom: 3em;
    font-family: Cormorant;
    overflow: hidden;
    font-size: 1.5em;
    border-radius: 12px;
}

.mainInfoCovid{
    background: rgb(47, 44, 49, 100%);
    margin-bottom: 3em;
}

.bodyText{
    color: #E0C578;
}

.bodyText a{
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.bodyText a:hover{
    color: grey;
    text-decoration: underline;
}

.sectionTitle{
    margin-bottom: 2em;
    font-weight: bold;
    text-transform: uppercase;
}

.bodyText span{
    font-weight: bold;
}

/* SERVICES*/

.topPhotoServices{
    margin-bottom: 5em;
}

.mainInfoServices{
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-direction: row;
}

.servicesInfo{
    font-family: Cormorant;
    overflow: hidden;
    font-size: 1.4em;
    margin-bottom: 3em;
    width: 25%;
    background: rgb(133, 197, 165, 46%);
    padding: 1em;
    border-radius: 12px;
}

.servicesInfo h1, .bookingInfo h3{
    font-family: Cormorant;
    overflow: hidden;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
}

.servicesInfo h2{
    font-family: Cormorant;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    margin-bottom: 2em;
}

.servicesInfo h3{
    margin-bottom: 4em;
}

.servicesInfo a{
    color: black;
    text-align: center;
}

.servicesInfo a:hover{
    color: grey;
}

/* OUR TEAM */

.mainInfoStudio, .cuts, .color{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainInfoStudio{
    font-family: Cormorant;
    overflow: hidden;
    font-size: 1.4em;
    margin-bottom: 3em;
}

.cuts, .color{
    width: 60%;
    margin: auto;
    border-radius: 12px;
    padding-top: 3em;
    padding-bottom: 3em;
    background: rgb(122, 203, 205, 47%);
}

.color{
    margin-top: 2em;
}

/* FOOTER */

footer, .footer{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Cormorant;
}

.footer{
    height: 10em;
    width: 96%;
    display: flex;
    justify-content: space-between;
}


footer img{
    width: auto;
}

footer a{
    color: black;
    margin-right: 4%;
    margin-left:6%;
}

footer a:hover{
    color: grey;
}

.logoMobileFooter{
    display: none;
}

.address{
    font-family: Cormorant;
}

/* MEDIA QUERIES --------------*/


/* LABTOP */

@media (max-width: 1040px) {

    .topnav a{
        font-size: 1em;
    }

    .topPhotoHome{
        height: 29.5em;
    }

    .gallery{
        margin-top: 4em;
    }

    .curlyTitle{
        margin-bottom: 2em;
        font-size: 3em;
    }

    .cutsGallery {
        margin-top: 10em;
    }

    .cutstitle{
        margin-bottom: 2em;
    }

    .gallery{
        margin-top: 0em;
    }

    .stylists{
        margin-top: 5em;
    }

    .staffTitle{
        margin-top: 2em;
    }

    .name{
        font-size: 2.5em;
    }

    .view{
        font-size: 1.1em;
    }

    footer a{
        margin-left:8%;
    }

    /* BIOS */

    .bio{
        margin-top: 5em;
        margin-bottom: 3em;
    }

    .info{
        font-size: 1.2em;
        margin-bottom: 5em;
    }

    .fullBio, .availability{
        margin-bottom: 1em
    }

    .fullBio{
        margin-top: .5em;
    }

    .servicesLink{
        margin-bottom: 0em;
    }

    .social{
        width: 23%;
    }

    /* FAQ/COVID */

    .topPhotoFaq{
        margin-bottom: 9em;
    }
    .mainInfoFaq, .mainInfoCovid{
    padding-right: 5em;
    padding-left: 5em;
    padding-top: 3em;
    padding-bottom: 3em;
}

    /* STUDIO */


.mainInfoStudio{
    font-size: 1.2em;
    margin-bottom: 2em;
}

.cuts, .color{
    width: 70%;
    padding-top: 3em;
    padding-bottom: 3em;
}

.color{
    margin-top: 2em;
}

.studioInfo{
    width: 80%;
}

.curlyInfoSmall{
    display: none;
}

/* SERVICES*/

.servicesInfo h1, .servicesInfo h2, .servicesInfo h3{
    font-size: .9em;
}


/* TABLET------------- */

@media (max-width: 768px) {
    .topnav img{
        width: 70%;
    }

    .topnav a{
        font-size: .75em;
    }

    .topPhotoHome{
        height: 100%;
    }

    .gallery{
        margin-top: 0em;
    }

    .examples{
        width: 95%;
    }

    .curlyTitle{
        margin-bottom: 2em;
        font-size: 2.5em;
        padding-top: 2em;
    }

    .cutsGallery {
        margin-top: 10em;
    }

    .cutsTitle{
        margin-bottom: 2em;
        font-size: 2.5em;
    }

    .team{
        margin-top: 9em;
        padding-top: 1em;
        padding-bottom: 3em;
    }

    .teamTitle, .staffTitle{
        font-size: 2.5em;
    }

    .teamGallery, .staffGallery{
        width: 100%;
    }

    .stylists{
        margin-top: 5em;
    }

    .staffTitle{
        margin-top: 2em;
    }

    .name{
        font-size: 2em;
    }

    .level{
        font-size: .8em;
    }

    .view{
        font-size: 1em;
    }

    footer a{
        margin-right: 4%;
        margin-left: 10%;
    }

     /* BIOS */

     .bio{
        background: rgb(211, 211, 211, 100%);
        margin-bottom: 0em;
        margin-top: 4em;
        flex-direction: column;
        align-items: center;
     }
     
     .social{
        width: 12%;
     }

     .stylistPhoto{
        width: 80%;
        margin-right: 0em;
        margin-bottom: 2em;
     }

    .curlyPhoto{
        width: 40%;
        margin-right: 0em;
        margin-bottom: 2em;
     }

     .bioName{
        display: none;
     }

     .bioName span{
        display: none;
     }

     .info{
        margin-bottom: 1em;
        width: 85%;
     }

         /* FAQ/COVID */

    .topPhotoFaq{
        margin-bottom: 6em;
    }

    .mainInfoFaq, .mainInfoCovid{
        font-size: 1.2em;
        padding-right: 3em;
        padding-left: 3em;
        padding-top: 2em;
        padding-bottom: 2em;
    }

        /* STUDIO */

    .mainInfoStudio{
        font-size: 1.2em;
        margin-bottom: 2em;
    }

    .cuts, .color{
        width: 70%;
        padding-top: 2em;
        padding-bottom: 3em;
    }

    .color{
        margin-top: 2em;
    }

    .studioInfo{
        width: 80%;
    }

    /* SERVICES*/

    .servicesInfo h1, .servicesInfo h2, .servicesInfo h3{
        font-size: .9em;
    }

    .servicesInfo h3{
        margin-bottom: 4em;
    }

    .servicesInfo{
        width: 24%;
        font-size: 1em;
    }

}
/* LARGE CELL PHONE-----------*/

@media (max-width: 425px) {
     
    nav{
        justify-content: space-between;
    }

    a#home.imageLink{
        width:90%;
        margin-right: -12em;
    }

    .topnav a.icon {
    float: right;
    display: block;
    font-size: 2em;
    margin-right: .3em;
    }


    a#home{
        width: 70px;
    }


    .topnav{
        width: 95%;
        height: 70px;
    }

    .topnav a{
        font-size: .67em;
        margin-right: 1.5em;
    }

    .topnav img{
        width: 40%;
        float: left;
        flex-grow: 2;
        align-self: center;
    }

    .topPhotoHome{
        height: 100%;
    }

    .topPhotoHome img{
        margin-bottom: 10.5em;
    }

    .topPhotoLarge{
        display: none;
    }

    .topPhotoMobile{
        display: block
    }

    .gallery{
        margin-top: -12em;
    }

    .examples{
        width: 95%;
    }

    .examples img{
        width: 50%;
        margin-right: .25em;
        margin-left: .25em;
    }

    .curlyTitle, .cutsTitle, .teamTitle, .staffTitle{
        font-size: 1.5em;
        align-self: flex-start;
        margin-left: .75em;
    }

    .curlyTitle, .cutsTitle{
        margin-bottom: 1em;
    }

    .curlyTitle{
        align-self:center;
        margin-left: 0em;
    }

    .curlyInfo{
        display: none;
    }

    .curlyInfoSmall{
        display: flex;
        flex-direction: column;
    }

    .curlyPhoto, .studioInfo{
        margin-left: auto;
        margin-right: auto;
    }  

    .curlyPhoto{
        margin-top: 2em;
        width: 70%;
    }

    .teamTitle, .staffTitle{
        margin-left: 1.7em;
    }

    .cutsGallery {
        margin-top: 5em;
    }

    .team{
        margin-top: 4em;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .stylists{
        margin-top: 0em;
    }

    .teamGallery, .staffGallery{
        width: 100%;
        margin-top: 0em;
    }

    .bioGallery, .curlyGallery {
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.curlyGallery{
    margin-top: 1em;
    margin-bottom: 0em;
}

    .teamBackground{
        width: 31%;
        margin: .5em;
    }

    .staffTitle{
        margin-top: 2em;
    }

    .name{
        font-size: 1.5em;
    }

    .level{
        font-size: .8em;
    }

    .view{
        font-size: .9em;
    }

    footer a{
        margin-right: 8%;
        margin-left: 8%;
    }

    footer img{
        margin: auto;
    }

    .address{
        font-size: .8em;
    }

    /* BIOS */

     .bio{
        flex-direction: column;
        align-items: center;
        margin-top: 5em;
        margin-bottom: 0em;
     }
     
     .bioTitle{
        padding-top: 2em;
     }
     .social{
        width: 22%;
     }

     .stylistPhoto{
        margin-bottom: 1em;
        margin-right: auto;
        margin-left: auto;
        margin-top: 1em;
        width: 70%;
     }

     .info{
        width: 80%;
        margin-bottom: 1em;
        margin-right: auto;
        margin-left: auto;
     }

     .bioName{
        display: none;
     }

     .availability span{
        font-size: 1em;
     }

     footer a{
        margin-right: 4%;
        margin-left: 6%;
     }

     .logoFooter{
        display: none;
     }

     .logoMobileFooter{
        display: block;
     }

              /* FAQ/COVID */

    .topPhotoFaq{
        margin-bottom: 1em;
    }

    .mainInfoFaq, .mainInfoCovid{
        font-size: 1em;
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 0em;
    }

            /* STUDIO */

    .mainInfoStudio{
        font-size: 1em;
        margin-bottom: 2em;
        width: 100%;
        pad
    }

    .cuts, .color{
        width: 70%;
        padding-top: 2em;
        padding-bottom: 3em;
        padding-right: 1em;
        padding-left: 1em;
    }

    .color{
        margin-top: 2em;
    }

    .studioInfo{
        width: 90%;
        font-size: 1em;
    }

        /* SERVICES*/

    .servicesInfo h1, .servicesInfo h2, .servicesInfo h3{
        font-size: .9em;
    }

    .servicesInfo h3{
        margin-bottom: 2em;
    }

    .servicesInfo{
        width: 80%;
        font-size: 1em;
    }

    .mainInfoServices{
        flex-direction: column;
        align-items: center;
        margin-top: 4em;
    }

    .topPhotoServices{
        display: none;
    }
}

/* Medium CELL PHONE-----------*/

@media (max-width: 375px) {

    a#home.imageLink{
        width:90%;
        margin-right: -9em;
    }
}


/* Medium CELL PHONE-----------*/

@media (max-width: 320px) {

    a#home.imageLink{
        margin-right: -4em;
    }

    .address{
        font-size: .6em;
    }
}