body {
    padding: 0;
    margin: 0;
    background-color: #e9e9e9;
    font-family: Verdana;
    font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
   
}


.siteholder {
    width: 100%;
    height: 100%;
    
    background-image: url(Images/background.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    text-align: center;
    margin: auto;
    position: relative;
    display: inline-block;
    overflow: hidden;
}


.site {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url(Images/Shadow.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    text-align: center;
    margin: auto;
    overflow: visible;
    display: inline-block;
}

.col {
    float: left;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
}


.pagearea {    
    padding-right: 10%;
    padding-left: 10%;
}

    .pagearea.makeup {
        padding: 0px;
    }



.header {
    width: 90%;
    max-width: 1280px;
    height: 100px;
    text-align: left;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 10px;
  
}

.burger-bars {
    background-image: url("/Images/burger-menu-svgrepo-com.png");
    background-position: center center;
    background-origin: border-box;
    background-size: cover;
    resize: both;
    width: 40px;
    height: 40px;
    display: inline-block;
}


.desktop-only {
    display: initial;
    visibility: initial;
}



.mobile-only {
    display: none;
    visibility: hidden;
}

.logo-div {
    float: left;
    display: inline-block;
    width: 200px;
    height: 100px;
}



.logo-img {
    padding-top: 23px;
    padding-left: 10px;
    width: 156px;
    height: 55px;
    scale: 110%;
}



.contact-footer {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}



.menu-div {
    display: inline-block;
    text-align: right;
    width: calc(100% - 200px);
    height: 100px;
    text-transform: uppercase;
    color: White;
    font-weight: bold;
    text-decoration: none;
}



.page {
    background-position: 10px 10px;
    width: 90%;
    max-width: 1280px;
    height: 100%;
    background-color: white;
    margin: auto;
    top: 100px;
    display: block;
    overflow: visible;
    box-shadow: 5px 5px 15px 5px #00000024;
    animation: zoomIn-micro 0.5s 1;
    border-radius: 10px;
}

.pagecontent {
    padding: 0px 0px 0px 0px;
    min-height: 500px;
    display: block;
    overflow: visible;
    height: 100%;
    position: relative;
}

.page-footer-div {
    padding-top: 10px;
    padding-left: 10px;
}

.share-div {
    float: left;
    width: 50%;
}





.sitefooter {
    text-align: left;
    margin: auto;
    width: 90%;
    max-width: 1280px;
}






ul {
    margin: 0px;
    padding: 0px;
    padding-top: 39px;
    padding-left: 192px;
    list-style: none;
    font-size: 16px;
    width: 100%;
}



    ul li {
        display: inline;
        width: 100%;
    }

        ul li a {
            display: block;
            float: left;
            padding-left: 50px;
            padding-bottom: 5px;
            color: White;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
        }





p.center-content {
    text-align: center;
}

a {
    font-weight: bold;
    text-decoration: none;
}

    a:hover {
        font-weight: bold;
        text-decoration: underline;
    }

    a.makeup {
        font-weight: bold;
        text-decoration: none;
    }

        a.makeup:hover {
            font-weight: bold;
            text-decoration: underline;
        }






iframe {
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: all 0.5s ease-in-out;  
}

iframe body{
   
}


.makeup-content {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}





.makeup-image-div {
  
    width:100%;
    width: calc(100% - 10%);
    padding: 20px;
    padding-left: 5%;
    padding-right: 5%;
    align-content: center;
}







.makeup-content-image {
    display: inline-block;
    max-width: 400px;
    width: auto;
    height: auto;
    max-height: 300px;
    border-radius: 10px;
    transition-property: max-width, max-height, width, height, display, opacity, visibility;
    transition-duration: 0.25s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    /*border: solid 10px white;
    box-shadow: 3px 5px 6px 1px #0000001f;*/
}



    .makeup-content-image.makeup {
        margin-right: 10px;
    }


.h3-div {
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    padding: 10px;
    display: inline-block;
    text-align: center;
}





















.bulletlist{
    font-size:larger;
    font-weight:bolder;
}


.product-logo {
    max-height: 110px;
    height: auto;
    width: auto;
    max-width: 80%;
}


.services-content-image {
    width: auto;
    height: auto;
    transition-property: max-width, max-height, width, height, display, opacity, visibility;
    transition-duration: 0.25s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    border-radius: 10px;
    max-height: 280px;
    padding: 0px;
    margin: 5px;
}

.home-content-image {
    width: auto;
    height: auto;
    transition-property: max-width, max-height, width, height, display, opacity, visibility;
    transition-duration: 0.25s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    border-radius: 10px;
    max-width: 300px;
    padding: 0px;
    margin: 5px;
}

.products-content-image {
    padding: 0px;
    margin: 10px;
    transition-property: max-width, max-height, width, height, display, opacity, visibility;
    transition-duration: 0.25s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    border-radius: 10px;
    max-height: 178px;
    height: auto;
    width: auto;
    max-width: 80%;
}


.heroImage {
    width: 100%;
}



.makeupheroimage {
    width: calc(100% - 20px) !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}



.heroImageBacker {
    width: auto;
    height: 400px;
    background-position: top right;
    background-origin: border-box;
    background-size: contain;
    resize: vertical;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


.heroImageBacker.HomePage {
    background-image: url("Images/HomeBannerModel.jpg"),linear-gradient(0deg, rgba(224,224,222,1) 0%, rgba(195,194,190,1) 50%, rgba(164,163,159,1) 100%);
}

.heroImageBacker.HeroProducts {
    background-image: url("Images/productsmodel.jpg"), linear-gradient(0deg, rgba(211 211 209) 0%, rgba(216 216 214) 50%, rgba(214 214 212) 100%);
}

.heroImageBacker.HeroMakeup {
    background-image: url(Images/maclipstick.jpg), linear-gradient(0deg, rgb(241 233 236) 0%, rgb(255 255 255) 22%, rgb(250 247 248) 100%);
}

.heroImageBacker.HeroServices {
    background-image: url("Images/ServicesModel.jpg"), linear-gradient(0deg, rgba(197 197 195) 0%, rgba(227 227 225) 25%, rgba(241 241 239) 50%, rgba(253 253 253) 100%);
}




.heroImageTextMobile {
    opacity: 0;
    font-size: 48px;
    font-family: 'Impact', sans-serif;
    font-weight: normal;
    text-align: center;
    color: #292929;
    padding-top: 0px;
    padding-bottom: 20px;
    line-height: 1.1;
    padding-left: 8%;
    padding-right: 8%;
    transition: all 0.5s ease-in-out;
    display: none;
    visibility: hidden;
    animation-name: opaque, lightSpeedIn;
    animation-duration: 0.5s, 0.5s;
    animation-iteration-count: 1, 1;
    animation-delay: 0.25s, 0.25s;
    animation-fill-mode: forwards, forwards;
}




.heroImageText {
    opacity: 0;
    font-size: 68px;
    font-family: 'Impact', sans-serif;
    font-weight: normal;
    text-align: left;
    color: #292929;
    padding-top: 107px;
    line-height: 1.1;
    padding-left: 8%;
    padding-right: 8%;
    transition: all 0.5s ease-in-out;
    /*text-shadow: 8px 8px 9px #0000002e, 2px 2px 2px #000000bd;*/
    -o-animation: zoomIn-half 1s 1;
    -moz-animation: zoomIn-half 1s 1;
    -webkit-animation: zoomIn-half 1s 1;
    /*animation: opaque 0.5s 1, lightSpeedIn 0.5s 1;
    animation-delay: 0s, 3s;*/
    animation-name: opaque, lightSpeedIn;
    animation-duration: 0.5s, 0.5s;
    animation-iteration-count: 1, 1;
    animation-delay: 0.25s, 0.25s;
    animation-fill-mode: forwards, forwards;
}






























.page-title.desktop-only {
    animation: none;
}






.heroImageSubText {
    opacity:0;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: left;
    color: #292929;
    padding-top: 10px;
    padding-left: 8%;
    padding-right: 8%;
    transition: all 0.5s ease-in-out;
    /*-o-animation: zoomIn-half 1s 1;
    -moz-animation: zoomIn-half 1s 1;
    -webkit-animation: zoomIn-half 1s 1;
    animation: fadeInUp 2s 1;*/
    animation-name: opaque, fadeInUp;
    animation-duration: 0.5s, 0.5s;
    animation-iteration-count: 1, 1;
    animation-delay: 0.75s, 0.75s;
    animation-fill-mode: forwards, forwards;
}











.HeroMakeup .heroImageText {
    font-size: 50px;
    padding-left: 6%;
    padding-right: 0%;
    max-width: 60%;
    padding-top: 120px;
}

.HeroMakeup .heroImageSubText {
    padding-left: 6%;
}





.heroImageSubTextMobile {
    opacity: 0;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #292929;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    transition: all 0.5s ease-in-out;
    display: none;
    visibility: hidden;
    animation-name: opaque, fadeInUp;
    animation-duration: 0.5s, 0.5s;
    animation-iteration-count: 1, 1;
    animation-delay: 0.75s, 0.75s;
    animation-fill-mode: forwards, forwards;
}









.heroImageBacker {
    animation-name: opaque, fadeIn;
    animation-duration: 1s, 1s;
    animation-iteration-count: 1,1;
    animation-delay: 0s, 0s;
    animation-fill-mode: forwards,forwards;
}





.page-col {
    height: 100%;
    /*margin-left: 10px;
    margin-right: -1px;*/
    overflow: visible;
    position: relative;
    display: inline-block;
    width: 100%;
}





.center-col {
    height: 100%;
    /*margin-left: 15px;
    margin-right: 15px;*/
    overflow: visible;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    /*font-size: 22px;*/
}





.left-col {
    float: left;
    display: inline-block;
    /*width: 70%;*/
    width: calc(100% - 350px);
    height: 100%;
    overflow: visible;
    position: relative;
    /*margin-right: 10px;*/
    text-align: left;
    padding-left: 20px;
}

.right-col {
    text-align: right;
    display: inline-block;
    width: 292px;
}

.right-col-inner-div {
    display: inline-block;
}





.h1-div {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

h1 {
    font-size: 30px;
    padding: 10px;
    margin: 0px;
    text-transform: uppercase;
}



.h2-div {
    padding-top: 10px;
}



h2 {
    font-size: 19px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

p {
    margin: 10px;
    text-align: left;
}


.MakeupClients {
    padding-top: 3px;
}

.Shop2-img {
    padding-top: 52px;
    margin: auto;
    padding-right: 53px;
}

.Lounge-img {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.Goldwell_img3 {
    float: left;
    margin-top: 50px;
    border: solid 1px silver;
    margin-left: 140px;
}

.Goldwell_img1 {
    margin-top: 19px;
    margin-right: 18px;
    border: solid 1px silver;
}

.Goldwell_img2 {
    margin-top: 60px;
    margin-right: 18px;
    border: solid 1px silver;
}

.ghd_img1 {
    margin-top: 10px;
    margin-right: 18px;
}

.ghd_img2 {
    margin-right: 18px;
}

.kms_img1 {
    margin-top: 30px;
    margin-right: 18px;
}


.custom-made-holder {
    padding-left: 50px;
    margin-top: 10px;
    padding-right: 50px;
    padding-bottom: 20px;
    scale: 90%;
}


.cta-connect-link {
    min-height: 40px;
    display: inline-block;
    margin: 5px;
    filter: opacity(0.4);
    transition: all;
}

    .cta-connect-link:hover {
        filter: opacity(1);
        transition: all 0.5s ease-in-out;
        -o-animation: zoomIn-half 1s 1;
        -moz-animation: zoomIn-half 1s 1;
        -webkit-animation: zoomIn-half 1s 1;
        animation: tada 1s 1;
    }


.icon-image-contact-facebook {
    background: url("/Images/Facebook.PNG");
    background-size: contain;
    background-color: transparent;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}

.icon-image-contact-pinit {
    background: url("/Images/Pinterest.PNG");
    background-size: contain;
    background-color: transparent;
    border-radius: 10px;
    width: 40px;
    height: 40px;
}



.icon-image-contact-insta {
    background: url("/Images/Instagram.PNG");
    background-size: contain;
    background-color: transparent;
    border-radius: 10px;
    width: 40px;
    height: 40px;
}




.rounded-corners {
    border-radius: 10px;
}




.googlemap-div {
    float: left;
    display: inline-block;
    margin-top: 50px;
    margin-left: 120px;
    border: solid 1px silver;
    background-image:  url("Images/mapstatic.jpg");
    background-position: center center;
    background-origin: border-box;
    background-size: cover;
    resize: vertical;
    background-repeat: no-repeat;
    /*min-height: 400px;*/
    height: auto;
    width: 100%;
    display: block !important;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

    .googlemap-div a {
        font-weight: normal;
        text-decoration: none;
    }



.mapframe {
    /*background-color: rgb(255 255 255 / 10%);
    backdrop-filter: blur(5px) grayscale(50%);*/
}


.ndm-logo-div {
    width: 100%;
    height: 35px;
    text-align: right;
    padding-top: 18px;
}



.ndm-img {
    padding-top: 10px;
    padding-right: 10px;
    border: none;
    text-decoration: none;
}



/* TOP NAV */


/* Add a black background color to the top navigation */
.topnav {
    /*background-color: #333;*/
    overflow: hidden;
    float: right;
    z-index: 10;
    padding-top: 30px;
}



    .topnav.responsive {
        animation: fadeInTop 1s 1;
    }


.mobile-menu {
    position: relative;
    background-color: black;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px;
    z-index: 102;
}
/* Style the links inside the navigation bar */
a.menu-item {
    float: left;
    display: block;
    /*color: #f2f2f2;*/
    color: white;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.5s ease;
}


/* Change the color of links on hover */
.topnav a.menu-item:hover {
    background-color: #dddddd24;
    color: white;
}





.topnav a.active.menu-item:hover {
    /*background-color: #ddd;
            color: black;
            transition: all 0.5s ease-in-out;*/
}

/* Add an active class to highlight the current page */
.topnav a.active.menu-item {
    /*background-image: linear-gradient(to top, #292929, #aaaaaa1f);*/
    /*color: black;*/
    background: rgb(41,41,41);
    /*background: linear-gradient(0deg, rgba(41,41,41,1) 48%, rgba(57,57,57,1) 100%);*/
    transition: all 0.5s ease-in-out;
    color: #aaaaaa;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

.fa-bars {
    font-size: 25px !important;
}



.googlemap-div {
    margin: 0px;
    padding: 0px;
    display: contents;
    position: relative;
}

iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}

.bookings-only {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.email-us {
}


.contact-tel-textlink,
.contact-mail-textlink {
    padding: 10px;
}

.contact-mail-textlink {
    padding-top: 20px;
}



/* allow for hover animations based on various css class states*/
.contact-mail-icon:hover.animation-element.playing.in-view,
.contact-mail-icon:hover.animation-element.translucent.played {
    -o-animation: tada 1s 1;
    -moz-animation: tada 1s 1;
    -webkit-animation: tada 1s 1;
    animation: tada 1s 1;
}



.contact-mail-icon:hover,
.contact-mail-icon:hover {
    -o-animation: tada 1s 1;
    -moz-animation: tada 1s 1;
    -webkit-animation: tada 1s 1;
    animation: tada 1s 1;
}

a.contact-connect-link {
    text-decoration: none;
}

a:hover.contact-connect-link,
a:focus.contact-connect-link {
    text-decoration: none;
}



a.contact-connect-link {
    text-decoration: none;
}

a:hover.contact-connect-link,
a:focus.contact-connect-link {
    text-decoration: none;
}

img.contact-image {
    background-color: rgb(255, 255, 255);
    margin: 10px;
    padding: 1px;
    /*padding-top: 11px;*/
    width: 100px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0px rgba(0,0,0,0.78);
}



img.contact-image-home {
    /*background-color: rgb(255, 255, 255);*/
    margin: 10px;
    padding: 1px;
    /*padding-top: 11px;*/
    width: 80px;
    /*border-radius: 10px;
    box-shadow: 0 2px 5px 0px rgba(0,0,0,0.78);*/
    /*filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);*/
}

.contact-hours {
    padding-top: 30px;
}


a.cta-tel-link {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 20px;
    color: rgb(126 126 126);
    text-transform: uppercase;
}







a:hover.cta-tel-link,
a:focus.cta-tel-link {
    text-decoration: none;
    color: rgb(41 41 41);
}



a.cta-email-link {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 24px;
    color: rgb(126 126 126);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}



a:hover.cta-email-link,
a:focus.cta-email-link {
    text-decoration: underline;
    font-weight: 500;
    /*font-size: 24px;*/
    color: rgb(41 41 41);
    transition: all 0.5s ease-in-out;
}

.contact-image-home {
    animation: tada 1s 1;
}

    .contact-image-home:hover {
        /*background-color: rgb(68, 57, 69);*/
        animation: tada 1s 1;
    }

.contact-image {
    animation: slide 1s 1;
}

    .contact-image:hover {
        /*background-color: rgb(68, 57, 69);*/
        animation: tada 1s 1;
    }




/* 2200 ======================================================================================================================================= */
/* reduce website size for normal 1080p displays */
@media screen and (max-width: 2200px) {


    .header {
        width: 90%;
        max-width: 1160px;
        height: 100px;
        margin: auto;
        padding-top: 5px;
        padding-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }


    .sitefooter {
        margin: auto;
        width: 90%;
        max-width: 1160px;
    }


    .logo-img {
        padding-top: 23px;
        padding-left: 0px;
        width: 156px;
        height: 55px;
        scale: 100%;
    }



    a.menu-item {
        font-size: 14px;
        transition: all 0.5s ease;
    }

    .page {
        width: 90%;
        max-width: 1160px;
        height: 100%;
        /*background-color: red;*/
        margin: auto;
        top: 100px;
        transition: all 0.5s ease-in-out;
    }

    .pagecontent {
        padding: 0px 0px 60px 0px;
        min-height: 500px;
    }




    .pagearea {
        padding-right: 10%;
        padding-left: 10%;
    }



    .heroImageBacker {
        height: 300px;
        transition: all 0.5s ease-in-out;
    }

    .heroImageText {
        font-size: 60px;
        padding-top: 66px;
        transition: all 0.5s ease-in-out;
    }

    .heroImageSubText {
        font-size: 22px;
        transition: all 0.5s ease-in-out;
    }



    body {
        font-size: 16px
    }



    .h1-div {
        /* border-bottom: solid 1px Silver; */
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    h1 {
        font-size: 26px
    }

    h2 {
        font-size: 20px
    }


    p {
        margin: 0px;
    }










    .products-content-image {
        /*height: 200px;*/
        padding: 0px;
        margin: 5px;
    }


    .bookings-only {
        font-size: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    img.contact-image-home {
        margin: 10px;
        padding: 1px;
        width: 60px;
    }

    a.cta-tel-link {
        font-size: 18px;
    }

    a.cta-email-link {
        text-decoration: none;
        font-family: Arial, sans-serif;
        font-weight: 400;
        font-size: 20px;
        text-transform: unset;
        transition: all 0.5s ease-in-out;
    }



    .heroImageBacker.HeroServices,
    .heroImageBacker.HeroProducts {
        height: 300px;
    }







    .makeup-content-image {
        max-width: 350px;
    }

    .HeroMakeup .heroImageText {
        font-size: 48px;
        padding-left: 6%;
        padding-right: 0%;
        max-width: 60%;
        padding-top: 80px;
    }

    .HeroMakeup .heroImageSubText {
        padding-left: 6%;
    }



    .services-content-image {
        max-width: 350px;
    }

    .home-content-image {
        max-width: 260px;
    }

}



/* 1300 ======================================================================================================================================= */
@media screen and (max-width: 1300px) {

    .pagearea {
        padding-right: 5%;
        padding-left: 5%;
    }



    

    .products-content-image {
        /*width: auto;
        height: 200px;*/
        padding: 0px;
        margin: 5px;
    }



    .makeup-image-div {
        width: calc(100% - 10%);
        padding: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }



    .makeup-content-image {
         /*max-width:350px;*/
    }

        .makeup-content-image.makeup {
            
          
        }
}




/* 1110 ======================================================================================================================================= */
@media screen and (max-width: 1110px) {


    .heroImageText {
        font-size: 56px;
        padding-top: 90px;
        line-height: 1.1;
        padding-left: 5%;
        padding-right: 8%;
        max-width: 72%;
        transition: all 0.5s ease-in-out;
    }

    .heroImageSubText {
        font-size: 20px;
        padding-top: 17px;
        padding-left: 5%;
        padding-right: 8%;
        transition: all 0.5s ease-in-out;
        max-width: 72%;
    }

    .heroImageBacker {
        width: auto;
        height: 326px;
        background-position: top right;
        background-origin: border-box;
        background-size: contain;
        resize: vertical;
        background-repeat: no-repeat;
    }



    .heroImageBacker.HeroMakeup {
        height: 230px;
      
    }



    .makeup-image-div {
        width: calc(100% - 10%);
        padding: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .makeup-content-image {
        max-width: 300px;
    }

        .makeup-content-image.makeup {
            /*max-height: 234px;*/
            margin-right: 10px;
        }



    .HeroMakeup .heroImageText {
        font-size: 40px;
        padding-left: 6%;
        padding-right: 0%;
        max-width: 60%;
        padding-top: 50px;
    }

    .HeroMakeup .heroImageSubText {
        padding-left: 6%;
    }



    .services-content-image {
 
        max-width: 300px;
    }        
    .home-content-image {
        max-width: 210px;
    }
}





/* 900 ======================================================================================================================================= */
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 900px) {

    .desktop-only {
        display: none;
        visibility: hidden;
    }


    /*.mobile-only {
        display: initial;
        visibility: initial;
    }*/



    .tablet-show {
        display: initial;
        visibility: initial;
    }

    body {
        font-size: 16px;
    }

    .center-col {
        height: 100%;
        margin-left: 5px;
        margin-right: 5px;
        overflow: visible;
        position: relative;
        display: inline-block;
        width: 90%;
        padding-top: 20px;
        /* font-size: 22px; */
    }


    .heroImageText {
        font-size: 53px;
        padding-top: 58px;
        line-height: 1.1;
        padding-left: 5%;
        padding-right: 8%;
        max-width: 52%;
        transition: all 0.5s ease-in-out;
    }



    .services-content-image {
        max-width: 240px;
    }
    .home-content-image {
        max-width: 260px;
    }

    .products-content-image {
        /*width: auto;
        height: 175px;*/
        padding: 0px;
        margin: 10px;
    }

    .heroImageSubTextMobile {
        font-size: 28px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        transition: all 0.5s ease-in-out;
        display: block;
        visibility: visible;
    }

    .heroImageSubText {
        visibility: hidden;
        display: none;
    }


    .product-link {
        width: 100%;
        display: block;
        text-align: center;
    }

    .MakeupClients {
    }


    p {
        margin-top: 10px
    }



    h1 {
        font-size: 24px;
        padding: 0px;
        padding-bottom: 10px;
    }

    h2 {
        font-size: 18px;
        padding: 0px;
    }


    .page-col {
        margin: 0px;
    }

    .pagecontent {
        padding: 0px;
    }

    .pagearea {
       
    }

    .menu-div {
        position: absolute;
        width: 100%;
        padding: 0px 50px 0px -50px;
        display: block;
        overflow: visible;
        position: relative;
    }

    .topnav a {
        display: none;
        background-color: #292929;
        color: white;
    }

        .topnav a.icon {
            float: right;
            display: block;
        }

    .left-col {
        width: calc(100% - 40px);
    }

    .right-col {
        display: none;
        visibility: hidden;
    }


    .googlemap-div {
        margin: 0px;
        padding: 0px;
        display: contents;
        position: relative;
    }

    iframe {
        aspect-ratio: 3 / 4;
        height: 100%;
        width: 100%;
    }



    .h1-div {
        padding-bottom: 0px;
    }



    .bookings-only {
        font-size: 18px;
        padding-bottom: 5px;
        padding-top: 5px;
    }


    .makeup-image-div {
        width: calc(100% - 10%);
        padding: 20px;
        padding-left: 5%;
        padding-right: 5%;
    }



    .makeup-content-image {
        max-width: 240px;
       
    }

        .makeup-content-image.makeup {
            /*max-height: 200px;*/
            margin-right: 10px;
        }



    .HeroMakeup .heroImageText {
        font-size: 40px;
        padding-left: 6%;
        padding-right: 0%;
        max-width: 40%;
        padding-top: 30px;
    }

    .HeroMakeup .heroImageSubText {
        padding-left: 6%;
    }
}



/* 900 ======================================================================================================================================= */
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 900px) {


    .mobile-menu {
        position: relative;
        background-color: black;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px;
        z-index: 102;
    }

    .topnav.responsive {
        padding-top: 100px;
        width: 100%;
        position: absolute;
    }



        .topnav.responsive a {
            display: block;
            background-color: #292929;
            color: white;
        }

            .topnav.responsive a.icon {
                position: absolute;
                right: 0;
                top: 10px;
                margin-top: 20px;
            }



            .topnav.responsive a.menu-item {
                float: none;
                display: block;
                text-align: left;
                background-color: #333333;
                color: white;
                padding-top: 20px;
                padding-bottom: 20px;
                border-bottom: solid 1px #4b4b4b;
                transition: all 0.5s ease-out;
            }

                .topnav.responsive a.menu-item:hover {
                    background-color: #434343;
                    color: white;
                    border-bottom: solid 1px #4b4b4b;
                    background: #434343;
                }



            .topnav.responsive a.active {
                color: #292929;
                border-bottom: solid 1px #4b4b4b;
                background: none;
                background-color: white;
            }



        .topnav.responsive.active a:hover {
            color: #292929;
            border-bottom: solid 1px #4b4b4b;
            background: none;
            background-color: white;
        }



    
}





/* 760 ======================================================================================================================================= */
@media screen and (max-width: 760px) {

    .services-content-image {
        max-width: 220px;
    }
    .home-content-image {
        max-width: 220px;
    }


    .HeroMakeup .heroImageText {
        font-size: 36px;
        padding-left: 6%;
        padding-right: 0%;
        max-width: 40%;
        padding-top: 30px;
    }



    .makeup-content-image {
        max-width: 220px;
     
    }

}



/* 680 ======================================================================================================================================= */
@media screen and (max-width: 680px) {


    .desktop-only {
        display: none;
        visibility: hidden;
    }



    .heroImageTextMobile,
    .heroImageSubTextMobile {
        display: block;
        visibility: visible;
    }

    .heroImageSubTextMobile {
        font-size: 22px;
    }

    .heroImageText {
        visibility: hidden;
        display: none;
    }

    .heroImageSubText {
        visibility: hidden;
        display: none;
    }

    .heroImageBacker {
        width: auto;
        height: 520px;
        background-position: top left;
        background-origin: border-box;
        background-size: cover;
        resize: vertical;
        background-repeat: no-repeat;
    }

        .heroImageBacker.HeroServices,
        .heroImageBacker.HeroProducts {
            background-position: top center;
            background-size: cover;
            resize: vertical;
            height: 470px;
        }



    .makeup-image-div {
        width: calc(100% - 10%);
        padding: 10px;
        padding-left: 5%;
        padding-right: 5%;
    }











    .makeup-content-image {
        max-width: 95%;
        margin-top:10px;
    }

    .makeup-content-image.makeup {
        display: none;
        visibility: hidden;
    }

  

    .products-content-image.mobile-only {
        display: initial;
        visibility: initial;
       
    }



    .services-content-image {
        width: auto;
        max-height: 480px;
        max-width: 95%;
        padding: 0px;
        margin: 0px;
    }

    .home-content-image {
        width: auto;
        max-height: 480px;
        max-width: 95%;
        padding: 0px;
        margin: 0px;
    }





    .heroImageBacker.HeroMakeup {
        
        background-position: bottom center;
        background-origin: border-box;
        background-size: contain;
        resize: both;
        height: 420px;
       
    }

}



 

/* 600 ======================================================================================================================================= */
@media screen and (max-width: 600px) {

    .heroImageBacker {
        height: 480px;
    }



    .products-content-image {
        width: auto;
        padding: 0px;
        margin: 10px;
    }



    .services-content-image {
        width: auto;
        max-height: 480px;
        max-width: 95%;
        padding: 0px;
        margin: 0px;
    }
    .home-content-image {
        width: auto;
        max-height: 480px;
        max-width: 95%;
        padding: 0px;
        margin: 0px;
    }

    .heroImageSubText {
        font-size: 42px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }


    .heroImageBacker.HeroMakeup {
        background-position: center center;
        background-origin: border-box;
        height: 340px;
    }
}



/* 430 Most Mobile Phones Fit in this ======================================================================================================================================= */
@media screen and (max-width: 430px) {


    .mobile-only {
        display: initial;
        visibility: initial;
    }


    .services-content-image {
        width: auto;
        padding: 0px;
        margin: 0px;
    }

    .home-content-image {
        width: auto;
        padding: 0px;
        margin: 0px;
        
    }

    .makeup-content-image {
        width: 240px;
        padding: 0px;
        margin: 0px;
        margin-top: 20px;
    }
    .makeup-content-image {
        margin-top: 20px;
    }

    .heroImageTextMobile {
        font-size: 36px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .heroImageText {
        visibility: hidden;
        display: none;
    }

    .heroImageSubText {
        visibility: hidden;
        display: none;
    }

    .heroImageBacker {
        width: auto;
        height: 360px;
        background-position: top left;
        background-origin: border-box;
        background-size: cover;
        resize: vertical;
        background-repeat: no-repeat;
    }



        .heroImageBacker.HeroServices,
        .heroImageBacker.HeroProducts {
            background-position: top center;
            background-size: cover;
            resize: vertical;
            height: 400px;
        }




        .heroImageBacker.HeroMakeup {
            background-position: center center;
            background-origin: border-box;
            background-size: cover;
            height: 260px;
        }


    a.cta-email-link {
        line-height: 1;
        font-size: 15px;
        margin: 10px;
    }


    .makeup-image-div {
        width: calc(100% - 10px);
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }



    .h3-div {
        font-size: 14px;
        font-weight: 100;
        padding: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* MAX HEIGHT (older smaller screen resolutions) ======================================================================================================================================= */
@media screen and (max-height: 600px) {

    .services-content-image {
        width: auto;
        padding: 0px;
        margin: 0px;
    }

    .home-content-image {
        width: auto;
        padding: 0px;
        margin: 0px;
    }

    .heroImageBacker {
        height: 260px;
        resize: both;
        max-height: 240px;
        background-size: contain;
        background-position: top right;
        background-position-y: 0px;
    }

        .heroImageBacker.HeroServices,
        .heroImageBacker.HeroProducts {
            /*background-position: top center;
            background-size: contain;
            resize: both;      */
            max-height: 200px;
        }



    .makeup-content-image {
        width: 200px;
        padding: 0px;
        margin: 0px;
        margin-top: 20px;
    }




    .heroImageBacker.HeroMakeup {
        /*background-position: center center;*/
        background-origin: border-box;
        /*background-size: cover;*/
        height: 220px;
    }

    .heroImageTextMobile {
        font-size: 32px;
    }

    .heroImageSubText {
        font-size: 18px;
    }
    .heroImageText {
        padding-top: 40px;
        font-size: 48px;
    }
}

/* 320 ======================================================================================================================================= */
@media screen and (max-width: 320px) {

    .services-content-image {
        width: auto;
       
        padding: 0px;
        margin: 0px;
    }
    .home-content-image {
        width: auto;
        padding: 0px;
        margin: 0px;
    }

    .heroImageBacker {
        height: 260px;
    }

        .heroImageBacker.HeroServices,
        .heroImageBacker.HeroProducts {
            background-position: top center;
            background-size: cover;
            resize: vertical;
            height: 260px;
        }



    .makeup-content-image {
        width: 200px;
        padding: 0px;
        margin: 0px;
        margin-top: 20px;
    }



    .heroImageTextMobile {
        font-size: 32px;
    }



    .heroImageBacker.HeroMakeup {
        background-position: center center;
        background-origin: border-box;
        background-size: cover;
        height: 200px;
    }
}