/* 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;
  max-height: 310rem;
  overflow-x: hidden;
}

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^ */
  /* background orange spots */
.orange_spot{
  width: 20.5rem;
  height: 20.5rem;
  background-color: #D56A44;
  border-radius: 100%;
  filter: blur(75px);
}
.spot_one{
  position: absolute;
  margin-top: 20rem;
  margin-left: -10rem;
}

.spot_two{
  position: absolute;
  right: 0;
  margin-top: 65rem;
}

  /* section one */

  .section_one{
    width: 100vw;
    height: 70rem;
    display: flex;
  }

  .left_hero{
    position: absolute;
    margin-top: 10rem;
    margin-left: 10rem;
    width: 25rem;
    font-family: 'Aglet Sans', sans-serif;
    z-index: 1;
  }
  .left_hero span{
    position: absolute;
    height: 12rem;
    width: 0.2rem;
    background-color: rgb(0, 0, 0);
    
  }
  .left_hero h1{
    font-size: 26px;
    font-weight: 500;
    text-decoration: underline;
    padding-bottom: 10px;
    padding-left: 2rem;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    

  }

  .left_hero p{
    padding-left: 2rem;
  text-shadow: 1px 1.5px 1px rgba(0,0,0,0.2);
    
  }
  .right_img{
    position: absolute;
    width: 60rem;
    right: 0;
  }

  .right_img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  /* section two */

  .section_two{
    display: flex;
    width: 100vw;
    position: absolute;
  }

  .img_two{
    width: 35rem;
  }

  .img_two img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .right_para{
    display: flex;
    position: absolute;
    width: 100%;
    height: 30rem;
    justify-content: center;
    align-items: center;
    margin-left: 6.5rem;
    font-family: 'Aglet Sans', sans-serif;
  }
  .right_para p{
    width: 30rem;
    padding-left: 7rem;
  text-shadow: 1px 1.5px 1px rgba(0,0,0,0.2);
    
  }
  .right_para span{
    position: absolute;
    height: 12rem;
    width: 0.2rem;
    background-color: rgb(0, 0, 0);
    margin-left: -18rem;
  }

  /* break point one */

  @media screen and (max-width: 25em) {
     /* section one */

  .section_one{
    width: 100vw;
    height: 70rem;
    display: flex;
  }

  .left_hero{
    position: absolute;
    margin-top: 10rem;
    margin-left: 1rem;
    width: 22rem;
    font-family: 'Aglet Sans', sans-serif;
    z-index: 1;
    color: #f4f4f4;
    padding-right: 5px;
  }
  .left_hero span{
    position: absolute;
    height: 12rem;
    width: 0.2rem;
    background-color: rgb(255, 255, 255);
    margin-left: -4rem;
  }
  .left_hero h1{
    font-size: 26px;
    font-weight: 500;
    text-decoration: underline;
    padding-bottom: 10px;
    padding-left: 0rem;
    padding-right: 5rem;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    

  }

  .left_hero p{
    padding-left: 0rem;
  text-shadow: 1px 1.5px 1px rgba(0,0,0,0.2);
    
  }
  .right_img{
    position: absolute;
    width: 60rem;
    right: 0;
  }

  .right_img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  /* section two */

  .section_two{
    display: flex;
    width: 100vw;
    position: absolute;
  }

  .img_two{
    width: 35rem;
  }

  .img_two img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .right_para{
    display: flex;
    position: absolute;
    width: 100%;
    height: 30rem;
    justify-content: center;
    align-items: center;
    margin-left: 6.5rem;
    font-family: 'Aglet Sans', sans-serif;
  }
  .right_para p{
    color: #f4f4f4;
    width: 20rem;
    padding-left: 0rem;
    padding-right: 5rem;
  text-shadow: 1px 1.5px 1px rgba(0,0,0,0.2);
    
  }
  .right_para span{
    position: absolute;
    height: 12rem;
    width: 0.2rem;
    background-color: rgb(255, 255, 255);
    margin-left: -25rem;
  }
  }

  /*  break point two */

  @media screen and (max-width: 54em) and (min-width:50em) {
    .section_one{
      width: 100vw;
      height: 70rem;
      display: flex;
    }
  
    .left_hero{
      position: absolute;
      margin-top: 10rem;
      margin-left: 10rem;
      width: 25rem;
      font-family: 'Aglet Sans', sans-serif;
      z-index: 1;
    }
    .left_hero span{
      position: absolute;
      height: 12rem;
      width: 0.2rem;
      background-color: rgb(0, 0, 0);
      
    }
    .left_hero h1{
      font-size: 26px;
      font-weight: 500;
      text-decoration: underline;
      padding-bottom: 10px;
      padding-left: 2rem;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
      
  
    }
  
    .left_hero p{
      padding-left: 2rem;
    text-shadow: 1px 1.5px 1px rgba(0,0,0,0.2);
      
    }
    .right_img{
      position: absolute;
      width: 60rem;
      right: 0;
    }
  
    .right_img img{
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  
    /* section two */
  
    .section_two{
      display: flex;
      width: 100vw;
      position: absolute;
    }
  
    .img_two{
      width: 35rem;
    }
  
    .img_two img{
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  
    .right_para{
      display: flex;
      position: absolute;
      width: 100%;
      height: 30rem;
      justify-content: center;
      align-items: center;
      margin-left: 6.5rem;
      font-family: 'Aglet Sans', sans-serif;
    }
    .right_para p{
      color: #f4f4f4;
      width: 30rem;
      padding-left: 7rem;
    text-shadow: 1px 1.5px 1px rgba(0,0,0,0.2);
      
    }
    .right_para span{
      position: absolute;
      height: 12rem;
      width: 0.2rem;
      background-color: rgb(0, 0, 0);
      margin-left: -18rem;
    }
  }