:root {
  --content-width: 70rem;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Avenir Next", "Avenir", -apple-system, "Nunito Sans",
    BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

  font-weight: 400;
  line-height: 1.5;
}

body {
  /* background-image: url(http://data-cuisine.net/wp-content/uploads/2012/03/bg1.jpg);
  background-size: 100%; */
}

h1,
h2,
h3 {
  font-weight: 600;
}

li {
  list-style: dash;
}

a {
  color: currentColor;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

strong,
b {
  font-weight: 500;
}

img {
  width: 100%;
}

p, ul, hr, iframe {
  margin: 1.5em auto;
  max-width: 40em;
  display: block
}

hr{
  border: none;
  border-bottom: 1px solid #000
}

.page {
  padding: 0 5vw 10vh;
}
.page > * {
  max-width: var(--content-width);
  margin: 2em auto 0;
  background: #fff;
  /* padding: 1em 3em; */
}


.header {
  margin-bottom: 3.5rem;
  display: flex;
}

.header .menu a {
  position: relative;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding: 0.5rem 0;
  font-weight: 700;
}

.header .logo {
  display: block;
  margin-bottom: 1.5rem;
  margin-left: -22px;
}

.header .logo img {
  width: 8em;
  max-width: 50vw;
}

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

.menu a {
  margin: 0 0.75rem;
  border-bottom: 2px solid #FFF;
}

.menu a:hover {
  border-bottom: 2px solid #999;
}

.menu a[aria-current] {
  border-bottom: 2px solid #000;
}

@media screen and (min-width: 40rem) {
  .header .logo {
    margin-bottom: 0;
  }
  .header {
    flex-direction: row;
    justify-content: space-between;
  }
  .menu {
    margin-right: -0.75rem;
  }
}

main {
  //min-height: calc(100vh - 10rem);
}

.intro {
  /*padding: 10vh 0;*/
  /*text-align: center;*/
}

.intro img {
  margin: 0 0 1.5rem;
}

.news-intro .text p{
	max-width: 100%;
}

/* .intro h1 {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: calc(1vw + 2rem);
  z-index: 1;
} */

.tags {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 0.75rem;
  font-weight: 600;
}

.text {
  line-height: 1.5em;
}
.text p,
.text figure,
.text ul,
.text ol {
  margin-bottom: 1.5em;
}

.text h2 {
  margin: 1.5em auto;
  
  text-align: center;
}
/* .text > *:first-child {
  margin-top: 0;
} */

.text a,  .footer a {
  /* position: relative; */
  white-space: nowrap;
  font-weight: 400;
  z-index: 1;
  display: inline-block;
  border-bottom: 2px inset;
  border-color:#acd43c;
  transition-property: border-color;
  transition-duration: 0.25s;
  padding: 0;
}

.text a:hover,  .footer a:hover {
  border-color: hsl(76, 68%, 35%);
}

.text figure {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text img {
  width: 100%;
}

.footer {
  text-align: center;
  max-width: var(--content-width);
  margin: 0 auto;
  line-height: 1.5em;

}
.footer div{
  // border-top: 1px solid #000;
  padding: 1.5rem 5vw 5rem;
  width: auto;
}

.footer a {
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 1.5em;
  padding: 0 .5em;
  border-color:#FFF;
}
.footer > a {
  margin-bottom: .5rem;
  padding-top: 0.5rem;
}


.grid {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  align-items: end; 
}

.grid.news {
  align-items: start; 
}

.grid.small {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.grid.generous {
  grid-gap: 3em;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.date {
  margin: 0 auto;
  color: #555;
}

.workshop-tile {
  margin: 0em auto;
}

.workshop-section {
  margin: 3em auto;
}

.workshop-section h2 {
  margin: 0 auto 1em;
}

.center {
  text-align: center;
}

.dish-header {
  text-align: center !important;
  padding: 0 0 1em;
}

.dish-header img{
  margin: 0 auto 2em;
}
