.transition__div {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #1a224c;
    z-index: 9999;
    transition: left 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.transition__div.active {
    left: 0;
}
/* Splash Screen */
.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a224c;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.splash-logo {
    text-align: center;
    color: white;
}

.splash-logo h1 {
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
}

.splash-logo p {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    opacity: 0.9;
}

/* Main Content */
.main-content {
    opacity: 0;
    transition: opacity 0.6s ease;
}
.mainTitle, .subTitle {
    width: 100%;
    padding: 0.4rem 30rem;
    font-size: 5rem;
    text-align: center;
    color: #004286;
    margin-bottom: 0.2rem;
}
.subTitle {
    color: #222;
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 0.2rem;
}
.pictureDiv {
    width: 100%;
    margin: auto;
    padding: 5rem 30rem;
    display: flex;
    align-items:first baseline;
    justify-content: space-between;
}
.pictureDiv a {
    width: 25%;
    text-decoration: none;
    color: inherit;
}

.mainPicont {
    width: 100%; 
}
.pic {
    width: 100%;
    height: 20rem;
    background: url("/img/IMG_7542.jpeg");
    background-size: cover;
    background-position: top;
}
#quick {
    background: url("/img/IMG_0069.JPG");
    background-size: cover;
}
#impress {
    background: url("/img/IMG_0151.JPG");
    background-size: cover;
    background-position: center;
}
/*.picOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(217, 217, 217, 0.4);
}*/
.mainPicont h1 {
    font-size: 1rem;
    background-color: #004286;
    text-align: center;
    margin: auto;
    width: fit-content;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: 200;
    transform: translateY(-50%);
}
.banner {
    width: 100%;
    height: fit-content;
    background-color: #004286;
    padding: 2rem 30rem;
    overflow: hidden;
}
.banner h1 {
    font-size: 5rem;
    font-weight: 300;
    color: #D5E3F0;
    padding: 0;
} 
.mainReCont {
    display: flex;
    align-items: first baseline;
    justify-content: flex-start;
    width: 100%;
    gap: 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 0 0 1rem 0;
}

/* Hide scrollbar */
.mainReCont::-webkit-scrollbar {
    display: none;
}

.mainReCont {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.mainReCont a{
    min-width: calc(33.333% - 1.333rem);
    flex-shrink: 0;
    width: 30%;
    text-decoration: none;
}
.recipeCont {
    width: 100%;
}
.recipeCont h2 {
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
}
.recipeCont h3 {
    font-size: 1rem;
    font-weight: 400;
    color: #b4cbf0;
}
.picture {
    width: 100%;
    height: 25vh;
}
.about {
    width: 100%;
    padding: 3rem 30rem;
}
.about h1 {
    font-size: 4rem;
    color: #004286;
}
.about h3 {
    font-size: 1rem;
    color: #000;
    margin-bottom: 0.5rem;
}
.about a {
    text-decoration: none;
    color: #b4cbf0;
}
.about button {
    font-size: 1rem;
    color: #b4cbf0;
    background-color: #004286;
    border: none !important;
    padding: 0.4rem 1rem;
    border-radius: 0.3rem;
    margin-top: 0.5rem;
}
#chutneySteak {
    background: url("/img/IMG_7554.jpeg");
    background-size: cover;
    background-position: center;
}
#beefStew {
    background: url("/img/IMG_0148.JPG");
    background-size: cover;
    background-position: center;
}
#friedRice {
    background: url("/img/IMG_0077.JPG");
    background-size: cover;
    background-position: center;
}
#fusionMince {
    background: url("/img/IMG_0063.JPG");
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 1600px) {
.mainTitle, .subTitle {
    padding: 0.4rem 20rem;
}
.pictureDiv {
    padding: 5rem 20rem;
}
.pictureDiv a {
    width: 32%;
}
.pic {
    height: 17rem;
}
.banner {
    padding: 2rem 20rem;
}
.mainReCont a {
    min-width: calc(33.333% - 1.333rem);
}
.about {
    padding: 3rem 20rem;
}
}
@media screen and (max-width: 1200px) {
    .mainTitle, .subTitle {
    padding: 0.4rem 10rem;
    font-size: 4rem;
}
.subTitle {
    font-size: 1rem;
}
.pictureDiv {
    padding: 5rem 10rem;
}
.pictureDiv a {
    width: 32%;
}
.mainPicont h1 {
    font-size: 1rem;
}
.banner {
    padding: 2rem 10rem;
}
.banner h1 {
    font-size: 4rem;
}
.mainReCont a {
    min-width: calc(33.333% - 1.333rem);
}
.recipeCont h2 {
    font-size: 1.2rem;
} 
.recipeCont h3 {
    font-size: 0.8rem;
}
.about {
    padding: 3rem 10rem;
}
.text h1 {
    font-size: 4rem;
    margin-bottom: 0.6rem;
}
.text h3, .text button {
    font-size: 0.8rem;
}
}
@media screen and (max-width: 800px) {
     .mainTitle, .subTitle {
    padding: 0.4rem 1rem;
}
.subTitle {
    font-size: 1rem;
}
.pictureDiv {
    padding: 5rem 1rem;
}
.pictureDiv a {
    width: 32%;
}
.banner {
    padding: 2rem 1rem;
}
.mainPicont h1 {
    font-size: 1rem;
}
.banner h1 {
    padding: 0 1rem;
}
.mainReCont {
    padding: 0 1rem 1rem 1rem;
}
.mainReCont a {
    min-width: calc((100% - 2rem - 4rem) / 3);
}
.about {
    padding: 3rem 1rem;
}
}
@media screen and (max-width: 500px) {
.pictureDiv {
    display: block;
}
.pictureDiv a {
    width: 32%;
}
.mainPicont h1 {
    font-size: 1rem;
}
.banner h1 {
    font-size: 3rem;
}
.mainReCont a {
    min-width: calc(33.33% - 1.333rem);
    width: 25%;
}
.recipeCont h2 {
    font-size: 1rem;
} 
.recipeCont h3 {
    display: none;
}
.text h1 {
    font-size: 2.5rem;
    margin-bottom: 0.6rem;
}
.text h3, .text button {
    font-size: 1rem;
}
.picture {
    height: 15vh;
}
}