/* ---- General ---- */
h1, h2, h3, h4, dt{
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    color: rgba(77, 77, 77, 1);
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

p {
    font-family:'Calibri Light', Arial, sans-serif;
    text-transform: none;
    color: black;
}

dl {
    font-family: 'Calibri Light', Arial, sans-serif;
    color: black;
    text-transform: none;
}

dt {
    font-weight: 500;
}


/* ---- Navbar ---- */
.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.2);
}

.m3 {
    margin: 0rem 1rem 1rem 0rem;
    padding-top: 1rem;
    font-family: 'Times New Roman', Times, serif;
}

.my-container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: 0rem;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    width: 200px;
}

.navbar-light {
    font-weight: bold;
    color: red;
}

.btn {
    line-height: 1.5;
}

.quoteMenu {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: scroll;
}

.quoteMenuInfo {
    border-radius: 10px;
    display: none;
    opacity: 1;
    background-color: rgba(230, 230, 230, 1);
    width: fit-content;
    height: fit-content;
    justify-content: center;
    text-align: center;
    z-index: 1000;
    margin: auto;
    padding: 40px;
}

.quoteMenuInfo h3 {
    padding: 15px 0 15px 0;
}

.quoteMenuInfo a {
    text-decoration: underline;
}

.bookButton {
    margin: 15px;
}

.closeQuoteMenu {
    display: none;
    position: fixed;
    top: 5%;
    right: 5%;
    background-color: black;
    border: 1px solid white;
    color: white;
    padding: 2.5px 5px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    opacity: 0.8;
    z-index: 9999;
}

/* ---- Homepage ---- */
.indexBody {
    background-color: rgba(230, 230, 230, 1);
    overflow-x: hidden;
}

.majorContainer {
    background-image: url('images/kitchen3.png');
    background-size: cover;
    background-position: 0% 30%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
}

.homepageBrief {
    top: 70%;
    left: 5%;
    color: white;
    font-weight: 500;
    text-shadow: 2px 2px 10px black;
    position: absolute;
}

.title {
    font-size: (1.375rem + 1.5vw);
    color: white;
}

.text {
    color: white;
}

.passionTitle {
    text-align: center;
    color: rgba(77, 77, 77, 1);
    padding: 5%;
    background-color: rgba(230, 230, 230, 1);
    border-top: solid 3px rgba(0, 0, 0, 0.6);
    border-bottom: solid 3px rgba(0, 0, 0, 0.6);
    width: 100%;
    height: fit-content;
}

.passionContainer, .solutionsContainer, .chooseContainer {
    min-width: 100%;
    min-height: 700px;
    background-color: rgba(230, 230, 230, 1);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.passionText, .solutionsText, .chooseText {
    flex: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    height: auto;
}

.pNested, .sNested, .cNested {
    font-size: 1.2em;
    color: black;
    min-width: 100%;
    padding: 20px;
    margin: auto;
}
.cNested {
    margin-left: 20px;
    margin-right: 20px;
}

.solutionsImage {
    flex: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    background-image: url('images/IMG_0111.jpg');
    background-size: cover;
    background-position: 45% 70%;
    height: 700px;
    min-width: 300px;
}

.passionImage {
    flex: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    background-image: url("images/IMG_4654.jpg");
    background-size: cover;
    background-position: bottom left;
    min-width: 300px;
    height: 700px;
}

.chooseImage {
    flex: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    background-image: url("images/sketch.png");
    background-size: cover;
    background-position: center;
    min-width: 300px;
    height: 700px;
}


/* __________ ABOUT PAGE __________ */
.aboutBody {
    width: 100%;
    background-color: rgba(230, 230, 230, 1);
}

.aboutMajorContainer {
    background-image: url('images/IMG_6887.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 100vh;
    min-height: 80vh;
    position: relative;
}

.titleContainer {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.about {
    color: white;
    font-weight: 500;
    width: 100%;
    top: 50%;
    color: white;
    font-weight: 500;
    text-shadow: 2px 2px 10px black;
    text-align: center;
    position: absolute;
}

.aboutContainer, .servicesContainer, .processContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgba(230, 230, 230, 1);
    min-height: 600px;
}

.aboutImage, .servicesImage, .processImage {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    min-width: 300px;
}

.aboutImageNested, .servicesImageNested, .processImageNested {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: auto;
    height: 600px;
    min-width: 300px;
    width: 90%;
    max-height: 90%;
}

.aboutText, .servicesText, .processText {
    flex: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 300px;
    height: auto;
}

.aboutNested, .servicesNested, .processNested {
    font-size: 1.2em;
    color: black;
    min-height: 500px;
    min-width: 300px;
    padding: 20px;
    margin: auto;
}


/* __________ CONTACT PAGE __________ */
.contactBody {
    background-color: rgba(230, 230, 230, 1);
    overflow-x: hidden;
}

.majorContainerContact {
    background-image: url('images/IMG_8506.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-color: rgba(230, 230, 230, 1);
}

.contactUsHeading {
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    height: auto;
    font-weight: 500;
    text-shadow: 2px 2px 10px white;
    font-size: 3rem;
}

.heroContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.infoBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 5%;
}

.infoBox a{
    text-decoration: none;
    color: black;
}

.info {
    width: 90%;
    max-width: 900px;
    height: fit-content;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5% 2.5%;
    border: 3px solid black;
    border-radius: 15px;
    text-align: center;
    justify-content: center;
    color: black;
    font-size: calc(0.8rem + .6vw);
    font-weight: 600;
    backdrop-filter: blur(0.3rem);
    word-wrap: break-word;
}

.info p {
    padding: 10px;
}

.info dt {
    color: black;
    font-size: calc(1.2rem + .6vw);
}


/* __________ GALLERY __________ */
.galleryBody {
    background-color: rgba(230, 230, 230, 1);
    overflow: scroll;
}

.galleryContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 1%;
}

.overlay{
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: scroll;
}

.closeBtn {
    position: fixed;
    top: 4%;
    right: 4%;
    background-color: black;
    border: 1px solid white;
    color: white;
    padding: 2.5px 5px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    opacity: 0.8;
}

.closeBtn:hover {
    opacity: 1;
}

.flex-container {
    min-height: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-picture {
    display: flex;
    flex: 1;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    width: fit-content;
    height: 100%;
    justify-content: center;
    z-index: 1000;
    margin: auto;
    padding: 40px;
}

.galleryHeading {
    margin: 20px;
}

.galleryContainer .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.galleryContainer .box .column {
    display: flex;
    flex-direction: column;
    width: 32.5%;
}

.galleryContainer .box .column img {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}

#back-To-Top-Btn-Gallery {
    position: fixed;
    display: none;
    bottom: 5%;
    right: 5%;
    background-color: rgba(255,255,255,0.7);
    background-image: url(images/backToTop.png);
    background-size: contain;
    padding: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 100%;
    border: 0.1px solid white;
    box-shadow: 0.5px 1.5px 10px black;
}

#back-To-Top-Btn-Gallery:hover {
    opacity: 1;
}


/* __________ FOOTER __________ */
.footerContainer {
    bottom: 0px;
    width: 100%;
    height: fit-content;
    min-height: 200px;
    background-color: rgba(230, 230, 230, 1);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 20px;
}

#back-To-Top-Btn {
    position: absolute;
    display: none;
    bottom: 5%;
    right: 5%;
    background-color: rgba(0,0,0,0);
    background-image: url(images/backToTop.png);
    background-size: contain;
    padding: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid black;
    box-shadow: 0.5px 1.5px 10px black;
}

#back-To-Top-Btn:hover {
    opacity: 1;
}

.footerImage {
    flex: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.fImageNested{
    width: auto;
    height: auto;
    background-image: url('images/logoNew.png');
    background-size: contain;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    min-width: 200px;
    min-height: 200px;
}

.footerInfo {
    position: relative;
    flex: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.fNested {
    color: black;
    padding: 5%;
    max-width: 100%;
    word-wrap: break-word;
}

.fNested ul {
    list-style-type: disc;
    padding-left: 30px;
    font-family: 'Courier New', Courier, monospace;
}

.fNested li {
    margin-bottom: 10px;
    font-family: 'Calibri Light', Arial, sans-serif !important;
}

.fnested a {
    font-family: 'Courier New', Courier, monospace;
}

a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.85;
}

a:hover {
    text-decoration: none;
    color: black;
    opacity: 1;
}


/* ---- MEDIA QUERIES --- */
@media (max-width: 760px) {
    .passionContainer {
      flex-direction: column-reverse;
    }
    .passionImage {
        min-height: 700px;
    }
    .chooseContainer {
        flex-direction: column-reverse;
    }
    .chooseImage {
        min-height: 700px;
    }
    .aboutContainer {
        flex-direction: column-reverse;
    }
    .processContainer {
        flex-direction: column-reverse;
    }
    .servicesImage {
        min-height: 600px;
    }
    .logo {
        width: 100px;
    }
    .h3 {
        font-weight: normal;
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,1);
    }
    
    .contactUsHeading {
        font-size: 2em;
    }
    .closeBtn {
        padding: 2.5px 5px;
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .galleryContainer .box {
        flex-direction: column;
    }
    .galleryContainer .box .column {
        width: 100%;
    }
    .navbar-nav {
        background-color: rgba(255,255,255,0.4);
        backdrop-filter: blur(2px);
        border-radius: 5px;
    }
}

@media (prefers-color-scheme: dark) {
    /* No specific styles inside the media query */
  }