 #logo
{
  margin: 0.75rem;
  width: 6rem;
  right: -3.5rem;
  height: auto;
}
header
{
    background-color: #dabe9b;
    border-radius: 0.15rem;

}
header div
{
  display: inline-block;
  margin: 0 0 0rem 0;
  position: relative;
  top: -0.7rem;
}
body a
{
  position: relative;
  text-align: center;
  text-decoration: none;

}
figcaption
{
  margin-bottom: 1rem;

  margin-left: 0.5rem;
}
body
{
    background-color: #efdec8;
    font-family: 'Alegreya Sans';
}
 
#image
{
  border-radius: 1.5rem;
  width: 10rem;
  height: auto;
  margin-left: 5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}


h1
{
  font-size: larger;
  font-size: 1.2rem;
  /* margin-bottom: 3rem; */
  text-align: left;
  width: 57%;
  margin: 1rem;
  /* background-color: #FFF3E4AE; */
  border-radius: 0.15rem;
}
h2,h3,h4
{
  text-align: left;
  margin: 0.5rem;
  background-color: #FFF3E4AE;
  border-radius: 0.15rem;
  padding: 1rem;
  line-height: 1.3;

}

form
{
    padding: 1rem;
}
fieldset
{
    border: 1px solid #dabe9b;
    padding: 1rem;
    margin: 0 0.5rem 1.5rem 0rem;
}
label,input
{
display: block;
}

input[type="text"],
input[type="tel"]
{
    margin: 0.125rem 0 1rem 0;
    width: 100%;
}
textarea
{
    margin: 0.125rem 0 1rem 0;
    width: 100%;
}

.button
{
    width: 4rem;
    border-radius: 0.35rem;
    color: azure;
    text-align: center;
}

.button:hover
{
filter: opacity(0.5);
}

.align-right
{
 display: flex;
 justify-content: end;
}
input[type="submit"]
{
    margin: 0 0.35rem;
        background-color: darkgreen;
}
input[type="reset"]
{

    background-color: peru;
}
#menu 
{
    z-index: 2;
}
  
  #menu-bar 
  {
    width: 45px;
    height: 40px;
    margin: 25px 0 0px 5px;
    cursor: pointer;
  }
  
  .bar {
    height: 5px;
    width: 100%;
    background-color: #353333;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
  }
  
  #bar1 {
    transform: translateY(-4px);
  }
  
  #bar3 {
    transform: translateY(4px);
  }
  
  .nav {
    transition: 0.3s ease;
    display: none;
  }
  
  .nav ul {
    padding: 0 22px;
  }
  
  .nav li {
    list-style: none;
    padding: 12px 0;
  }
  
  .nav li a {
    color: #a97c50;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    width: 100%;
  }
  
  .nav li a:hover {
    font-weight: bold;
  }
  
  .menu-bg, #menu {
    top: 0;
    left: 0;
    position: absolute;
  }
  
  .menu-bg 
  {
    z-index: 1;
    width: 0;
    height: 0;
    margin: 30px 0 20px 25px;
    background: radial-gradient(circle, #dabe9b, #DABE9B);
    border-radius: 50%;
    transition: 0.3s ease;
  }
  
  .change 
  {
    display: block;
  }
  
  .change .bar 
  {
    background-color: white;
  }
  
  .change #bar1 
  {
    transform: translateY(4px) rotateZ(-45deg);
  }
  
  .change #bar2 
  {
    opacity: 0;
  }
  
  .change #bar3 
  {
    transform: translateY(-6px) rotateZ(45deg);
  }
  
  .change-bg 
  {
    width: 520px;
    height: 460px;
    transform: translate(-60%,-30%);
  }

.navigation
{
flex: auto;
}

 footer
   {
    color: rgb(99 72 28);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: #dabe9b;
    text-align: center;
    border-radius: 0.15rem;
    line-height: 1.5;
    }
    footer a
    {
      text-decoration: none;
    }
 

    .icon svg 
  {
      width: 30px;
      top: -1rem;
      margin-left: -0.5rem;
      margin-top: -0.4rem;
  }


  @media screen and (min-width: 1024px) 
  {
      body 
      {
          background-color:#ccad87;
      }
      .wrapper
      {
       max-width: 60rem; /* 960px */
       margin: 1rem auto;
      }
 #logo
{
  margin: 0.75rem;
  width: 6rem;
  right: -30rem;
  height: auto;
}

#image
{
  border-radius: 3rem;
  width: 19rem;
  height: auto;
  margin-left: 40rem;
}
    
      header span {
      font-size: 2rem;
      position: relative;
      top: -2rem;
      }
      nav
      {
      margin: 0;
      }
      .thumbnails 
      {
      display: flex; 
      max-width: 60rem; 
      }
      
      } 