/* colors: #E5DED3 -LIGHT BEIGE
#D56A44 - ORANGE  #495867 - BLUE
/* #1E1E1E - OFF BLACK  #9D988C - GREY  */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body{ 
  background-color: #E5DED3;
  background-size: contain;
  overflow-x: hidden;
  background-repeat: no-repeat;

}

nav{
    align-items: center;
    
}
.header {
  background-color: #d5ccbe;
  /* box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); */
  position: fixed;
  width: 100%;
  z-index: 3;
  align-items: center;
  border-bottom: 2px solid #333;
}

.header ul {
display: flex;
justify-content: center;
width: 100%;
/* align-items: center; */
/* position: absolute; */
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  /* background-color: #fff; */
  font-family: 'Aglet Sans', sans-serif;
  flex-wrap: wrap;
}

.header li a {
  display: block;
  padding: 20px 20px;
  /* border-right: 1px solid #f4f4f4; */
  color: #333;
  text-decoration: none;
  
}
.header img{
    position: absolute;
    max-width: 7rem;
  padding: 0;
  margin-top: .85rem;
}
#order{
    position: relative;
    right: 0;
    margin-right: 10px;
}
   

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  z-index: 1;
}


.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 240px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }


/* Menu toggle: */

  @media (min-width: 65em) {
    .header li {
      float: left;
    }
    .header li a {
      padding: 20px 30px;
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }
    
    
  }

  /* menu toggle^ */

  /* section one */

  .section_one{
    width: 100vw;
    height: 52rem;
    display: flex;
    align-items: center;
    
  }

  .img_cont{
    width: 50%;
    height: 40rem;
    position: absolute;
  }

  .img_cont img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }


  .map_cont{
    position: absolute;
    right: 0;
    margin-top: 3.75rem;
    margin-right: 2rem;
  }
  .map_heading{
    position: absolute;
    margin-top: 4rem;
    margin-left: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 400px;
    background-color: #f4f4f4e2;
    font-family: 'Aglet Sans', sans-serif;
    border: 2px solid black;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));

  }

  .map_heading h1{
    font-size: 50px;
    position: absolute;
    top: 0;
    margin-top: 4rem;
    color: black;
    font-weight: 500;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);

  }

  .map_heading p{
    padding-top: 2rem;
    font-size: 24px;
    position: absolute;
    font-weight: 400;
    width: 80%;
    text-align: center;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);

  }

  .background_img{
    z-index: -1;
    width: 100vw;
    margin-top: 3rem;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.721);
  }

  .background_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .3;
  }

  /* break point one */

  @media screen and (max-width: 25em) {
      /* section one */

  .section_one{
    display: flex;
    width: 100vw;
    justify-content: center;
    height: 65rem;
    display: flex;
    align-items: center;
    
  }

  .img_cont{
    width: 100%;
    height: 40rem;
    position: absolute;
  }

  .img_cont img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }



  .map_cont{
    display: flex;
    justify-content: center;
    width: 100vw;
    position: absolute;
    right: 0;
    margin-top: 45.75rem;
    margin-right: 0rem;
  }
  .map_heading{
    position: absolute;
    margin-top: -20rem;
    margin-left: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 400px;
    background-color: #f4f4f4e2;
    font-family: 'Aglet Sans', sans-serif;
    border: 2px solid black;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));

  }

  .map_heading h1{
    font-size: 20px;
    position: absolute;
    top: 0;
    margin-top: 4rem;
    color: black;
    font-weight: 500;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);

  }

  .map_heading p{
    padding-top: 2rem;
    font-size: 24px;
    position: absolute;
    font-weight: 400;
    width: 80%;
    text-align: center;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);

  }

  .background_img{
    opacity: 0;
    z-index: -1;
    width: 100vw;
    height: 100vw;
    margin-top: 3rem;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.721);
  }

  .background_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .3;
  } 
  }

  /* break point two */

  @media screen and (max-width: 52em) and (min-width:50em) {
     /* section one */

  .section_one{
    display: flex;
    width: 100vw;
    justify-content: center;
    height: 65rem;
    display: flex;
    align-items: center;
    
  }

  .img_cont{
    width: 100%;
    height: 40rem;
    position: absolute;
  }

  .img_cont img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  /* section two */

  .section_two{
    display: flex;
    width: 100%;
    height: 45rem;
    justify-content: center;
  }

  .map_cont{
    display: flex;
    justify-content: center;
    width: 100vw;
    position: absolute;
    right: 0;
    margin-top: 45.75rem;
    margin-right: 0rem;
  }
  .map_heading{
    position: absolute;
    margin-top: -20rem;
    margin-left: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
    background-color: #f4f4f4e2;
    font-family: 'Aglet Sans', sans-serif;
    border: 2px solid black;
    filter: drop-shadow(-13px 4px 0px rgba(0, 0, 0, 0.25));

  }

  .map_heading h1{
    font-size: 50px;
    position: absolute;
    top: 0;
    margin-top: 4rem;
    color: black;
    font-weight: 500;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);

  }

  .map_heading p{
    padding-top: 2rem;
    font-size: 24px;
    position: absolute;
    font-weight: 400;
    width: 80%;
    text-align: center;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);

  }

  .background_img{
    z-index: -1;
    width: 100vw;
    height: 100vw;
    margin-top: 3rem;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.721);
  }

  .background_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .3;
  }
  }