* {
    max-width: 90vw;
    margin: auto;
}
body, html {
    padding: 0px;
    margin: 0px;
    font-size: 1.1em;
    max-width: 100vw;
    width: 100%;
}
.backgroundSplashScreenImage{
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    min-height: 100%;
    background-image: url('../images/tools3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    top: 0px; 
    opacity: 0.75;
}
.titleChef {
    text-transform: uppercase;
    white-space: nowrap;
    animation: opac 0.8s;
    font-size: 2.5em;
    font-family: "Lato", sans-serif;
    letter-spacing: 10px;
    color: #fff !important;
    padding: 12px 24px !important;
    text-align: center !important;
    background-color: #000 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-content: center;
    width: max-content;
}

.centered {
    text-align: center;
    margin: auto;
}   
.subTitle{
    line-height: 1.8;
    font-weight: 400;
    font-size: 1.8rem;
}
#photoOfMe {
    border-radius: 4px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    box-sizing: inherit;
    text-align: center !important;

    margin-right: 20px; /* Add space between the image and the text */
    margin-bottom: 15px; /* Add space below the image to prevent text from sticking to it */
}
#picWrapper{
    float: left; /* Make the image float to the left */
}
#about, #favoriteFoods{
    max-width: 968px;
    margin: auto;
}

#favoriteFoods{
    clear: both; /* Clears any floating elements before the gallery */
    margin-top: 330px;
    max-width: 700px;
}
.galleryTitle, .contactForm{
    margin-top: 120px;
    margin-bottom: 1rem;
}




/* Extra Small Devices */
@media (max-width: 575px) {
    .titleChef{
        font-size: 1rem;
    }

}

/* Small Devices */
@media (min-width: 576px) and (max-width: 767px) {
    .titleChef{
        font-size: 1.8rem;
    }

    
}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
    .titleChef{
        font-size: 2rem;
    }

}

/* Large Devices */
@media (min-width: 992px) and (max-width: 1199px) {
    
}

/* Extra Large Devices */
@media (min-width: 1200px) {
    
}