* {
    font-family: 'IBM Plex Mono', sans-serif;
    font-weight: 400;
    font-size: 12px;
    z-index: 0;
}
*::selection {
    background-color: #f6bd60;
}
img::selection {
    background-color: transparent;
}

#time {
    right: 2vw;
    transform: translateY(-0.3vh);
    position: fixed;
    z-index: 1;
}
#bar {
    display: flex;
    margin-left: 8vw;
    right: 8vw;
    position: fixed;
    z-index: 11;
}
#image_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Three equal-width columns */
    gap: 1vw; /* Spacing between grid items */
    row-gap: 2vw;
    max-width: 100%;
    margin: 1vw;
    margin-right: 2vw + 9.9px;
    margin-left: 2vw;
}
#letterhead {
    margin-left:1vw;
    margin-top: 2vw;
    margin-right: 1vw;
}
.text-container {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center; /* Ensure multi-line text is centered */
}
.heading{
    font-size: 2vw;
    font-weight: 900;
    margin: 0;
}
.grid-item img {
    width: 100%; /* Stretch to fill the width of the column */
    height: auto; /* Maintain the image's aspect ratio */
    max-height: calc((100vw / 6) * 3); /* Height limited to 1.5 times the column width */
    object-fit: cover; /* Crop the image to fit the grid cell */
}

.grid-item p {
    margin: 0; /* Remove default margin */
    font-size: 0.9rem; /* Adjust text size as needed */
    color: #000; /* Set a consistent text color */
    text-align: left;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;

}

a:hover {
    color: #727272;
    font-size: 1.5vw;
}
img {
    width: 100%;
    height: auto;
    object-position: center;
    z-index: 0;
}
img:hover {
    z-index: 15;
}
.flip:hover{
    z-index: 15;
}
.flip {
    cursor: e-resize;
    z-index: 0;
}
#airFrance:hover {
    z-index: 11;
}

p {
    margin: 0;
}
a {
    color: black;
    font-weight: 500;
    margin: inherit;
}