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;
}

#container {
        font-family: "Rubik", sans-serif;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    background-color: #9AC5B1;
    height: 10vw;
}

nav img {
    position: absolute;
    z-index: 10;
    width: 18vw;
    top: 1vw;
    margin-left: -7vw;
}

#heroimage img{
    width:100%
}

#kidsmenu {
    background: url(Images/Kids\ menu\ BG.png);
    background-size: cover;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}


#left {
    margin-top: 150px;
    margin-left:100px;
}

#left img {
    width: 75%
}

#right {
    margin-top: 150px;
    width:30%;
    margin-right: 100px;
    color: #DF6446;
    font-size: 24px;
}

#right h2 {
    font-weight: bold;
    font-size: 64px;
}

#learnmore {
    margin-bottom: 200px;
}

#learnmore img {
    width: 50%;
}

#themenu {
    background: url(Images/themenubg.png);
    background-size: cover;
    width: 100%;
    background-color: #f7d3d3;
}

#themenutitle {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

#themenutitle h2 {
    font-weight: bold;
    font-size: 64px;
    color: #44558f;
}

#themenutitle p {
    font-size: 32px;
    color: #44558f;
}

#themenu ul {
    display: flex;
    border-radius: 100px;
    margin:5%;
    background-color: #4455a5;
    list-style-type: none;
}

#themenu ul li {
    padding: 20px;
}

#themenu ul li img {
    width: 50%;
    margin: auto;
    display: block;
}

#themenu ul li p {
    text-align: center;
    color: #f7d3d3;
    font-weight: bold;
}

#themenubutton {
    display: flex;
    justify-content: center;
}

#themenubutton img {
    width: 25%;
}

#map {

    background-size: cover;
    background-color: #DF6446;
    width: 90%;
    border-radius: 75px;
    display: flex;
    margin: auto;
    margin-top: 50pt;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 70px;
}

#map img {
    width: 100%;
}

#maptitle {
  
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 64px;
    color: #F9E2A6;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

#leftmap {

    width: 40%;
    margin-bottom: 50px;
}

#rightmap {
    width: 40%;
}
 
#leftmap p {
    font-size: 24px;
    color: #F9E2A6;
   

 
    font-family: "Rubik", sans-serif;
  
}

#rightmap p {
    font-size: 24px;
    color: #F9E2A6;
    padding-top: 100px;
    padding-bottom: 50px;
    font-family: "Rubik", sans-serif;

}

#footer ul{

    background-color: #9AC5B1;
    display: flex;
    list-style-type: none;
    width: 100%;
    justify-content: space-around;
    align-items: baseline;

}

#footer li {
    width: 28%;
    text-align: center;
}

#footer h2 {
    color: #44558f;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
}

#footer p {
    font-weight: bold;
    color: #44558f;
    font-family: "Rubik", sans-serif;
 
}

#footerlogo img{
  width: 100%;

}

/* Website menu page styles */


#menupage {
 display: flex;

}

#menupage ul {
  display: flex;
  margin:5%;
  background-color: #f7d3d3;
  list-style-type: none;
  
}


#menupage ul li h2 {
color: #4455a5;
font-weight: bold;
font-family: Rubik;
font-size: 34px;
justify-content: center;
}

#menupage ul li {
  width: 33%;
  padding-left: 20px;
  padding-top: 30px;
}

#menupage ul li h3 {
  color: #4455a5;
  font-weight: bold;
  font-family: Rubik;
  font-size: 24px;
  
  }

  #menupage ul li h4 {
    color: #4455a5;
    font-weight: bold;
    font-family: Rubik;
    font-size: 18px;
    justify-content: space-around;
    padding-bottom: 30px;
    }

#menupage ul li p {
  color: #4455a5;
  font-family: Rubik;
  font-size: 16px;
  justify-content: space-between;
  padding-right: 30px;

  }
  
  /* About Us Page */
  #aboutusheader img {
    width: 100%;
  }
  #aboutusbox {
    background-color: #F9E2A6;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px
  
  }

  #aboutusbox h2 {
    font-family: Rubik;
    color: #DF6446;
    font-style: bold;
    font-size: 64px;
    font-weight: bold;
   text-align: center;
   margin-bottom: 30px;
  }

  #aboutusbox p {
    font-family: Rubik;
    color: #DF6446;
    font-style: bold;
    font-size: 36px;
   
   text-align: center;
  }


  #menuheader img {
    width: 100%;
  }

  #aboutusbox p {
    font-family: Rubik;
    color: #DF6446;
    font-size: 36px;
    justify-content: center;
  }
/* contact  */
#contactusheader img {
  width: 100%;
}
#contactsheet {
  margin-bottom: 50px;
  margin-top: 50px;
}
#contactsheet h2 {
  font-family: Rubik;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #4455a5;
  margin-bottom: 30px;
}
#contactsheet p {
  font-family: Rubik;
  font-size: 24px;
  text-align: center;
  
  color: #4455a5;
}

#contactusimage img {
width: 90%;
margin-top: 50px;
margin: auto;
display: block;
}





  /* events */
  #eventheadline {
    background-color: #CDE2D9;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #eventheadline h2 {
   color: #4455a5;
   font-family: Rubik;
   font-size: 48px;
   align-content: center;
   font-weight: bold;
   padding-bottom: 10px;
   text-align: center;
  }
  #eventheadline h3 {
    color: #4455a5;
    font-family: Rubik;
    font-size: 18px;
    align-content: center;
    text-align: center;
   }
 

  #eventheadline p {
    color: #4455a5;
    font-family: Rubik;
    font-size: 36px;
    padding-bottom: 10px;
    text-align: center;
   }

#eventsheader img {
  width: 100%;
}
#cartoonscookiesbox img {
  width: 100%;
  margin-bottom: 30px;
}
#tacotuesdaybox img {
  width: 100%;
  margin-bottom: 30px;
}
#cartoonscookiesbox img {
  width: 100%;
  margin-bottom: 30px;
}
#sundaybrunchbox img {
  width: 100%;
  margin-bottom: 30px;
}


/* hide the mobile nav at desktop size */
.navbar {
    display: none;
  }
  
  
  /* existing nav bar code from https://codepen.io/alvarotrigo/pen/wvrzPWL */
  
  .navbar {
    width: 100%;
    box-shadow: 0 1px 4px #9AC5B1;
  }
  
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
    background-color: #9AC5B1;
  }
  
  .navbar .menu-items {
    display: flex;
  }
  
  .navbar .nav-container li {
    list-style: none;
  }
  
  .navbar .nav-container a {
    text-decoration: none;
    color: #4455a5;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
    font-family: Rubik;

  }
  
  .navbar .nav-container a:hover{
      font-weight: bolder;
     color: #F9E2A6;
  }
  
  .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }
  
  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  
  .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #44558f;
  }
  
  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  
  .navbar .menu-items {
    padding-top: 120px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    background: #9AC5B1;
  }
  
  .navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 1.2rem;
    color: #0e2431;
  }
  
  .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .logo{
    display: none;
  }
  
  /* YOU NEED TO COPY THIS PART INTO YOUR MEDIA QUERY - it hides the desktop nav and hides the mobile nav */

@media screen and (max-width: 1127px) {
    nav {
      display:none;
    }
    .navbar {
      display: block;
    }
  }
  @media screen and (width: 1127px) {
    #kidsmenu {
      flex-wrap: wrap;
      background-color: #F9E2A6;
      background-image: none;
      margin-top: 50px;
      width: 100%;
    }
    #left {
      justify-content: center;
      margin-top: 50px;
    }
    #right {
      margin: auto;
    }
    #right h2 {
      text-align: center;
     padding-top: 140px;
      font-size: 24px;
    }
    #right p {
      margin-top: 40px;
      font-size: 20px;
      text-align: center;
     

    }
    #learnmore img {
      width: 70%;
      padding-top: 50px;
      padding-left: 50px;
    }
  }


  @media screen and (max-width: 1127px) {
    #kidsmenu {
      flex-wrap: wrap;
      background-color: #F9E2A6;
      background-image: none;
      margin-top: 50px;
      width: 100%;
      display: block;
    }
    #left {
      margin-top: 50px;
      text-align: center;
      margin: auto;
    }

    #left img {
      margin: auto;
      width: 50%;
    }
    #right h2 {
      text-align: center;
     padding-top: 50px;
      font-size: 36px;
    }
    #right {
      margin: auto;
    }
    #right p {
      margin-top: 20px;
      font-size: 18px;
      text-align: center;
     

    }
    #learnmore img {
      width: 70%;
      padding-top: 50px;
      padding-left: 50px;
    }
  }


 

@media screen and (max-width: 1127px) {
  #themenu {
    background: none;
    background-color: #f7d3d3
  }
  #themenutitle h2 {
    margin-top: -70px;

  }
  #themenubutton img {
    width: 50%;
  }
  #themenu ul li img {
    flex-wrap: wrap;
  }

#themenubutton {
  display: flex;
  justify-content: center;
  width: 100
}
}

@media screen and (max-width: 835px) {
  #aboutusbox p {
    font-size: 24px;
  }
}







@media screen and (max-width: 835px) {
  #map {
    background-color: #DF6446;
    border-radius: 0px;
    justify-content: none;
  }
  #rightmap p {
    margin-top: -90px;
  }
  }
  #maptitle {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  
@media screen and (max-width: 531px) {
  #kidsmenu {
    flex-wrap: wrap;
    background-color: #F9E2A6;
    background-image: none;
    margin-top: 50px;
    width: 100%;
  }
  #left {
    justify-content: center;
    margin-top: 50px;
  }
  #right {
    width: 100%;
    margin-top: 70px;
  }
 
 
  #themenubutton {
    width: 100%;
  }
 #move {
  order: -1;
 }
  #footer ul {
    flex-wrap: wrap;
  }
  #footer li {
    width: 100%;
  }
  #leftmap {
    width: 90%;
    margin: auto;


  }
  #right h2 {
    justify-content: center;
    margin-top: -110px;
    font-size: 36px;
  }
  #right p {
    margin-top: 40px;
    font-size: 20px;
  }
  #learnmore img {
    width: 70%;
    padding-top: 50px;
  }

  #map {
  flex-wrap: wrap;
  }
  #leftmap {
    justify-content: center;
  }
  #rightmap p {
    font-size: 18px;
  }
}


@media screen and (max-width: 835px) {
  #menupage ul {
    width: 90%;
  
  }
  #menupage ul li {
    width: 90;
  }
  #menupage ul li h2 {
    font-size: 20px;
  }
  #menupage ul li h3 {
    font-size: 18px;
  }
  #menupage ul li h4 {
    font-size: 16px;
  }
  #menupage ul li p {
    font-size: 14px;
  }
} 




@media screen and (max-width: 531px) {
  #menupage ul {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

  #menupage ul li {
    width: 90%;
  }
   
  #menupage ul li h2 {
    font-size: 20px; 
  }
  #menupage ul li h3 {
    font-size: 20px;
   
  }
  #menupage ul li h4 {
    font-size: 18px;
  }
  #menupage ul li p {
    font-size: 18px;
    ;
  }
}



@media screen and (max-width: 533px) {
  #menufooter {
 #move {
  order: -1;
 }
  #footer ul {
    flex-wrap: wrap;
  }
  #footer li {
    width: 100%;
  }

}

  }

  
