/* 
*/
body {
    font-family: Roboto;
    margin: 0;
    background-color: #FFF7E6;
}

h1 {
  font-size: 48px;
  font-weight: 600;
}
h2 {
  font-size: 36px;
  font-weight:500 ;
}
h3 {
  font-size:32px;
  font-weight: 400;
}
h4 {
  font-size: 24px;
  font-weight: 400;
}
p {
  font-weight:300;
  margin: 0px;
}
a {
  text-decoration: none;
}
ul {
  list-style-position: outside;
}
li {
  font-weight:300;
}
label {
  color: #023047;
}
input {
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  height: 50px;
  background: rgba(142, 202, 230,0.5);
  border: none;
  font-size: 16px;
}

input[type=submit] {
  background:#023047;
  color: white;
}

table {
  font-size: 18px;
}



.container {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1280px;
  margin: auto;
}

/* Buttons */
.btn {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 300;
}
.btn-dark {
  background-color: #023047;
  color: white;
}
.btn-light {
  background-color:#8ECAE6;
  color:#023047;
}

button {
  background: none;
  border: none;
  outline: none;
}

/* Nav */
nav {
  background-color: #8ECAE6;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}

.nav-link {
  color: #023047;
  font-size: 18px;
  font-weight: 300;
  padding-left: 16px;
  padding-right: 16px;
}
.nav-link:hover {
  text-decoration: underline;
}

/* Specials banner */
.specials_banner {
  background-color: #023047;
  color: white;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  text-align: center;
  padding: 4px;
  overflow: hidden;
}

/* homepage hero */
.homepage_hero {
  background-image:url(/images/pexels-robinstickel-70497.jpg);
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.homepage_hero > div {
  width: 100%;
  height: 100%;
  background: rgba(142, 202, 230, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage_hero h1 {
  color: white;
  opacity: 100;
}

/*hero pages */

.hero {
  display: grid;
  grid-template-columns: auto auto;
  gap: 60px;
  color:#023047;
  text-align: center;
  background-color: ;
  padding-top: 48px;
}

.hero img {
  width: 100%;
}

.hero div{
  padding: 40px;
  display: flex;
  flex-direction: column;
  margin:auto;
}

.hero div p {
  max-width: 350px;
}

/* contact */
.contact {
  display: grid;
  grid-template-columns: auto auto;
  gap: 60px;
  color:#023047;
  text-align: center;
  background-color: ;
  padding-top: 48px;
  padding-bottom: 48px;
}

.contact img {
  width: 100%;
}

.contact div{
  padding: 40px;
  display: flex;
  flex-direction: column;
  margin:auto;
}

.contact div p {
  max-width: 350px;
}


/* image content */
.image_content {
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  gap:60px;
}

.img_text {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
}

/* find us */
.find_us {
  background-color: #023047;
  padding: 40px;
  color: white;
}
.find_us .container{
display: grid;
grid-template-columns: auto auto;
gap: 88px;
}
.find_us .text_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.find_us h3 {
  margin-bottom: 0;
}

.find_us img {
  max-width: 350px;
}
/* Menu Items */
.menu_content { 
  padding-top: 60px;
  padding-bottom: 60px;
  color: #023047;
}
.menu_list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom:70px;
  color: #023047;
}

.menu_list button:hover {
  text-decoration: underline;
  cursor: pointer;
}
.menu_cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:48px;
}
.menu_cards3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:30px;
  color: white;
}
.card {
  background-color: #023047;
  border-radius: 12px;
  color: white;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 56px;
  padding-bottom: 56px;
}
.menu_cards3 .card {
  padding-left: 50px;
  padding-right: 50px;
}

.card ul {
  list-style-image: url(/images/icons/check-light.svg);
}

.card li::marker {
  fill: white;
}

.menu_boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:48px;
}

.menu_boxes .box {
  padding-top: 56px;
  padding-bottom: 56px;
}

.menu_boxes p, .menu_display p {
  text-align: center;
}

.menu_boxes ul, .menu_display ul {
  list-style-image: url(/images/icons/check-dark.svg);
}

.menu_display div{
  text-align: center;
}
.menu_display li {
  list-style: none;
  padding-bottom: 8px;
}

/* image_cards */

.image_cards {
  padding-top: 60px;
  padding-bottom: 60px;
}
.img_cards {
  display: grid;
  grid-template-columns: auto auto auto;
  gap:30px;
}
.img_cards div{
  display: grid;
  gap:12px;
}
.img_cards h4 {
  margin-bottom:0;
}

/* image grid */
.image_grid {
  padding-top: 60px;
  color: white;
}
.image_grid .grid_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #023047;
  padding: 40px;
}

.grid_img {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
.img_grid img {
  width: 100%;
  height:auto;
  max-width: max-content;
}

/* call to action */
.cta {
  background-color: #8ECAE6;
  text-align: center;
  color: white;
  padding: 40px;
  padding-bottom: 60px;
}

/* form */
.form {
  padding-top: 60px;
  padding-bottom: 60px;
}

.form_content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: auto;
  gap:20px;
}

.form .container {
  max-width: 50%;
}

.form a {
  color: #023047;
}

.form a:hover {
  text-decoration: underline;
}
/* footer */

footer {
  padding-top:60px;
  padding-bottom:80px;
  background-color: #023047;
  color: white;
}
.footer {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

footer a {
  color: white;
}

.footer_col {
  display: grid;
  gap: 24px;
}

.footer_col h3 {
  font-weight: 400;
}

.footer .socials {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.footer .socials a {
  margin:0;
}

@media only screen and (max-width: 640px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
    justify-items: center;
  }
  .footer {
    display: grid;
    grid-template-columns: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
    align-items: center;
    justify-items: center;
  }
  nav {
    display: none;
  }

  /* Specials banner */
.specials_banner {
  background-color: #023047;
  color: white;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  text-align: center;
  padding: 4px;
}
/*menu content */
.menu_cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap:48px;
}
.menu_cards3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap:30px;
  color: white;
}
.menu_boxes {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap:48px;
}
.hero {
  grid-template-columns: auto;
}
.footer {
  display: grid;
  grid-template-columns: auto auto;
}
}
/*
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
    justify-items: center;
  }
}
*/