* {
    margin: 0;
}


html {
    scroll-behavior: smooth;
}

body {
    background: #EDE6D4;
}

#navigation_menu {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    word-spacing: 20px;
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

nav a {
    color: white;
    text-decoration: none;
}

.rounded-rectangle {
    width: 390px;
    height: 3px;
    background-color: white;
    border: 2px solid #3E1F0B ;
    border-radius: 100px;
}

.banner {
    width: flex;
    height: 260px;
    background-image: url(img/CoffeeSubscriptions_IG_V1_030922_6350_V1_final.png);
    padding: 0px;
}

#brand_name {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: #EDE6D4;
    text-align: center;
}

.introduction {
    font-family: "Afacad", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: white;
    white-space: pre;
    text-align: center;
}

.information {
    font-family: "Afacad", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    white-space: pre;
}

.grid_about, img {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 10px;
    padding : 20px;
}

.grid_about_img {
    border-radius: 30px;
}

#menu_header {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: black;
    text-align: center;
}

.grid_menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    place-items: center;
    text-align: center;
    padding: 10px;
}

/*.menu_item{
    background-color: olive; 
    text-align: center;
    padding: 5px;
    border-radius: 30px;
}*/

.menu_item img {
    width: 50%;
    height: 50%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    justify-self: center;
    align-self: center;
    transition: transform 0.5s ease;
}

.menu_item img:hover {
    transform: scale(1.05);
}

.menu_item figcaption {
    font-family: "Afacad", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}

#locations_header {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: black;
    text-align: center;
}

.locations {
    font-family: "Afacad", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
}
.locations ul li {
    transition: all 0.5s ease;
}
.locations ul li:hover{
    scale: 1.05;
}
#contact_header {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: black;
    text-align: center;
}

nav ul li {
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
}

nav ul li a {
    background-color: #3E1F0B;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.contact {
    font-family: "Afacad", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    padding-bottom: 535px;
    transition: all 0.5 ease;
}

.contact ul li {
    transition: all 0.5s ease;
}

.contact ul li:hover {
    scale: 1.05;
}

.footer p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 275;
    font-style: normal;
    font-size: 20px;
    color: white;
    background-color: #3E1F0B;
    border-top: 4px solid black;
    text-align: center;
    padding: 13px;
}
.footer a {
    color: white;
    text-decoration: underline 0.5px;
}