* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  flex-direction: column;
  /* background-color: #ffffec; */
  color: #20186e;
  text-align: center;
}

.body-centered {
  align-items: center;
  min-height: 100vh;
  background:
  linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
  url("img/middagsforslag_bg.jpg") center center / cover no-repeat fixed;
}

header {
  padding: 40px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  width: 100%;
}

main {
  flex-grow: 1;
  width: 100%;
  padding: 0 20px;
}

footer {
  padding: 40px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  width: 100%;
}

h1 {
  font-weight: 500;
  font-size: 20px;
}

h2 {
  font-size: 20px;
  font-weight: 400;
}

p {
  /* text-align: left; */
  line-height: 1.4;
  margin: 0 0 20px;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
}

small, small a {
  font-size: 13px;
}

.searchLink {
  padding-top: 20px;
}

.hide {
  display: none;
}

.logo {
  width: 172px;
}

.logosymbol {
  width: 100px;
  margin-bottom: 20px;
}

.no-underline {
  border-bottom: none;
}

.text-container {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.forslag-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 60px);
  min-height: 290px;
}

#showDish {
  padding: 28px 20px 10px;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
}

.button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

button {
  padding: 14px 22px;
  border-radius: 50px;
  border: none;
  background-color: #20186e;
  border: 2px solid #20186e;
  color: #ffffec;
  font-weight: 500;
  font-size: 16px;
  font-family: inherit;
  margin-top: 15px;
  width: 100%;
  max-width: 300px;
}

button:hover {
  cursor: pointer;

}

.icon {
  width: 16px;
  margin: 0 0 -2px 2px;
}

@media screen and (min-width: 768px) {
  #showDish {
    font-size: 42px;
  }
  .forslag-container {
    height: auto;
    margin: 0 0 40px 0;
    justify-content: flex-start;
    min-height: 190px;
  }
  .main-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1000px) {
  h2 {
    font-size: 26px;
  }
  p, a {
    font-size: 20px;
  }
  p {
    margin-bottom: 40px;
  }
  #showDish {
    font-size: 60px;
  }
  .logo {
    width: 216px;
  }
  .forslag-container {
    min-height: 250px;
  }
}
