h3 {
    margin: 0 0 12px;
}

img {
    max-width: 100%;
    height: auto;
    padding: 0;
}

.menu {
    display:flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: radial-gradient(rgba(240, 172, 45, 0.911), rgb(240, 172, 45));
    font-family: 'Montserrat';
    padding-bottom: 25px;
}

.menu h2 {
    font-size: 50px;
    margin: 0 0 5px 0;
    font-family: 'Hornbill';
    font-weight: 500;
}

.menu hr {
    border: 2px solid #000;
    width: 100%;
    position: relative;
    bottom: 10px;
}

.Coffee-Wrapper, .Build-Your-Own, .Tea-Wrapper, .Cold-Pressed-Wrapper, .Cold-Shot, .Salad-Wrapper, .Breakfast-Wrapper, .Drinks-Wrapper {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    justify-content: center;
    margin: 20px 30px 0 30px;
    padding: 2px;
    border-radius: 20px;
    width: 100%;
}

h2 span {
    font-size: 30px;
}

span {
    font-size: 18px;
}

.Coffee, .Tea, .Juice, .Shot, .Salad, .Breakfast, .Drinks {
    padding-left: 8px;
}

.menu h4 {
    font-family: 'Ubuntu';
    font-weight: 200;
    font-size: 21px;
    margin: 6px 10px 10px 10px;
}

.menu .subtext {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;  
    font-family: 'Barlow Condensed';
    font-size: 37px;
    margin-bottom: 15px;
}

.Build-Your-Own .Ingredients h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
}

.Ingredients {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.menu h3 {
    margin: 10px 0 0 0;
    font-size: 23px;
}

@media(max-width: 1100px) {
    .Coffee-Wrapper, .Tea-Wrapper, .Cold-Pressed-Wrapper, .Cold-Shot, .Salad-Wrapper, .Breakfast-Wrapper, .Drinks-Wrapper {
      width: 100%;
    }
  }

@media(max-width: 650px) {
#header {
    content: url('../Images/Menu-Mobile-Header.webp');
}
}
