/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* MY STYLE RULES START HERE*/
body{
    font-family: "Quicksand", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color:black;
    background-color: #ffffff;
    line-height:2;
}
h1{
    font-family: "Rock 3D", serif;
    font-weight: 400;
    font-style: oblique;      
    font-size: 38px;
    text-align:center;
	margin: 10px 0px 10px 0;
    padding:5px 0px 10px 0;
}
h2{
    font-family: "Quicksand", Helvetica, Arial, sans-serif;
    font-weight:600;
    font-style: normal;
	font-size: 20px;
    text-align: left;
	margin: 10px 10px 10px 0;
    padding:10px 20px 5px 0;
	text-decoration: none;
}
h3{
	font-family: "Quicksand", Helvetica, Arial, sans-serif;
    font-weight:500;
    font-style: normal;
	font-size: 20px;
    text-align: left;
	margin: 10px 10px 10px 0;
    padding:10px 20px 10px 0;
	text-decoration: none;
}
h4{
    font-family: "Quicksand", Helvetica, Arial, sans-serif;
    font-weight:500;
    font-style: normal;
	font-size: 18px;
    text-align: left;
	margin: 10px 10px 10px 0;
    padding:10px 20px 0px 0;
	text-decoration: none;
}
nav ul{
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
nav ul li{
    display: inline-block;
    padding: 0px 20px 10px 20px;
}
nav ul li a{
    text-decoration:none;
    color:rgb(35, 35, 35);
}
nav a {
    color: black; /* Default color */
    text-decoration: none;
    padding: 10px;
    transition: color 0.3s ease, background-color 0.3s ease;
}
header{
    border-bottom: 2px solid #d19b06;
    background-color: #ffffff;
}
header nav a:hover {
    color: #d19b06;
    background-color: #ffffff;
}
li{
    text-decoration:none;
    color:rgb(35, 35, 35);
	display:inline;
	text-align: center;
	padding: 0px 20px 20px 0px;
}
/* menu toggle */
input[type="checkbox"]#menu-toggle {
	opacity: 0;
	position: absolute;
}
label.toggle {
	display: inline-block;
	width: auto;
	margin: 0;
	position: relative;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1;
}
nav label.toggle:hover, nav label.toggle:active, nav label.toggle:focus-visible {
	cursor: pointer;
}
main{
    width:90%;
    font-size:18px;
    max-width: 1100px;
    margin:auto;
    padding:0 60px;
}
p{
    margin-top: em1;
}
footer{
    background-color: #d19b06;
}
footer p, footer h2{
    text-align: left !important;
    margin-top: 20px;
    margin: 0;
    padding: 0;
}
.footer{
    text-align: left;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    padding:20px;
    gap:20px;
}
.footer a{
    text-align: left;
    color: black;
    text-decoration: underline;
    display: block;
    margin: 4px 0;
}
.footer > p{
    text-align: center;
}
/*FIX THE FOOTER BELOW THIS*/
.footer-heading, .footer-1{
    text-align:left;
}
.footer-1{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    padding:20px;
    gap:20px;
}
.footer-1 a{
    text-align: left;
    display: block;
    margin: 4px 0;
}
.img-grid{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    gap:10px;
    text-decoration: none;
}
.img-grid a{
    text-decoration: none;
}
.img-grid a h3{
    text-align:center;
    color:black;
    text-decoration: none;
}
.img-grid a:hover h3{
    color:#d19b06;
}
.about-page main{
    max-width: 80%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}
.about-page main p{
    margin:10px 80px 20px 80px;
    line-height:1.6;
}
.about-page main img{
    max-width: 30%;
    height: auto;
    float:left;
    margin-right:20px;
    margin-bottom: 20px;
    padding-top:15px;
    width:250px;
    border-radius:0;
}
.about-page h2{
    font-size: 2rem;
    font-weight: 450;
    margin: 10px 80px;
}
.index main{
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.index main p{
    display:flex;
    flex-direction:column;
    gap: 20px;
    margin: 10px 80px 20px 80px;
    line-height:1.6;
    font-size:1.25rem;
}
.index main h3{
    display:flex;
    flex-direction:column;
    gap: 20px;
    margin: 10px 80px 20px 80px;
    line-height:1.6;
    font-size:1.25rem;
    text-decoration: none;
}
.index main img{
    max-width:30%;
    height:auto;
    display:block;
    margin:20px auto;
    border-radius: 0;
    width:800px;
}
.index img:first-of-type{
    max-width: 80%;
    height:auto;
    display:block;
    margin:20px auto;
    padding-bottom: 20px;
    border-radius: 0;
    width:800px;
}
.gouda-page main{
    max-width: 80%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}
.gouda-page main p{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin:10px 80px 20px 80px;
    line-height:1.6;
}
.gouda-page main img{
    max-width: 90%;
    height: auto;
    float:right;
    margin-left:20px;
    margin-bottom: 20px;
    border-radius:100%;
    width:250px;
}
.gouda-page h2{
    font-size: 2rem;
    font-weight: 450;
}
.parmesan-page main{
    max-width: 80%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}
.parmesan-page main p{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin:10px 80px 20px 80px;
    line-height:1.6;
}
.parmesan-page main img{
    max-width: 90%;
    height: auto;
    float:right;
    margin-left:20px;
    margin-bottom: 20px;
    border-radius:100%;
    width:250px;
}
.parmesan-page h2{
    font-size: 2rem;
    font-weight: 450;
}
.brie-page main{
    max-width: 80%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}
.brie-page main p{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin:10px 80px 20px 80px;
    line-height:1.6;
}
.brie-page main img{
    max-width: 90%;
    height: auto;
    float:right;
    margin-left:20px;
    margin-bottom: 20px;
    border-radius:100%;
    width:250px;
}
.brie-page h2{
    font-size: 2rem;
    font-weight: 450;
}
.burrata-page main{
    max-width: 80%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}
.burrata-page main p{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin:10px 80px 20px 80px;
    line-height:1.6;
}
.burrata-page main img{
    max-width: 90%;
    height: auto;
    float:right;
    margin-left:20px;
    margin-bottom: 20px;
    border-radius:100%;
    width:250px;
}
.burrata-page h2{
    font-size: 2rem;
    font-weight: 450;
}
.events-page main{
    max-width: 80%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}
.events-page main p{
    gap: 20px;
    margin:10px 80px 20px 80px;
    line-height:1.6;
}
.events-page img{
    max-width: 400px;
    height: auto;
    float:right;
    margin-left:20px;
    margin-bottom: 20px;
    border-radius:0;
    width:600px;
}
.events-page h2{
    font-size: 2rem;
    font-weight: 450;
    margin: 10px 80px;
}
.events h3{
    padding: 5px 80px; 
    margin-top: 20px;
}
.events-page h3,h4{
    margin: 10px 80px;
}
.location-page{
    max-width: 80%;
    margin:0 auto;
    position: relative;
    overflow:hidden;
}
.location-page main p{
    gap: 20px;
    margin:10px 80px 20px 80px;
    line-height:1.6;
}
.location-page h2{
    font-size: 2rem;
    font-weight: 450;
    margin: 10px 80px;
}
.location-page h3{
    padding: 5px 80px;
    margin-top: 20px;
}
.location-page #map {
    text-align: left;
    margin: 0 auto;
}

.location-page #map iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    height: 450px;
}
/*MEDIA QUERIES*/

@media (max-width: 599px) {
    h1 {
      font-size: 28px;
    }
  
    h2, h3, h4 {
      font-size: 18px;
      padding: 5px 10px;
    }
  
    main,
    .index main,
    .about-page main,
    .gouda-page main,
    .parmesan-page main,
    .brie-page main,
    .burrata-page main,
    .events-page main {
      padding: 0 20px;
      max-width: 95%;
    }
  
    .img-grid {
      grid-template-columns: 1fr;
    }

    .footer{
        grid-template-columns: 1fr;
        padding:20px 10px;
        text-align:center;
        max-width: 80%;
    }

    .footer,
    .footer-1 {
      grid-template-columns: 1fr;
      padding: 10px;
    }
  
    .footer a {
      text-align: center;
    }
  
    .about-page main p,
    .gouda-page main p,
    .parmesan-page main p,
    .brie-page main p,
    .burrata-page main p,
    .events-page main p,
    .index main p {
      margin: 10px 10px;
    }
  
    .about-page main img{
        width:100%;
        max-width:250px;
        height: auto;
        display:block;
        margin: 0 auto 20px;
        float:none;
    }
    .gouda-page main img,
    .parmesan-page main img,
    .brie-page main img,
    .burrata-page main img,
    .events-page main img {
      float: none;
      margin: 0 auto 20px;
      display: block;
      width: 80%;
    }
  
    nav ul li {
      display: block;
      padding: 10px 0;
    }
  }

  @media (max-width: 899px) {
    h1 {
      font-size: 32px;
    }
  
    .img-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .footer {
      grid-template-columns: 1fr 1fr;
    }
  
    .index main img,
    .index img:first-of-type {
      width: 100%;
      max-width: 100%;
    }
  }
  