/* Fonts */
/* Testimonials */
@font-face {
    font-family: 'CharterItalic';
    src: url('fonts/CharterItalic.woff') format('woff');
}

@font-face {
    font-family: 'CharterBold';
    src: url('fonts/CharterBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Charter';
    src: url('fonts/CharterRegular.woff2') format('woff2');
}


/* Forms */


@font-face {
    font-family: 'Cordia';
    src: url('fonts/cordia.woff2') format('woff2');
}

/* Lemonade Logo */
@font-face {
    font-family: 'Magelo';
    src: url('fonts/Magelo-Extra-Light.woff2') format('woff2');
}

/* Main */
@font-face {
    font-family: 'Bellefair';
    src: url('fonts/Bellefair-Regular.ttf') format('truetype');
} 

/* O logo */
@font-face {
    font-family: 'Duende';
    src: url('fonts/Duende.woff2') format('woff2');
}

/* More Fun */
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('fonts/Helvetica-Bold.woff2') format('woff2');
}

/* Digital + Analog */
@font-face {
    font-family: 'Bellefaire-Bold';
    src: url('fonts/Bellefair-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Bellefaire-SemiBold';
    src: url('fonts/Bellefair-SemiBold.woff2') format('woff2');
}


::selection {
    background-color: rgb(255, 255, 255);
}

/* Bootstrap Customization */
a {
    color: black;
    text-decoration: none;
}

.img310 {
    margin-top: 10%;
}

@media (min-width: 768px) {
    .img310 {
        margin-top: 26%;
    }
}

/* Typography */
/* h2 and h3 */
body {
    font-family: "Bellefair";
    font-size: 1rem;
    background-color: #fefaf4;
    background-image: url('/img/lemonade-texture.png');
    background-blend-mode: multiply;
}

.cordiabig {
    font-family: 'Cordia';
    font-size: 1.3rem;
}

.cordia {
    font-family: 'Cordia';
}

.handwriting {
    font-family: 'Duende';
    font-size: 2.1rem;
    text-transform: none;
}


.red {
    color: #9c2313;
}

.smaller {
    font-size: 2rem;
}

.charter {
    font-family: 'CharterItalic';
}

.charterbold {
    font-family: 'CharterBold';
}

.charterregular {
    font-family: 'Charter';
}

h3 {
    font-size: 1rem;
}

.helvetica-bold {
    font-family: 'Helvetica-Bold';
    font-style: bold;
}

h4 {
    font-family: 'Helvetica-Bold';
    font-size: 1rem;
    font-style: bold;
}

.one {
    font-size: 1rem;
}

.para {
    /* font-family: 'Bellefaire'; */
    font-size: 0.9rem;
    font-family: 'Charter';
}

.hello {
    font-size: 2.5rem;
}

@media (max-width: 767.9px) {
    .footer {
        text-align: center;

    }
}

@media (max-width: 991.9px) {
    #top-container {
        margin-top: 10rem;

    }
}

/* Logo OL */
.logo-O {
    font-family: 'Duende';
}

.logo-L {
    font-family: 'Magelo';
    margin-top: 1rem;
    position: absolute;
    top: 1.1rem;
    left: 3.2rem;
    font-size: 3.1rem;
}

.accent1 {
    font-size: 4rem;
    margin-top: -0.7rem;
}

/* Full Logo */
.fulllogo-O {
    font-family: 'Duende';
    font-size: 4rem;
}

.fulllogo-L {
    font-family: 'Magelo';
    font-size: 3.5rem;
    margin-left: 1rem;
}

@media (min-width: 768px) {
    .fulllogo-O {
        font-size: 5.7rem;
    }

    .fulllogo-L {
        font-size: 4.5rem;
    }
}

/* Footer logo */
.footer-O {
    font-family: 'Duende';
    font-size: 3rem;
}

.footer-L {
    font-family: 'Magelo';
    font-size: 2.5rem;
    margin-left: 1rem;
}

.nav-link {
    /* font-family: 'Bellefaire'; */
    font-size: 1.5rem;
    /* previously 1.1rem with bellefaire, 1.9rem with IvyOra */
    text-transform: uppercase;
    color: black;
    margin-top: 0.3rem;
    font-family: 'Cordia';
}

.nav-link:hover {
    /* font-family: 'Bellefaire'; */
    font-style: italic;
}

.footer-social {
    margin-right: 1rem;
    font-size: 1.2rem;
    font-weight: 1000;
}

.mobile-social {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    font-size: 1.2rem;
    font-weight: 1000;
}

.social-link {
    color: black;
}

.footer .nav-link {
    /* font-family: 'Bellefaire'; */
    font-size: 1.5rem;
    text-transform: uppercase;
    color: black;
    margin-top: 0.3rem;
}




.nav-link-desktop {
    margin-left: 5rem;
}

.testimonial {
    font-family: 'Charter';
    font-size: 1.05rem;
    font-style: italic;
}

.testimonial-name {
    font-family: 'Perpetua';
    font-size: 1rem;
    font-style: normal;
}

.medium {
    font-size: 1.5rem;
}

.inverse {
    background-color: black;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.inverse:hover {
    background-color: #333333;
    color: white;
}

.spanbox {
    padding: 1rem;

}

@media (min-width: 576px) {
    .offset-sm-0 {
        margin-left: 0;
    }

    .mt-sm-0 {
        margin-top: 0;
    }

    .mb-sm-0 {
        margin-bottom: 0;
    }

}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0;
    }

    .mb-md-0 {
        margin-bottom: 0;
    }
}

@media (max-width: 991.9px) {
    #top-6 {
        margin-left: -16rem;
    }
}

@media (max-width: 767.9px) {
    #top-6 {
        margin-left: -12rem;
    }
}

@media (max-width: 575.9px) {
    #top-6 {
        margin-left: -185%;
    }
}

#top-2 {
    margin-left: -4rem;
    margin-top: 10rem;
}

@media (min-width: 1200px) {
    #top-2 {
        margin-left: -4rem;
        margin-top: 12rem;
    }
}

@media (min-width: 1900px) {
    #top-2 {
        margin-left: -6rem;
        margin-top: 42%;
    }
}

.olemonade-top {
    width: 100% !important;
    height: 100% !important;
    top: 30%;
}

@media (min-width: 500px) {
    .olemonade-top {
        width: 100% !important;
        height: 100% !important;
        top: 40%;
    }
}

@media (min-width: 992px) {
    .olemonade-top {
        width: 100% !important;
        height: 100% !important;
        top: 45%;
    }
}

@media (min-width: 1200px) {
    .olemonade-top {
        width: 100% !important;
        height: 100% !important;
        top: 50%;
    }
}

@media (min-width: 1400px) {
    .olemonade-top {
        width: 100% !important;
        height: 100% !important;
        top: 50%;
    }
}



/* Other Home */

.bellefaire-semibold {
    font-family: 'Bellefaire-SemiBold';
}

.square-box {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* 1:1 aspect ratio */
    border: black solid 3px;
}

.square-box-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.seenin-image {
    padding: 5rem;
}



.seenin2 {
    padding: 2rem 0rem 2rem 0rem;
    max-width: 200px;
}

@media (min-width: 992px) {
    .seenin {
        padding: 2rem;
    }
}

.seen {
    padding: 1rem 3rem 1rem 3rem;
}

@media (min-width: 992px) {
    .seen {
        padding: 3rem;
    }
}

@media (min-width: 1900px) {
    .seen {
        padding: 5rem;
    }
}

@media (min-width: 2200px) {
    .seen {
        padding: 8rem;
    }
}

/* Moments */



.sub {
    /* font-family: 'Bellefaire'; */
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 5rem;
    font-family: 'Charter';
}

.selectedborder {
    /* font-family: 'Bellefaire-Bold'; */
    font-family: 'CharterBold';
    letter-spacing: -0.7px;
    /* border-bottom: rgb(58, 58, 58) solid 1px; */
}

/* Contact Other */

.spaced {
    margin-bottom: 2rem;
}

.morespace {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .morespace {
        margin-bottom: 6rem;
    }
}

.section {
    margin-bottom: 5rem;
}

.mob-section {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    #top {
        margin-bottom: 5rem;
    }

    #Wedding-Photography {
        margin-bottom: 5rem;
    }

    .mob-section {
        margin-bottom: 5rem;
    }
}


@media (min-width: 992px) {
    .moveup {
        margin-top: -5rem;
    }
}

.movedownformob {
    margin-bottom: 5rem;
}

/* 
.moveleftformob {
    margin-left: 25%;
} */


@media (min-width: 768px) {
    .movedownformob {
        margin-bottom: 0rem;
    }
}


.square-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    /* This creates a square aspect ratio (1:1) */
    overflow: hidden;
    position: relative;
}

.square-image img {
    position: absolute;
    bottom: 0;
    /* Align image to bottom */
    left: 0;
    width: 100%;
    height: auto;
    /* Allow the image height to adjust based on width */
    object-fit: cover;
    /* This ensures the image covers the entire area */
}

/* @media (min-width: 1400px) {
    .pricebox-container {
        padding-left: 8rem;
        padding-right: 7.5rem;
    }
} */



/* .pricebox {
    background-image: url(/img/contact/box.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 100%;
    max-width: 40rem;
} */


.specialborder {
    border: 5px solid #000;
    border-radius: 255px 15px 255px 15px / 15px 255px 15px 255px;
}

.biggerhandwriting {
    font-size: 3rem;
}


.pricebox-inside {
    padding: 3rem;
}

.offer-container {
    padding-top: 3rem;
}

/* Contact Form - Home Page*/

.rotatetext {
    transform: rotate(90deg);
    transform-origin: left top;
    display: inline-block;
    white-space: nowrap;
}

.rotatetext2 {
    transform: rotate(-90deg);
    transform-origin: left top;
    display: inline-block;
    white-space: nowrap;
}

.rotatetext-container {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 2.5rem;
}


.formtext {
    font-size: 1.3rem;
}

.form-headerblock {
    margin-bottom: 2rem;
}

.form-control {
    background-color: #fefaf4;
    background-image: url('/img/lemonade-texture.webp');
    background-blend-mode: multiply;
    border: none;
    outline: none;
    border-bottom: #212529 1px solid;
    border-radius: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: 1.5rem;
    display: inline;
    width: 10rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.form-control:focus {
    background-color: #fefaf4;
    background-image: url('/img/lemonade-texture.png');
    background-blend-mode: multiply;
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: #212529 1px solid;
    border-radius: 0;
}

.form-control2 {
    background-color: #fefaf4;
    background-image: url('/img/lemonade-texture.png');
    background-blend-mode: multiply;
    border: none;
    outline: none;
    border-bottom: #212529 1px solid;
    border-radius: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: 1.5rem;
    display: inline;
    width: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    text-indent: 5px;
    font-size: 1.2rem;
    display: inline-block;
    width: auto;
    max-width: 10rem;
    color: #212529;
}


.form-control3 {
    background-color: #fefaf4;
    background-image: url('/img/lemonade-texture.png');
    background-blend-mode: multiply;
    border: none;
    outline: none;
    border-bottom: #212529 1px solid;
    border-radius: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: 1.5rem;
    display: inline;
    width: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    text-indent: 5px;
    font-size: 1.2rem;

    color: #212529;
}

.contactborder {
    border: 3px solid black;
    padding: 2rem;
}

.contactinsert {
    background-color: #c5bcab;
    background-image: url('/img/lemonade-texture.png');
    padding-top: 5rem;
    padding-bottom: 5rem;

}

.form-control::placeholder {
    color: #585a5c;
    opacity: 1;
    /* Firefox requires this to show custom color */
}

.home-placeholder {
    font-size: 1.2rem;
}

.form-label {
    font-size: 1.2rem;
    /*1.4rem*/
    line-height: 1.8rem;
    /*2.5rem;*/
}

.form-control2:focus {
    background-color: #fefaf4;
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: #212529 1px solid;
    border-radius: 0;
}

.contactrow {
    margin-bottom: 2rem;
}

.thanks {
    font-family: 'Bellefair';
    font-size: 1rem;
}

.btn-primary {
    /* border: #aaaaaa 1px solid; */
    border: none;
    background-color: #fefaf4;
    color: #212529;
    transition: border ease 0.5s;
}

.btn-primary:hover {
    /* border: #212529 1px solid; */
    border: none;
    background-color: #fefaf4;
    color: #212529;
}

.btn-primary:active {
    background-color: #fefaf4 !important;
    color: #212529 !important;
}

.btn-primary:focus-visible {
    background-color: #fefaf4 !important;
    border: none;
    /* #212529 1px solid; */
    color: #212529 !important;
    box-shadow: none;
    outline: none;
}

#date::placeholder {
    color: #6c757d;
}

.vertical-bottom {
    display: flex;
    align-items: flex-end;
}



/* Navbar */
.navbar {
    position: relative;
    transition: top 0.3s;
    /*padding-top: 2rem;
    padding-bottom: 2rem;*/
    transition: top 0.3s;
}

@media (max-width: 991.98px) {
    .mobile-fixed {
        position: fixed;
        /* top: 0; */
        z-index: 1000;
        /* #f8f5f3; */
        top: 0;
        right: 0;
        left: 0;
        background: none;
    }
}


body.modal-open {
    overflow: hidden;
}

.fixed-top {
    position: fixed;
    /* top: 0; */
    z-index: 1000;
    background-color: #fefaf4;
    /*rgba(248, 245, 243, 0.8); */
    /* #f8f5f3; */
    top: -10rem;
    background-image: url('/img/lemonade-texture.png');
    background-blend-mode: multiply;
}

.navbar.visible {
    top: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 991.99px) {
    .noshift {
        height: 6rem;
    }

    .pageheading {
        margin-bottom: 4rem;
    }
}

@media (max-width: 991.98px) {
    .noshift {
        height: 6rem;
    }

    .pageheading {
        margin-bottom: 2rem;
    }
}



@media (min-width: 991.99px) {
    .noshift-home {
        height: 0rem;
    }

    .pageheading {
        margin-bottom: 4rem;
    }
}

@media (max-width: 991.98px) {
    .noshift-home {
        height: 0rem;
    }

    .pageheading {
        margin-bottom: 2rem;
    }
}



#shifter-nothome {
    height: 8rem;
}

.bigline {
    line-height: 2.5rem;
}

@media (max-width: 991.98px) {
    .indexContainer {
        margin-top: 6rem;
    }
}


@media (min-width: 991.99px) {
    .indexContainer {
        margin-top: 5rem;
    }
}

@media (min-width: 991.99px) {
    .shift {
        height: 13rem;
    }
}

@media (min-width: 991.99px) {
    .shift-home {
        height: 7rem;
    }
}




@media (min-width: 1200px) {
    .padding-seen {
        padding: 5rem;
    }
}

.fade-in {
    opacity: 0;
}

/* Mobile Navbar */

/* Style for full-screen overlay */
.full-screen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    background-image: url('/img/lemonade-texture.png');
    background-blend-mode: multiply;
}

/* Style for close button in the overlay */
.close-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

/* Style for overlay navigation links */
.overlay-nav {
    list-style: none;
    padding: 0;
    text-align: center;
}

.overlay-nav-item {
    margin: 0 0;
    margin-top: 2rem;
}

.mymodal {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    padding: 0;
    margin: 0;
}

.modal-content {
    height: 100vh;
    background-color: #fefaf4;
    border: none;
    background-image: url('/img/lemonade-texture.png');
    background-blend-mode: multiply;
}


/* Fade in Animation */
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Apply animation class */
.fade-in.animate {
    animation: fadeInAnimation 1s ease-out forwards;
}


/* Rolling Text */
.rolling-text {
    display: inline-block;
    /* font-family: 'Bellefaire'; */
    text-transform: uppercase;
    font-size: 1.5rem;
    /* previously 1.5rem in bellefaire */
    font-family: 'Cordia';
}

.rolling-container {
    /* white-space: nowrap; */
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.rolling-text-container {
    display: inline-block;

}

/* Footer */
.capitalize {
    text-transform: uppercase;
}

/* Mobile Button */
/* GENERAL STYLES */
.navbar-toggler {
    padding: 0;
    border: none;
    background: none;
    outline: none;
    line-height: 0;
}

.navbar-toggler:active {
    padding: 0;
    border: none;
    background: none;
    outline: none;
}

.navbar-toggler:focus {
    padding: 0;
    border: none;
    background: none;
    outline: none;
    box-shadow: none !important;
}

input[type=button] {
    outline: none !important;
    box-shadow: none !important;
}

input[type=button]:focus {
    outline: none !important;
    box-shadow: none !important;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
    border: 0;
}

.visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.hamburger {
    margin: auto;
    margin-top: 1.5rem;
    width: 30px;
    height: 30px;
    position: relative;
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 2px;
    background-color: black;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 13.5px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}

/* HAMBURGER 4 */

.hamburger2 .bar2,
.hamburger3 .bar3,
.hamburger4 .bar4 {
    top: 13.5px;
}

.hamburger4 .bar5 {
    bottom: 0px;
}

.hamburger4 .bar {
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}

.hamburger4 .bar2 {
    width: 1px;
    transform: rotate(90deg);
    left: 13.5px;
}

.hamburger4 .bar3 {
    width: 1px;
    left: 13.5px;

}

.checkbox4:checked+label>.hamburger4>.bar1 {
    top: 15px;
    background-color: transparent;
}

.checkbox4:checked+label>.hamburger4>.bar2 {
    left: 0px;
    width: 30px;
    transform: rotate(45deg);
}

.checkbox4:checked+label>.hamburger4>.bar3 {
    left: 0;
    width: 30px;
    transform: rotate(-45deg);
}

.checkbox4:checked+label>.hamburger4>.bar4 {
    background-color: transparent;
}

.checkbox4:checked+label>.hamburger4>.bar5 {
    bottom: 13.5px;
    background-color: transparent;
}






/* Stories */
.story {
    cursor: pointer;
}

.story-content .nar-block {
    background-size: contain !important;
}

.para a {
    /* font-family: 'Bellefaire'; */
    font-size: 1rem;
    color: black;
    text-decoration: none;
}

.para2 a {
    /* font-family: 'Bellefaire'; */
    font-size: 0.9rem;
    text-decoration: none;
}


@media (min-width: 1200px) {
    .mb-xl-0 {
        margin-bottom: 0;
    }

    .mt-xl-0 {
        margin-top: 0;
    }

    .mb-xl-10 {
        margin-bottom: 5rem !important;
    }

    .moveup-sm {
        margin-top: -10rem;
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-10 {
        margin-bottom: 5rem !important;
    }
}

.footer {
    /* font-family: 'Bellefaire'; */
    font-size: 1.1rem;
}

/* New Container Size */

@media (min-width: 1800px) {

    .container2,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        width: 90%;
        max-width: 2500px;
        /* Change the max-width as needed */
    }
}

@media (min-width: 1800px) {
    .container-contact {
        max-width: 1500px;
    }
}

/* Loading Page */
.rotate {
    animation: rotation 2s infinite linear;
    width: 4rem;
    /*max-width: 5rem;*/
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.loading-dots {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    display: inline-block;
    width: 0;
    animation: typing 1.5s steps(3, end) infinite;
    line-height: 1rem;
    position: absolute;
}

@keyframes typing {

    0%,
    40% {
        width: 0;
    }

    40%,
    70% {
        width: 1ch;
    }

    70%,
    100% {
        width: 1.5ch;
    }
}

.loadingpage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    /* Adjust the opacity as needed */
    z-index: 99998;
    /* Ensure the overlay is on top of other content */
    background-color: #fefaf4;
    background-image: url('/img/lemonade-texture.png');
    background-blend-mode: multiply;
}

#loading-spinner2 {
    opacity: 1;
    transition: opacity 0.5s ease;
}

#loading-spinner2.hidden {
    opacity: 0;
    /* Make the element transparent */
    display: none;
}

.bigfont {
    font-size: 1.5rem;
}


/* Behold Instagram Figure */

.postborder {
    border-top: 1px solid black;
    padding-top: 2rem;
}

.littlemargin {
    margin-left: 1rem;
    margin-right: 1rem;
}

/* safari date fix */

@supports (-webkit-touch-callout: none) {
    input[type="date"] {
        line-height: 1.5 !important;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        height: 2rem !important;
        vertical-align: bottom !important;
    }
}

@supports (-webkit-touch-callout: none) {
    input {
        line-height: 1.5 !important;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        height: 2rem !important;
        vertical-align: bottom !important;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/*body.fonts-loaded #loading-spinner2 { visibility: visible; }*/


.loading.charter {
  opacity: 0;
  transition: opacity 0.3s ease;
  font-style: italic; /* fallback just in case */
  font-family: 'CharterItalic', Georgia, serif; /* good fallback stack */
}



/* Reveal text once the font is loaded */
.fonts-loaded .loading.charter {
  opacity: 1;
}
