* {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
}

header {
  background-color: #FFF0ED;
  height: auto;
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__title h2 {
  display: inline;
}
.header__title h2 a {
  text-decoration: none;
  color: #393939;
}

.header__nav {
  display: flex;
}
.header__nav--links {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
.header__nav--link {
  text-decoration: none;
  color: #393939;
}
.header__nav--cta {
  color: #5BACC3;
  text-decoration: none;
}

body {
  font-family: "Open Sans";
  font-weight: 400;
}

h1, h2 {
  font-size: 3.75rem;
  font-weight: 300;
  margin-bottom: 3%;
}

h3 {
  font-size: 2.063rem;
  font-weight: 300;
  margin-top: 1%;
}

ul {
  list-style-type: none;
}

li a {
  font-size: 1.313rem;
  font-weight: 400;
}

p {
  font-size: 1.125rem;
  font-weight: 400;
}

.logo {
  width: 3.125rem;
}

header {
  background-color: #FFF0ED;
  height: auto;
  padding: 1.25rem;
}
header h2 {
  display: inline;
}
header h2 a {
  text-decoration: none;
  color: #393939;
}
header nav {
  display: inline;
  padding-left: 1.25rem;
}
header nav ul {
  display: inline-block;
}
header nav ul li {
  display: inline;
  padding: 1.25rem;
}
header nav ul li a {
  text-decoration: none;
  color: #393939;
}

.header__nav--cta {
  color: #5BACC3;
}

.menu-nav {
  background-color: #393939;
  width: 100%;
  height: 5rem;
  text-align: center;
  align-content: center;
}
.menu-nav li {
  padding: 0 0.625rem;
  display: inline;
}
.menu-nav li a {
  border-left: 4px solid #5BACC3;
  padding: 0 0 0 1.25rem;
  color: #FFF;
  text-decoration: none;
}
.menu-nav-header {
  background-color: #393939;
  width: 18.75rem;
  height: 12.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.menu-nav__border {
  width: 100%;
  height: 100%;
  border: #5BACC3 solid 5px;
  color: #FFF;
  position: absolute;
  width: 18.75rem;
  height: 12.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -0.1875rem;
  right: 0.3125rem;
}

.bg-hero-img {
  background-image: url("../assets/images/coffee-circle.jpg");
  width: 100%;
  height: 80vh;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu__card {
  text-align: center;
  padding: 1.25rem;
  align-items: center;
}
.menu__card .price {
  color: #5BACC3;
  margin-top: 0.5%;
}

.pink-bg {
  background-color: #FFF0ED;
}

.gray-bg {
  background-color: #F7f7f7;
}

.description {
  font-style: italic;
  margin: 0 auto;
  width: 30%;
}/*# sourceMappingURL=menu.css.map */