@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100&family=Caveat:wght@500&family=Open+Sans&family=Khula:wght@300&family=Gloria+Hallelujah&family=Lato:wght@100&family=Martel:wght@200&family=Roboto&family=Bebas+Neue&family=Epilogue:wght@100&family=Lato:wght@700&display=swap');
/*
font-family: 'Kanit', sans-serif;
font-family: 'Khula', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Martel', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Caveat', cursive;
*/

/* Univeral Variables */
:root{
    --maxWidth: 1176px;
    --randomNumber: random(5);
    --bgColor: #FDFDFD;
}

html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0px;
}

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

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0px;
    width: 100%;
    background-color: var(--bgColor);
}

  /* Hide the checkbox */
  #menuToggle {
    display: none;
    margin: 0px;
    padding: 0px;
    width: 0px;
    height: 0px;
  }

/* #region Nav Bar*/
nav {
    width: 100%;
    height: 75px;
    position:fixed;
    background-color: rgba(255, 255, 255, 1);
    margin: auto;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    top: 0px;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    margin-left: 0%;
}

nav ul{
    width: max-content;
    padding: 0px;
    height: fit-content;
    max-width: var(--maxWidth);
    margin: 0px auto;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    list-style: none;
}

nav ul li{
    display: inline-flex;
    width: max-content;
    padding: 5px;
    text-decoration: none;
    height: max-content;
    max-height: calc(8vh - 10px);
    text-align: center;
}

nav ul li a.current{
    color: #2b241d;
    text-shadow: rgba(43, 36, 29, 0.3) 0px 1px 2px;
}

nav ul a{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #7f8c83;
    font-style: normal;
    font-family: 'Khula', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    display: inline;
    justify-content: center;
    width: max-content;
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 95%,
        #7f8c83 95%,
        #7f8c83 100%
    );
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 0% 100%;
    background-position-y: 120%;
    transition: all ease 0.3s;
}

nav ul li a:hover{
    color: #2b241d;
    scale: 1;
    background-size: 100% 100%;
    background-position-y: bottom;
    font-weight: bolder;
    letter-spacing: 2px;
    padding-top: 0px;
    padding-bottom: 10px;
}

nav ul li img, nav ul li a img{
    image-rendering: crisp-edges;
    width: 64px;
    transition: none;
    margin-top: -8px;
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 95%,
        transparent 95%,
        transparent 100%
    ) !important;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 0% 0% !important;
    background-position-y: 120%;
    transition: all ease 0.3s;
}

.no-effect:hover{
    color: #2b241d;
    scale: 1 !important;
    background-size: 0% 0% !important;
    background-position-y: 120% !important;
    font-weight: bolder;
    letter-spacing: 2px;
}
/* #endregion */

/* #region Main Content Wrapper*/
#contentWrapper{
    min-width: 360px;
    padding: 0px;
    width: 100%;
    z-index: 8;
    display: block;
    align-content: center;
    justify-content: center;
    background-color: var(--bgColor);
}

/* This creates a wedge from the top so content aligns correctly to scroll */
#TOP{
    height: 8vh;
    width: 1px;
    padding: 0px;
    margin: 0px;
    clear: both;
}
/* #endregion */

/* #region Index Page Banner */
#BannerImg{
    height: min-content;
    width: 100%;
    background-position: center;
    transition: all ease 0.5s;
}

#BannerImg .Boverlay{
    width: 100%;
    height: min-content;
    background-color: var(--bgColor);
    margin: 0px;
    display: flexbox;
    text-align: center;
    line-height: auto;
}

#BannerImg .Boverlay .imageDisplayBlock{
    display: flex;
    align-items: center;
    margin: auto;
    padding-top: 5%;
    max-width: fit-content;
}
#BannerImg .Boverlay .imageDisplayBlock .imgBannerBase{
    border-radius: 5px;
    margin: 5px;
    margin-top: 0px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

main img{
    margin: auto;
    margin-top: 64px;
    margin-bottom: -32px;
    line-height: 32px;
    max-width: fit-content;
    display: flex;
    padding: 0px;
    height: 32px;
    opacity: 1;
    filter: invert(100%) sepia(100%) saturate(1352%) hue-rotate(-20deg) brightness(90%) contrast(60%);
    clear: both;
}

#BannerImg .Boverlay section{
    margin: auto;
    margin-top: 8vh;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    padding: 10px;
    gap: 0px;
    width: 100%;
    max-width: var(--maxWidth);
}

#BannerImg .Boverlay h1{
    font-family: 'Lato', serif;
    color: #605B56;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 32px;
    padding-top: 0px;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    margin: auto;
    padding-bottom: 10px;
}

#BannerImg .Boverlay blockquote{
    color: #606060;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-top: 0px;
    text-align: center;
    padding: 10px;
}

#BannerImg .Boverlay blockquote a{
    color: #7f8c83;
    text-decoration: none;
    font-weight: bold;
    transition: all ease 0.25s;
    
}

#BannerImg .Boverlay blockquote a:hover{
    color: #2b241d;
}

#BannerImg .Boverlay blockquote b{
    color: var(--bgColor);
    font-weight: normal;
}

#BannerImg .Boverlay blockquote i{
    font-style: normal;
    color: var(--bgColor);
}
/* #endregion */

/* #region Index Page Sample Images*/
#SamplePhotos{
    width: 100%;
    align-content: center;
    display: block;
    height: min-content;
    text-align: center;
    background-color: #7f8c83;
    padding: 0px;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}


#SamplePhotos img{
    border-radius: 5px;
    margin: 5px;
    margin-top: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    width: 362px;
    height: 398px;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    transition: all ease 0.5s;
}

#SamplePhotos img:hover{
    filter: grayscale(0%);
    cursor: pointer;
}
/* #endregion */

/* #region Index Page Sample Images*/
#Portfolio{
    width: 100%;
    align-content: center;
    display: block;
    height: min-content;
    text-align: center;
    background-color: #7f8c83;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.pwrapper{
    width: var(--maxWidth);
    margin: 0px auto;
    align-content: center;
    display: inline-block;
    height: max-content;
    text-align: center;
}

.pwrapper h2{
    font-family: 'Lato', serif;
    color: #FDFDFD;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 32px;
    padding-top: 10px;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2px solid rgba(253, 253, 253, 0.5);
    position: relative;
}

.pwrapper h2 aside{
    display: inline-block;
    position: absolute;
    right: 0px;    
    bottom: 0px;
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
    opacity: 0.5;
    text-transform: uppercase;
    font-weight: normal;
    transition: all ease 0.25s;
    text-shadow: none;
}

.pwrapper h2 aside:hover{
    opacity: 1;
    padding-bottom: 3px;
}

.pwrapper h2 aside a{
    text-decoration: none;
    color: #FDFDFD;
    width: max-content;
    height: max-content;
}

.pwrapper h2 aside img{
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    vertical-align: bottom;
    color: #FDFDFD;
    filter: invert(1);
    rotate: -90deg;
}

#Portfolio .pwrapper figure{
    position: relative;
    width: calc(362px/1.25);
    height: calc(398px/1.25);
    padding: 10px;
    background: url(../images/PolaroidTexture.jpg);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    text-align: center;
    margin: 5px;
    border-radius: 5px;
    transition: all ease 0.25s;
    display: inline-block;
}

#Portfolio .pwrapper figure img{
    border-radius: 5px;
    margin-top: 0px;
    width: 100%;
    min-height: 296.39px;
    background: url(../images/PolaroidTexture.jpg);
    object-fit: cover;
    object-position: center;
    transition: all ease 0.25s;
}

#Portfolio .pwrapper figure img:hover{
    cursor: pointer;
}

#Portfolio .pwrapper figure figcaption{
    position: absolute;
    width: 100%;
    background-color: rgba(2, 2, 2, 0.75);
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #f2f2f2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 0px;
    transition: all ease 0.25s;
    overflow: hidden;
    line-height: 28px;
    opacity: 0;
}

#Portfolio .pwrapper figure:hover figcaption{
    height: 28px;
    opacity: 1;
}

#PortfolioShowcase {
    width: var(--maxWidth);
    margin: 0px auto auto auto;
    display: inline-block;
}

#PortfolioShowcase figure{
    background-color: #eeeeee;
    height: calc(398px + 256px);
    width: 362px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
}

#PortfolioShowcase figure img{
    border-radius: 5px;
}

#PortfolioShowcase figure figcaption{
    height: 256px;
}

#PortfolioShowcase figure figcaption h3{
    color: #2b241d;
    font-family: 'Martel', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

#PortfolioShowcase figure figcaption h3 img{
    width: 70%;
    margin-top: -10px;
    padding: 0px;
    opacity: 0.5;
}

#PortfolioShowcase figure figcaption p{
    color: #494949;
    width: 362px;
    text-align: center;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    height: max-content;
}

#PortfolioShowcase figure figcaption button {
    margin-top: auto; /* Add this line to push the button to the bottom */
    margin-bottom: 0; /* Reset margin-bottom to 0 */
    display: block; /* Make the button a block element to take up full width */
    background-color: #99A29C; /* Set background color */
    color: #ffffff; /* Set text color */
    padding: 10px 20px; /* Add some padding for better appearance */
    font-size: 18px; /* Set font size */
    border: none; /* Remove border */
    border-radius: 5px; /* Add border radius */
    cursor: pointer; /* Add cursor pointer for hover effect */
    margin: 0 auto; /* Center the button horizontally */
    margin-top: 10px; /* Add some top margin for spacing */
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#PortfolioShowcase figure figcaption button:hover{
    background-color: #2b241d;
    color: #ffffff;
}
/* #endregion */

/* #region Pricing Page Styles */

#PricingWrapper{
    display: flex;
    width: 100%;
    align-content: center;
    display: block;
    height: min-content;
    text-align: center;
    background-color: #d1d1cc;
    padding-top: 2%;
    padding-bottom: 2%;
}

#PricingPage {
    max-width: var(--maxWidth);
    margin: 0 auto auto auto;
    padding: 20px;
}

#PricingPage h1{
    color: #494949;
    font-family: "Epilogue", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}


#PricingPage main img{
    margin: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    line-height: 32px;
    max-width: fit-content;
    display: flex;
    padding: 0px;
    height: 32px;
    opacity: 0.2 !important;
    filter: none !important;
    clear: both;
}

#PricingPage .seller{
    margin: 5px;
    display: inline-flex;
    background-color: #f2f2f2;
    width: 362px;
    height: 840px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    text-align: center;
    flex-direction: column;
    position: relative;
}

#PricingPage .seller h2{
    font-family: 'Epilogue', Arial, Helvetica, sans-serif;
    color: #494949;
    margin-top: 30px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#PricingPage .seller p{
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 200px;
    overflow: hidden;
    margin-top: 5px;
    font-weight: bold;
    font-size: 0.84rem;
    color: #606060;
    font-family: 'Khula', Arial, Helvetica, sans-serif;
}

#PricingPage .seller img{
    margin: 0px;
    border-radius: 5px;
    width: 362px;
    height: 398px;
    object-fit: cover;
    object-position: center;
}

#PricingPage .seller h3{
    padding-top: 1rem;
    color: #7f8c83;
}

#PricingPage .seller button {
    margin-top: auto; /* Add this line to push the button to the bottom */
    margin-bottom: 0; /* Reset margin-bottom to 0 */
    display: block; /* Make the button a block element to take up full width */
    background-color: #f2f2f2; /* Set background color */
    color: #2b241d; /* Set text color */
    padding: 10px 20px; /* Add some padding for better appearance */
    font-size: 18px; /* Set font size */
    border: 1px solid #2b241d; /* Remove border */
    border-radius: 5px; /* Add border radius */
    cursor: pointer; /* Add cursor pointer for hover effect */
    margin: 0 auto; /* Center the button horizontally */
    margin-top: 10px; /* Add some top margin for spacing */
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#PricingPage .seller button:hover{
    background-color: #99A29C;
    border: 1px solid transparent;
    color: #ffffff;
}

#PricingBlock{
    display: flex;
    flex-direction:column;
    align-items:center;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    margin: auto;
    padding-top: (8vh);
    width: 100%;
    max-width: var(--maxWidth);
    height: 50vh;
}

#PricingBlock h1{
    color: #7f8c83;
    font-family: "Lato", sans-serif;
}

#PricingBlock button{
    width: 352px;
    height: 80px;
    border: 0px;
    border-radius: 5px;
    background-color: #7f8c83;
    font-size: larger;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    opacity: 0.8;
    font-weight: bold;
    transition: all ease 0.5s;
}

#PricingBlock a img{
    display: inline-flex;
    flex-direction: row;
    border: 0px;
    filter: grayscale(100%);
    width: 48px;
    height: 48px;
    padding-bottom: 5px;
    margin-top: 15px;
    scale: 1;
    transition: all ease 0.25s;
}

#PricingBlock a:hover img{
    filter: grayscale(0%);
    scale: 1.05;
}

#PricingBlock button:hover{
    opacity: 1;
    cursor: pointer;
}

#PricingBlock button:active{
    background-color: #fff;
}

#PricingDetails{
    width: 100%;
    align-content: center;
    display: block;
    height: min-content;
    text-align: center;
    background-color: #7f8c83;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

#PricingDetails table{
    margin: 0px auto auto auto;
    width: var(--maxWidth);
    border-radius: 5px;
    overflow: hidden;
    padding: 0px;
    background-color: #f2f2f2;
    column-gap: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
    clear: both;
}

#PricingDetails table th{
    background-color: #d1d1cc;
    border-bottom: 1px solid rgba(43, 36, 29, 0.2);
    height: 48px;
    color: #494949;
    font-family: "Lato", sans-serif;
    vertical-align: bottom; /* set vertical alignment to bottom */
    padding-bottom: 5px;
}

#PricingDetails table td{
    padding-top: 10px;
    padding-bottom: 10px;
    border-spacing: 10px;
}


#PricingDetails h1{
    color: #f2f2f2;
    font-family: "Epilogue", sans-serif;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}


#PricingDetails main img{
    margin: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    line-height: 32px;
    max-width: fit-content;
    display: flex;
    padding: 0px;
    height: 32px;
    opacity: 0.5 !important;
    filter: invert(1) !important;
    clear: both;
}

#BundleWrapper{
    width: var(--maxWidth);
    margin: 0px auto auto auto;
}

#BundleWrapper .bundle{
    background-color: #f2f2f2;
    display: inline-flex;
    width: 362px;
    height: 480px;
    flex-direction: column;
    text-align: center;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
}

#BundleWrapper .bundle h2{
    display: inline-flex;
    flex-direction: column;
    background-color: #d1d1cc;
    font-family: "Epilogue", sans-serif;
    margin: 0px;
    height: 64px;
    vertical-align: middle;
    text-align: center;
    line-height: 64px;
}

#BundleWrapper .bundle h3{
    color: #7f8c83;
    font-family: 'Caveat', cursive;
    font-size: 32px;
    font-weight: bold;
    padding: 0px;
    
}

#BundleWrapper .bundle h3 b{
    color: #2b241d !important;
    text-shadow: none;
    font-size: 16px;
    font-weight: bold;
}

#BundleWrapper .bundle ul{
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto auto auto;
    list-style:circle;
    width: 85%;
}

#BundleWrapper .bundle ul li{
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    opacity: 0.8;
}


/* #endregion */

/* #region Login Section */
#LoginSection{
    display: flex;
    width: 100%;
    align-content: center;
    height: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding-top: 2%;
    padding-bottom: 2%;
    margin: auto;
    animation: expandY 0.5s ease-in-out forwards;
    background-color: #f2f2f2;
    overflow: hidden;
}

@keyframes expandY {
    0% {
        height: 0px;
    }
    100% {
        height: 45vh;
    }
}

#login-section {
    background-color: #FFF;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    min-width: 300px;
    max-width: 600px;
    height: 300px;
    display: flex;
    overflow: hidden;
    animation: slideIn 0.5s ease-in-out forwards;
    transform: translateY(100%);
    transition: all ease 0.3s;
    opacity: 0;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.img-container{
    width: 0px;
    max-width: 300px;
    height: 100%;
    background-color: #fff;
    display: flexbox;
    justify-content: center;
    align-items: center;
    animation: expandWidth 0.5s ease-in-out forwards;
    animation-delay: 0.5s;
    overflow: hidden;
    position: relative;
    right: 0px;
    opacity: 0;
}

@keyframes expandWidth {
    0% {
        opacity: 0;
        width: 0px;
    }
    100% {
        opacity: 1;
        width: 600px;
    }
}

.img-container img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center center;
    image-rendering: optimizeQuality;
}

.form-container {
    background-color: #FFF;
    padding: 2rem;
    min-width: 200px;
    width: 100%;
    max-width: 600px;
    text-align: center;
    justify-content: center;
}

.form-container h2{
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #7f8c83;
}

#login-form {
    display: flex;
    flex-direction: column;
}

#login-form input {
    border: 2px solid #7f8c83;
    border-radius: 4px;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    outline: none;
    transition: box-shadow 0.3s ease;
}

#login-form input:focus {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#login-form button {
    background-color: #7f8c83;
    outline: 2px solid transparent;
    outline-offset: 0px;
    color: #FFF;
    border: none;
    border-radius: 4px;
    padding: 1rem 0.5rem;
    margin-top: 0.25rem;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#login-form button:hover {
    background-color: #9ba9a1;
    outline: 2px solid #9ba9a1;
    outline-offset: 2px;
}

#login-form a{
    color: #7f8c83;
    text-decoration: none;
    font-size: 0.8rem;
    padding-bottom: 0.05rem;
     background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 95%,
        #7f8c83 95%,
        #7f8c83 100%
    );
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 0% 100%;
    background-position-y: 120%;
    transition: all ease 0.2s;
}

#login-form a:hover{
    background-size: 100% 100%;
    background-position-y: bottom;
}

#login-form span{
    margin-bottom: 0.5rem;
    text-align: right;
    margin-top: -0.5rem;
}

/* #region Index Page Client Quotes*/
#ClientQuotes{
    display: flex;
    width: 100%;
    align-content: center;
    display: block;
    height: min-content;
    text-align: center;
    background-color: #d1d1cc;
    padding-top: 4%;
    padding-bottom: 4%;
}

#ClientQuotes blockquote{
    display: inline-block;
    border-radius: 5px;
    margin: 5px;
    margin-top: 1%;
    padding: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
    width: 362px;
    height: 420px;
    background-color: var(--bgColor);
    position: relative;
    gap: 3%;
    text-align: center;
    align-content: center;
    vertical-align: middle;
    text-align: center;
    z-index: 2;
}

#ClientQuotes blockquote hr{
    width: 64px;
    height: 64px;
    clear: none;
    border: 5px solid #020202;
    background-color: #80737C;
    justify-content: center;
    text-align: center;
    z-index: 3;
    position: relative;
    top: -32px;
    background-image: url(../images/quote.svg);
    background-position: center;
    background-size: 48px 48px;
    filter: invert(100%);
    border-radius: 100%;
    padding: 3px;
}

#ClientQuotes blockquote p::before{
    font-size: 24px;
    opacity: 0.5;
    content: "\"";
}
#ClientQuotes blockquote p::after{
    font-size: 24px;
    opacity: 0.5;
    position: absolute;
    margin-top: -5px;
    content: "\"";
}
#ClientQuotes blockquote p{
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
    clear: both;
    width: 90%;
    text-align: center;
    margin: auto auto;
}

#ClientQuotes blockquote figure{
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 1px;
    color: #7f8c83;
    text-align: center;
    text-transform: capitalize;
    margin: 0px;
    width: 100%;
    position:absolute;
    bottom: 20%;
}



#ClientQuotes blockquote aside{
    font-style:normal;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    text-align: center;
    width: 100%;
    position:absolute;
    opacity: 0.8;
    bottom: 12%;
}
/* #endregion */

/* #region Index Page About Me Section*/
#AboutBlock{
    display: flex;
    flex-direction:row;
    align-items:flex-start;
    align-content: center;
    justify-content: center;
    position: relative;
    margin: auto;
    padding: 0px;
    padding-top: (8vh);
    height: calc(100vh);
    width: 100%;
    max-width: var(--maxWidth);
}

#AboutBlock .photographer{
    display: flex;
    order: 1;
    width: 40%;
    height: 100%;
    line-height: 100%;
    z-index: 7;
}

#AboutBlock .photographer .photoWrapper{
    box-shadow: 0px 0px 4px rgba(66, 66, 66, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: min-content;
    height: min-content;
    transform: rotate(-5deg);
    padding: 15px;
    padding-bottom: 20px;
    margin-top: 25%;
    scale: 1;
    border-radius: 4px;
    background: url(../images/PolaroidTexture.jpg);
    transition: all ease 0.25s;
}

#AboutBlock .photographer .photoWrapper:hover{
    box-shadow: -7px 24px 10px rgba(0, 0, 0, 0.30);
    margin-top: 10%;
    scale: 1.05;
    cursor: pointer;
}

#AboutBlock .photographer .photoWrapper blockquote{
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: rgba(43, 43, 43, 0.75);
    letter-spacing: 0px;
    padding: 0px;
    margin: auto;
    margin-top: 5px;
    display: block;
    align-content: center;
    height: fit-content;
    
}

#AboutBlock .photographer .photoWrapper blockquote img{
    display: inline-flex;
    border: 0px;
    filter: grayscale(100%);
    width: 48px;
    height: 48px;
    padding-bottom: 5px;
    margin-top: 15px;
    scale: 1;
    transition: all ease 0.25s;
}

#AboutBlock .photographer .photoWrapper blockquote img:hover{
    filter: grayscale(0%);
    scale: 1.05;
}

#AboutBlock .photographer .photoWrapper img{
    display: block;
    max-width: 480px;
    max-height: 480px;
    width: auto;
    height: auto;
    margin: auto;
    border-radius: 2.5px;
    border: 3px solid rgba(255, 255, 255, 0.25);
}

#AboutBlock .photographer .photoWrapper main img{
    filter: none;
    opacity: 0.5;
    margin-top: 10px;
    scale: 0.85;
}

#AboutBlock .about{
    display: block;
    flex-direction: row;
    padding: 40px;
    padding-top: 75px;
    margin-left: 128px;
    order: 2;
    background-color: var(--bgColor);
    color: #494949;
    width: 75%;
    height: 100%;
    z-index: 6;
}

#AboutBlock .about h1{
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-weight: bolder;
    color: #7f8c83;
    font-size: x-large;
}

#AboutBlock .about .divider{
    width: 6%;
    height: 1px;
    text-align: left;
    border-bottom: #2b241d 2px solid;
}

#AboutBlock .about section{
    width: 100%;
    padding-top: 2em;
    line-height: 1.75em;
    letter-spacing: 0.75px;
    font-size: 16px;
    text-align: left;
}

#AboutBlock .about section a{
    padding: 0px;
    line-height: 2em;
    text-decoration: none;
    text-transform: uppercase;
    color: #7f8c83;
    font-weight: bold;
    display: flex;
    align-items:center;
    justify-content:left;
    transition: all ease 0.25s;
    width: max-content;
}

#AboutBlock .about section a:hover{
    color: #494949;
}

#AboutBlock .about section a img{transition: all ease-in-out 0.25s;}
#AboutBlock .about section a:hover img{
    padding-left: 30px;
}
/* #endregion */

/* #region General Footer*/
#Footer{
    width: 100%;
    align-content: center;
    display: block;
    height: max-content;
    text-align: center;
    background-color: var(--bgColor);
    padding-top: 4%;
    padding-bottom: 4%;
}

#Footer figure{
    display: inline-block;
    border-radius: 5px;
    margin: 5px;
    margin-top: 1%;
    height: 398px;
    position: relative;
    gap: 3%;
    text-align: center;
    align-content: center;
    z-index: 2;
    width: var(--maxWidth);
}

#Footer figure ul{
    display: inline-flex;
    width: 50%;
    max-width: var(--maxWidth);
    text-align: center;
    align-content: center;
    gap: 10px;
}

#Footer figure li{
    width: calc(100%/4);
    margin-top: 8%;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    align-content: center;
    text-decoration: none;
    list-style: none;
}

#Footer figure li a{
    font-family: 'Khula', sans-serif;
    color: #020202;
    text-decoration: none;
}

#Footer figure li a:hover{
    font-weight: bold;
}

#Footer figure h1{
    color: #7f8c83;
    font-family: "Lato", sans-serif;
}

#Footer figure button{
    width: 30%;
    height: 20%;
    border: 0px;
    border-radius: 5px;
    background-color: #7f8c83;
    font-size: larger;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    opacity: 0.8;
    font-weight: bold;
    transition: all ease 0.5s;
}

#Footer figure button:hover{
    opacity: 1;
    cursor: pointer;
}

#Footer figure button:active{
    background-color: #fff;
}

#Footer figure aside{
    font-style:normal;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: smaller;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position:absolute;
    opacity: 0.8;
    bottom: 12%;
}

#Footer figure footer{
    font-style:normal;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: smaller;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position:absolute;
    opacity: 0.8;
    bottom: 0%;
}

#Footer figure footer img{
    width: 3%;
    height: auto;
    max-width: 32px;
    max-height: 32px;
}
/* #endregion */


#privacyPolicy{
    max-width: calc(var(--maxWidth)/1.25);
    height: min-content;
    display: block;
    text-align: left;
    margin: 0px auto auto auto;
    transition: all ease 0.5s;
    font-size: 1rem;
}

#privacyPolicy p{
    display: block;
    margin-bottom: 1rem;
    text-indent: 0rem;
}

.ppfooter{
    margin: 0px auto;
    padding: 0px;
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    display: block !important;
}

.ppfooter li{
    margin: 0px !important;
    padding: 0.2rem !important;
    width: min-content !important;
    display: inline !important;
}

#privacyPolicy section{
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-top: 1px dotted rgba(0, 0, 0, 0.3);
}

#privacyPolicy ul{
    margin-left: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#privacyPolicy h1, h2, h3, h4, h5{
    margin-bottom: 1rem;
}

/* #region Booking Page */
#bookingForm{
    max-width: var(--maxWidth);
    height: min-content;
    display: flexbox;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin: 0px auto auto auto;
    transition: all ease 0.5s;
}

#bookingForm aside{
    flex:1;
    padding: 10px;
    gap: 0px;
    width: 40%;
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    text-align: right;
}

#bookingForm figure{
    flex:1;
    padding: 10px;
    gap: 0px;
    width: 80%;
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
}

#bookingForm figure input{
    /* Set the appearance of the checkbox to none */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Set the border and background color */
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  /* Set the border radius to make it round */
    display: block;
    height: 32px;
    border-radius: 5px;
    text-indent: 5px;
}

#bookingForm aside input{
    /* Set the appearance of the checkbox to none */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Set the border and background color */
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  /* Set the border radius to make it round */
    display: block;
    height: 32px;
    border-radius: 5px;
    text-indent: 5px;
}

#bookingForm aside select{
    /* Set the appearance of the checkbox to none */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Set the border and background color */
  border: 1px solid #ccc;
  background-color: #FDFDFD;
  /* Set the border radius to make it round */
  border-radius: 5px;
    display: block;
    height: 32px;
    border-radius: 5px;
    text-indent: 5px;
}

#bookingForm aside select:hover{
    cursor: pointer;
}

#bookingForm label{
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 0px;
    line-height: 32px;
    margin-top: 0px;
}

#bookingForm aside div{
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 14px;
}

#bookingForm aside input[type="checkbox"] {
  /* Set the appearance of the checkbox to none */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-flex;
  flex-direction: column;
  /* Set the width and height of the checkbox */
  width: 28px;
  height: 28px;
  /* Set the border and background color */
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  /* Set the border radius to make it round */
  border-radius: 5px;
  /* Add padding to the checkbox */
  padding: 5px;
  margin-right: 10px;
  margin-left: 0px;
  transition: all ease 0.25s;
}

#bookingForm aside input[type="checkbox"]:checked {
  /* Change the background color when the checkbox is checked */
  background-color: #7f8c83;
  border: 4px solid #f2f2f2;
  border-radius: 6px;
}

#bookingForm aside input[type="checkbox"] + label {
  /* Style the label to be displayed above the checkbox */
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

#bookingForm button{
    display: block;
    margin: 0px auto auto auto;
    width: 78%;
    padding: 10px;
    border: 0px;
    height: 64px;
    border-radius: 5px;
    background-color: #7f8c83;
    font-size: larger;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    opacity: 0.8;
    font-weight: bold;
    transition: all ease 0.5s;
}

#bookingForm button:hover{
    opacity: 1;
    cursor: pointer;
    width: 80%;
}

#bookingForm textarea{
    display: block;
    margin: 0px auto auto auto;
    width: 100%;
    height: 180px;
    padding: 10px;
    text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: #333;
      /* Set the appearance of the checkbox to none */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Set the border and background color */
  border: 1px solid #ccc;
  background-color: #FDFDFD;
  /* Set the border radius to make it round */
    border-radius: 5px;
    text-indent: 5px;
}
/* #endregion */

/* #region Mobile Style Compatability Changes*/
/* @media only screen and (max-width: 768px) {
    
} */
/* #endregion */

