/* /////////////////// General Section /////////////////// */

body {
    font-family: Arial, Helvetica, sans-serif;
    /* Hiding overflow on the X Axis */
    overflow-x: hidden;
    background-color: #2D29A5;
}

section {
    margin: auto;
    width: 70%;
}

footer {
    margin: auto;
    width: 70%;
}

.centre {
    margin: auto;
}

.whiteBG {
    background-color: white;
}

.whiteBR {
    border: 10px solid white;
}

.blueBG {
    background: rgb(5, 230, 255);
}

.blueBR {
    border: 10px solid rgb(5, 230, 255);
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px black;
}

.grow2 {
    transition: all .5s ease-in-out;
}

.grow2:hover {
    transform: scale(2);
    z-index: 10;
    box-shadow: 0px 0px 15px black;
}

hr {
    width: 80%;
}

.padding-top {
    padding-top: 2%;
}

.BGImage {
    position: fixed;
    top: 0%;
    height: 100vw;
    width: 100vw;
    z-index: -5;
}


/* (max-width xpx) - Width is equal to or less than x */


/* (min-width xpx) - Width is equal to or greater than x */


/* PHONE SCREENS & IPAD SCREENS (vertical) */

@media only screen and (max-width: 1024px) {
    section {
        width: 100%;
    }
    footer {
        width: 100%;
    }
    .BGImage {
        height: 230vw;
    }
    .grow2 {
        transition: none;
        box-shadow: 0px 0px 15px black;
    }
    .grow2:hover {
        transform: none;
    }
    .grow {
        transition: none;
        box-shadow: 0px 0px 15px black;
    }
    .grow:hover {
        transform: none;
    }
}


/* IPAD SCREENS (landscape) & COMPUTERS */

@media only screen and (min-width: 1025px) {
    section {
        width: 80%;
    }
    footer {
        width: 80%;
    }
}


/* /////////////////// Navigation Section /////////////////// */

.navbar {
    width: 100%;
    padding: 0 0 4.5rem;
}

.navbar-brand {
    margin: 0;
    box-shadow: none !important;
}

.navbar-nav li {
    text-align: center;
}

.nav-item {
    padding: 0 18px;
    box-shadow: none !important;
}

.nav-link {
    font-size: 1.2rem;
    color: black !important;
}

a:hover {
    color: rgb(255, 255, 255) !important;
}

.downButton {
    margin: 5% 3% 0% 0%;
}


/* Screens Up To 809px Wide */

@media only screen and (max-width: 809px) {
    .navbar {
        margin: 3% 0;
        height: 5%;
        padding-bottom: 5%;
        justify-content: center;
    }
    .navbar-toggler {
        position: relative;
        right: -16%;
    }
    .navbar-toggler-home {
        right: -50%;
    }
}


/* /////////////////// Title Section /////////////////// */

.indexTitleSection {
    height: 700px;
}

.pageTitleSection {
    height: 350px;
}

.pageTitle {
    text-align: center;
    font-size: 4vw;
}

.indexTitleImage {
    width: 90%;
    margin-left: 15%;
}

.indexTitleLogo {
    height: 500px;
    position: relative;
    left: -10%;
}

.titleCatch {
    font-size: 2rem;
    margin: 5%;
}

.container-fluid {
    padding: 3% 15% 7%;
}

h1 {
    font-size: 3.5rem;
    line-height: 1.5;
}

h2 {
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.5;
}


/* Screens Up To 809px Wide */

@media only screen and (max-width: 809px) {
    .indexTitleSection {
        height: 100%;
    }
    .pageTitleSection {
        height: auto;
    }
    .pageTitle {
        font-size: 2.5rem;
        margin-top: 5%;
        padding: 0 0 5% 0;
    }
    .indexTitleImage {
        width: 100%;
        margin: 0;
    }
    .indexTitleLogo {
        height: 80%;
        width: 100%;
        left: 0;
    }
    .titleCatch {
        font-size: 1.5rem;
        margin: 5% 0 5% 0;
    }
    .titleNameDiv {
        padding: 0;
    }
    #indexTitle {
        text-align: center;
    }
    .titleImage {
        padding-top: 4%;
    }
}


/* Screens between 810px - 834px Wide */

@media only screen and (min-width: 810px) and (max-width: 834px) {
    .titleLogo {
        width: 100%;
        position: relative;
        left: -20%;
    }
    .titleImage {
        width: 130%;
        position: relative;
        top: 3%;
        left: -30%;
    }
    .titleCatch {
        font-size: 1.5rem;
        position: relative;
        left: -20%;
    }
}


/* Screens between 835px - 1900px Wide */

@media only screen and (min-width: 835px) and (max-width: 1900px) {
    .navbar {
        justify-content: center;
    }
    .titleLogo {
        width: 100%;
        position: relative;
        left: -20%;
    }
    .titleImage {
        width: 120%;
        position: relative;
        top: -2%;
        left: -25%;
    }
    .titleCatch {
        font-size: 1.8rem;
        position: relative;
        left: -20%;
    }
}


/* /////////////////// About Me Section /////////////////// */

#aboutMe {
    padding: 5%;
    justify-content: center;
    /* Position item relative to its normal position */
    position: relative;
}

.aboutMeContainer {
    padding: 0;
}

.aboutMeRow {
    padding: 0;
}

.aboutMeTitle {
    text-align: center;
    font-size: 2rem;
    padding-top: 0;
}

.aboutMe {
    color: rgb(0, 0, 0);
    padding: 0%;
}

.aboutMeP {
    padding: 0 5%;
}

.aboutMeImg {
    width: 100%;
}


/* Screens Up To 809px Wide */

@media only screen and (max-width: 809px) {
    #aboutMe {
        padding: 5%;
        justify-content: center;
    }
    .aboutMeTitle {
        margin-top: 10%;
    }
    .aboutMe {
        font-size: 1rem;
    }
    .aboutMeP {
        padding: 0 5%;
    }
    .aboutMeImg {
        margin: 1% 0;
        width: 100%;
    }
}


/* Screens between 810px - 834px Wide */

@media only screen and (min-width: 810px) and (max-width: 834px) {
    .aboutMeContainer {
        width: 120%;
    }
    .aboutMeImg {
        margin-left: -30%;
    }
}


/* Screens between 835px - 1900px Wide */

@media only screen and (min-width: 835px) and (max-width: 1900px) {}


/* /////////////////// Video Section /////////////////// */

.videoSection {
    height: 100%;
}

.videoDiv {
    position: relative;
    width: 80%;
    margin: auto;
    padding-bottom: 56.25%;
    height: 0;
}

.videoDiv iframe {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 7%;
    height: 80%;
}


/* /////////////////// Carousel Section /////////////////// */

.carousel-item {
    padding: 5% 10%;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

.tatImage {
    height: 500px;
    margin: auto;
}

@media only screen and (max-width: 809px) {
    .imgCarousel {
        padding: 8% 10%;
    }
}


/* /////////////////// Footer Section /////////////////// */

#footer {
    padding: 1% 15%;
    text-align: center;
    color: black
}

.footerHome {
    height: 300px;
    padding-top: 5% !important;
}

.footerContent {
    margin-top: 2%;
}

.footerCol {
    padding: 0%;
}

.footerP {
    margin: 0;
}

.copyright {
    padding: 0%;
    margin: 2% 0 0 0;
}

.fa-instagram:hover {
    color: yellow;
}

@media only screen and (max-width: 1024px) {
    .footerCol {
        margin-top: 2%;
    }
    .copyright {
        margin-bottom: 2%;
    }
}


/* /////////////////// Aftercare Section /////////////////// */

.acCategories {
    padding: 1%;
}

.acCatRow {
    margin: 1%;
}

.acCategoryCard {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    width: fit-content;
}

.acCardSpacing {
    height: 400px;
    margin: 2% 0;
    padding: 0 2%;
    justify-content: center;
}

.acCardTitle {
    color: black;
    text-align: center;
    margin: 0;
    padding: 2% 5%;
    position: absolute;
    bottom: 0;
}

.acContainer {
    padding: 0;
}

.aftercare {
    margin: auto;
    padding: 2%;
}

.aftercareImg {
    width: 50%;
    margin-right: 2%;
}

.tattooAftercare {
    padding: 0;
}


/* Screens Up To 809px Wide */

@media only screen and (max-width: 809px) {
    .acCardSpacing {
        height: 300px;
        margin: 5% 0 3%;
        padding: 0 5%;
    }
    .acRow {
        margin: auto;
        width: 90%;
    }
    .aftercareImg {
        width: 100%;
        margin: 2% auto 5%;
    }
    .acP {
        margin-top: 5%;
    }
}


/* /////////////////// Gallery Section /////////////////// */

.galleryCategories {
    padding: 3%;
}

.galleryCatRow {
    margin: 1% 3%;
}

.cardSpacing {
    height: 400px;
    margin-top: 2%;
    justify-content: center;
}

.galleryCategoryCard {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    width: fit-content;
}

.galleryLinkImg {
    height: 100%;
    display: block;
}

.galleryCardTitle {
    color: black;
    text-align: center;
    margin: 0;
    padding: 2% 5%;
    position: absolute;
    /* Set Item at the bottom of its parent element */
    bottom: 0;
}

.personalFavs {
    padding: 3%;
}

.galleryCard {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    height: 100%;
    width: fit-content;
}

#personalFavsTitle {
    text-align: center;
    padding-bottom: 1%;
    font-size: 2vw;
    color: black;
}

@media only screen and (max-width: 428px) {
    .galleryTitleSection {
        height: auto;
        margin-bottom: 5%;
    }
    #galleryTitle {
        font-size: 2rem;
        margin: 5%;
    }
    .galleryCategoryCard {
        margin: 0 5%;
    }
    .galleryCard {
        margin: 0;
    }
    .personalFavs {
        padding: 0;
    }
    #personalFavsTitle {
        font-size: 6vw;
        padding-top: 5%;
    }
    #galleryCategoriesTitle {
        font-size: 6vw;
    }
    .cardSpacing {
        margin: 2% 0;
        padding: 0;
    }
    .galleryCatRow {
        margin: 0;
    }
    .galleryCatLink {
        height: 350px;
    }
    .galleryCatLinkImg {
        height: 100%;
    }
}

@media only screen and (min-width: 800px) {
    .cardSpacing {
        height: 300px;
    }
    .galleryCard {
        width: fit-content;
    }
}


/* /////////////////// Permanent Makeup Section /////////////////// */

.permMakeup {
    padding: 2%;
}

.permMakeupImg {
    width: 100%;
}


/* Screens Up To 809px Wide */

@media only screen and (max-width: 809px) {
    #permMakeupTitle {
        font-size: 2.5rem;
        margin: 0;
        padding: 0 0 5% 0;
    }
    .permMakeupRow {
        margin: auto;
        width: 90%;
    }
    .permMakeupImg {
        margin: 5% 0 5%;
    }
}


/* /////////////////// Guest Spots Section /////////////////// */

.guestSpotCard {
    margin-top: 3%;
}


/* /////////////////// Ease Of Use Section /////////////////// */


/* Screens Up To 809px Wide */

@media only screen and (max-width: 809px) {}


/* Screens between 810px - 834px Wide */

@media only screen and (min-width: 810px) and (max-width: 834px) {}


/* Screens between 835px - 1900px Wide */

@media only screen and (min-width: 835px) and (max-width: 1900px) {}