body {
    background-color: #faf4e1;
    margin: 0px;
}

h1 {
    font-family: "Lancelot", serif;
    font-size: 32px;
    color: #261201;
    margin: 0px;
    letter-spacing: 0.02em;
    margin-left: 3px;
    margin-bottom: 10px;
}

h2 {
    font-family:'Times New Roman', Times, serif ;
    font-size: 26px;
    font-weight: 1;
    color: #261201;
    margin: 0px;
}

p {
    font-family: "Lancelot", serif;
    color: #261201;
    font-size: 22px;
    font-weight: 900;
}

#topBarDiv {
    width: 100%;
    height: 112px;
    display: flex;
}

#bigImgDiv {
    width: 100%;
    height: 410px;
}

#bigImgDiv img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* or 'contain', 'fill', 'scale-down', 'none' */
}

#topBarLeftDiv {
    width: 50%;
    height: 100%;
    display: flex;
}

#topBarRightDiv {
    width: 50%;
    height: 100%;
}

#coffeeLogo {
    width: 270px;
    height: 98px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 220px;
}

#mainBodyDiv {
    width: 100%;
    height: 600px;
}

#QuickContentDiv {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center; /* centers the whole row */
    gap: 34px;  
    padding-top: 30px;
}

.midContentDiv {
    width: 280px;
    height: 400px;
    padding-top: 18px;
}

#visitUsDiv {
    background-color: #6f3d24;
    outline: 1px solid black;
}

#visitUsHeading {
    color: #dedede;
    margin-left: 14px;
}

#ourCoffeeImagesDiv {
    width: 100%;
    height: 164px;
    display: flex;
}

#ourCoffeeImg1 {
    width: 48%;
    height: 100%;
    background-image: url("beansScoop.png");
    background-position: center;
    background-size: cover;
}

#ourCoffeeImg2 {
    width: 48%;
    height: 100%;
    background-color: yellow;
    margin-left: auto;
    background-image: url("coffeeMaker.png");
    background-position: center;
    background-size: cover;
}

#SeasonalMenuImagesDiv {
    width: 100%;
    height: 264px;
    display: flex;
    flex-direction: column;
}

#MenuGridTop {
    width: 100%;
    height: 48%;
    display: flex;
}

.GridImg {
    width: 48%;
    height: 100%;
    background-color: black;
}

.GridImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#MenuGridBottom {
    width: 100%;
    height: 48%;
    margin-top: auto;
    display: flex;
}

#mapDiv {
    display: flex;
    width: 100%;
    height: 100px;
    flex-direction: column;
}

#map {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 140px;
    border: 0px;
}

#HoursDiv {
    margin-top: 14px;
}

#hoursHeading {
    color: #dedede;
    margin-left: 5%;
    margin-bottom: 4px;
}

#hoursTime {
    color: #dedede;
    margin-left: 5%;
    font-size: 14px;
    margin-bottom: 4px;
}