@import url(reset.css);
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 500,
  'GRAD' 0,
  'opsz' 24;
}
.underdog-regular {
  font-family: "Underdog", system-ui;
  font-weight: 400;
  font-style: normal;
}


.freckle-face-regular {
  font-family: "Freckle Face", system-ui;
  font-weight: 400;
  font-style: normal;
}
html{
  width: 100%;
}
#ham{
    font-size: 10vb;
    margin-left: auto;
    width: 100px;
    height: 50px; 
    padding: 10px;
}

body{
    background-color: rgb(255, 213, 159);
}
.nav{
    height: 20vh;
    width: 100%;
    background-color: #ff8539;
    display: flex;
    align-items: center;
}
.lgo{
    height: 18vb;
    margin-left: 1vb;
}
ol {
    list-style-type: none;
    padding: 0;
    display: flex;
    position: absolute;
    right: 0;
    margin-right: 1vb;
    font-family: Freckle Face;
    font-weight: 100;
  }
  ul {
    list-style-type: disc;
    padding: 0;
    margin-right: 1vb;
    font-family: Freckle Face;
    margin-left: 10vb;
  }
  
   /* code copied from codepen for hover animation  */
  li {
    margin: 0 15px;
  }
  
  li a {
    display: block;
    color: #513103;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: xx-large;
  }
  
  
  li a.active {
    display: none;
  }
  .menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    }

    .bar {
    height: 3px;
    width: 25px;
    background-color: #513103;
    margin: 4px 0;
    }

    :root {
      --accent:#513103;
    }
    
    
    
    li {
      margin: 1.5rem;
    }
    
    a {
      text-decoration: none;
      color: var(--text);
      font-size: 1.7rem;
      position: relative;
    }
    
    a::before, a::after {
      content: '';
      position: absolute;
      top: -0.2rem;
      width: 0;
      height: 0.1rem;
      background: var(--accent);
    }
    
    a::before {
      left: 0;
    }
    
    a::after {
      right: 0;
      transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    
    li:hover a::before {
      width: 100%;
      transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    
    li:hover a::after {
      width: 100%;
      background: transparent;
      transition: 0s;
    }
    /* end of copied code  */

    .hero-image {
      background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(82, 82, 82, 0.096)), url("orangsnek.png");
      height: 75vh;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .hero-text{
      font-family: Freckle Face;
      text-align: center;
      position: absolute;
      color: rgb(255, 221, 176);
      margin-left: auto;
      margin-right: auto;
    }
    .hero-banner {
      height: 800px;
  }
  .snekbones{
    height: 30vb;
    display: flex;
    justify-self: center;
    margin-top: 10vb;
  }

  h1{
    text-align: left;
    font-size: 50px;
    font-family: Freckle Face;
    margin-top: 5vh;
    margin-left: 10vb;
  }
  h2{
    text-align: center;
    font-size: 50px;
    font-family: Freckle Face;
    margin-top: 2vh;
  }
  h3{
    text-align: center;
    font-size: 25px;
    font-family: Underdog;
    margin-top: 2vh;
  }
  .where{
    text-align: left;
    margin-left: 10vb;
  }
  .add{
    text-align: left;
    margin-left: 10vb;
  }
  .heady{
    font-size: 30px;
  }
  .headyr{
    text-align: left !important;
    margin-left: 10vb;
  }
  .infe{
    font-size: 20px;
  }
  p{
    font-size: 20px;
    font-family: Underdog;
    margin-left: 10vb;
    margin-right: 10vb;
    margin-top: 5vh;
  }
  .nine{
    margin-bottom: 5vh;
  }
  .item5{
    margin-top: 5vh;
  }
  .navpttwo{
    background-color: #ff8539;
    padding: 3vb;
    margin-top: 5vh;
  }
  .googlemaps{
    height: 300px;
    padding: 5vb;
  }
  .gogle{
    float: right;
    margin-right: 10vb;
  }
.item1 { grid-area: visit; }
.item2 { grid-area: hours; }
.item3 { grid-area: social; }
.item4 { grid-area: contact; }
.item5 { grid-area: copyr; }

.grid-container {   
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-areas:
        'visit hours social contact'
        'copyr copyr copyr copyr';
    gap: 2px;
    padding: 3px;
    background-color: #ff8539;
    margin-left: auto;
    margin-right: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.grid-container > div {
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
div{
    padding: 20px;
}
i{
  margin-left: 1vb;
  margin-right: 1vb;
}
aside {
  margin-left: 10vb;
  margin-right: 10vb;
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-style: italic;
}
.lef{
  float: left;
}
.righ{
  float: right;
}
form{
  margin-top: 10vh;
  margin-bottom: 10vh;
  box-shadow: 7px 7px 5px rgb(82, 47, 0);
  border-radius: 1vb;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-color: #ff8539;
  text-align: center;
  width: 60vb
}
input{
  margin-top: 0vb;
  margin-left: 2vb;
  margin-right: 2vb;
  width: 55vb;
  height: 5vb;
  background-color: rgb(255, 221, 176);
  box-shadow: 4px 4px 5px rgb(82, 47, 0);
  border: 0px;
  color: rgb(65, 34, 0);
  border-radius: 5px;
}

textarea{
  margin-left: 2vb;
  margin-right: 2vb;
  width: 55vb;
  height: 15vb;
  background-color: rgb(255, 221, 176);
  box-shadow: 4px 4px 5px rgb(82, 47, 0);
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-radius: 5px;
}
.center{
  display: flex;
  align-content: center;
  justify-content: center;
}

a:link {
    color: #000000;
}


a:visited {
  color: black;
}


a:active {
  color: black;
}

.submit{
  font-family: Underdog;
}

.specail:link{
  color: purple;
}
.specail:visited{
  color: purple;
}
.specail:active{
  color: purple;
}
.yelp-review{
  margin-top: 5vh;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(255, 213, 159);
}
#maarg{
  margin-bottom: 5vh;
}
.bigyelp{
  font-size: 50px;
}
.lefsa{
  text-align: left;
  margin-left: 10vb;
  margin-right: 10vb;
  margin-bottom: 5vh;
}

.image1 { grid-area: treefrog; }
.image2 { grid-area: bluetongue; }
.image3 { grid-area: beardie; }
.image4 { grid-area: mbk; }
.image5 { grid-area: cornsnake; }
.image6 { grid-area: crocskink; }
.image7 { grid-area: spider; }
.image8 { grid-area: gargoyle; }
.image9 { grid-area: lucy; }
.image10 { grid-area: leopard; }
.image11 { grid-area: hognose; }
.image12 { grid-area: scorpion; }

.grid-containertwo {   
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-areas:
      'treefrog bluetongue beardie'
      'mbk cornsnake crocskink'
      'spider gargoyle lucy'
      'leopard hognose scorpion';
  gap: 2px;
  padding: 3px;
  margin-left: 7vb;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#lesa{
  margin-top: 15vh;
}
.products{
  font-size: 4vb;
}
