:root {
  --clr-primary-400: 263 55% 52%;
  --clr-secondary-400: 217 19% 35%;
  --clr-secondary-500: 219 29% 14%;
  --clr-secondary-600: 216 48% 50%;

  --ff-primary: "Barlow Semi Condensed", sans-serif;
  --ff-times: "Times New Roman', Times, serif";
  --fs-400: 0.8125rem;
}


body {
 /* background-image: url(\images\\Green_Leaves_23_lighter_still.jpg); */
 background-size: auto;
background-image: url(\images\\Green_Leaves_23_lighter_stillwFlowerL.jpg);
/*background-repeat: no-repeat;
 background-size: contain;
background-position: center; */

 padding: 0;
 margin: 0;
 text-decoration: none;
/* --see index_gridMarque.css-- */
 text-rendering: optimizeSpeed;
 line-height: .75;
 /* color: white; */

 display: grid;
 /* min-height: 55vh; */

 font-family: var(--ff-times);
 font-weight: var(--fw-400);

 background-color: hsl(var(--clr-neutral-200));
/* --see index_gridMarque.css-- */
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* .container{
    opacity: 0.0;
} */
.promo-grid {
   display: grid;
  /* gap: .5rem; */
  /* grid-template-columns: repeat(5, 1fr); */
  /* grid-template-columns: 1.2fr 1.7fr 1fr 1.3fr 1.2fr; */
  grid-template-columns: 1.95fr 1.75fr .8fr 1.6fr 1.4fr;
   /* grid-auto-rows: max-content;*/
   padding-block: 1rem;
   width: min(95%, 72rem);
  margin-inline: auto;
 }
main{
    width: 60%;
    padding: 0 20px;
    overflow: hidden;
}

/* #purpose {
 font-family: Arial, Helvetica, sans-serif;
 font-style: italic;
 font-size: .65em;
} */

.promo {
  font-size: var(--fs-400);
  padding: 2rem;
  border-radius: 0.2rem;
  box-shadow: 2.5rem 3.75rem 3rem -3rem hsl(var(--clr-secondary-400) / 0.25);
  /* flex-shrink: 1;
  flex-grow: 0; */
}
.bg-primary-400 {
  background: hsl(var(--clr-primary-400));
}

.bg-secondary-400 {
  background: hsl(var(--clr-secondary-400));
}

.bg-secondary-500 {
  background: hsl(var(--clr-secondary-500));
}

/* .bg-neutral-100 {
  background: hsl(var(--clr-neutral-100));
} */
.bg-neutral-100 {
  background: hsl(var(--clr-secondary-600));
}

.grid-col-span-2 {
  grid-column: span 2;
  background: rgba(0, 0, 0, 0.0);
  color: black;
}
.grid-col-span-3 {
  grid-column: span 3;
  background: rgba(0, 0, 0, 0.0);
  color: black;
}

.promo:nth-child(2) {
  /* background: red !important;  */
  visibility: hidden;
}
/* Statement of Funeral Goods and Services */
.promo:nth-child(3) {
    /* background: red !important;   */
  grid-column: span 2;
  background: rgba(0, 0, 0, 0.0);
  color: black;
  border: 1px solid rgb(2, 48, 27);
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.promo:nth-child(4) {
  visibility: hidden;
}
.promo:nth-child(1) {
  box-shadow: none;
  /* border: 1px solid rgb(2, 48, 27); */
}


/* Assignment of Proceeds */
.promo:nth-child(5) {
   /* background: red !important;  */
  grid-column: span 2;
  height: 105px;
  padding-top: 1px;
  background: rgba(0, 0, 0, 0.0);
  color: black;
  border: 1px solid rgb(2, 48, 27);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.promo:nth-child(6) {
  visibility: hidden;
}

.promo:nth-child(7) {
  visibility: hidden;

}
/* Reporting */
.promo:nth-child(8) {
  /* background: green !important; */
  grid-column: span 2;
  height: 95px;
  padding-top: 1px;
  background: rgba(0, 0, 0, 0.0);
  color: black;
  border: 1px solid rgb(2, 48, 27);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* ================================================ */
/* Menu Management */
.menuBar {
  background: rgb(0, 100, 0);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  height: 80px;
  width: 100%;
}

.menuBar ul {
  /* display: inline-flex;
 list-style: none;
 white-space: nowrap;
 padding: 0px; */
  float: right;
  margin-right: 30px;
}

.menuBar ul li {
  display: inline-block;
  line-height: 55px;
  /* width: 200px;*/
  margin: 0 35px;

}
.menuBar ul li a {
  color: rgb(248, 251, 199);
  font-size: 16px;
  text-transform: uppercase;
  padding: 7px 13px;
}
/* ================================================ */

a.active,
a:hover {
 background: #2bab0d;
 transition: .5s;
 padding: 5px 13px;
 border-radius: 3px;
}

.checkbtn {
 font-size: 30px;
 color: white;
 float: right;
 line-height: 75px;
 margin-right: 40px;
 cursor: pointer;
 display: none; 
}

 #check {
  display: none;
}
/*.active{ 
  background: #2bab0d;
} */


#parent {
 width: 1200px;
 height: 480px;
 top: 55px;
 /* background-color: rgb(249, 249, 247); */
 background: rgba(0, 0, 0, 0.0);
 /* margin: auto; */
 margin-left: 18%;
 position: relative;
}

/* .flex {
  align-items: center;
  justify-content: center;
  padding-top: .5vh;
} */
/* utilities */
.flex {
  display: flex;
  gap: var(--gap, 1rem);
  justify-content: center;
 
}
/* article {
  border: 1px solid black;
} */
.promoBorder {
  border: 1px solid black;
}

.advantage {
  color: maroon;
  padding-top: 15px;
  /*padding: 10px;
   border: 3px solid rgb(2, 48, 27); 
   border-style: outset;*/
  border-style: none;
 
}

.assignment {
  padding-top: 20px;
}
.statement{  
  padding-top: 15px;
}
.report {
  padding-top: 20px;
}
#line1{
  width: 65%;
  margin: auto;
}
#line2 {
  width: 80%;
  margin: auto;
}
/* #cat1 {
  font-size: 1.65vw;
  text-align: center;
  padding: 6px;
  font-weight: bold;
} */

#cat1,
#cat2
{
  font-size: 30px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  line-height: normal;
}
#cat4,
#cat41,
#cat7{
  font-weight: bold;
  font-size: 25px;
  line-height: .4;
  padding-top: 8px;
}
#cat41{
padding-top: 14px;
}



#cat1bullets,
#cat2bullets,
#cat4bullets,
#cat7bullets {
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  line-height: .4;
}
#cat1bullets {
  width: 400px;
}

#cat4bullets {
  font-size: 20px;
  line-height: .4;
}

#cat7bullets {
  font-size: 20px;
  line-height: .4;
}

#fcDef {
 width: 75%;
 height: 35px;
 margin: auto;
 text-align: center;
 /* background: rgba(0, 0, 0, 0.0);
 font-size: 25px; */
}

#FCstring {
 font-size: 25px;
 background-image:
  linear-gradient(to right, #003300, #333333, #404040, #0d0d0d);
 background-clip: text;
 -webkit-text-fill-color: transparent;
 -moz-text-fill-color: transparent;
 -o-text-fill-color: transparent;
 -ms-text-fill-color: transparent;

 -webkit-animation: gradient-animation 185s linear infinite;
 -moz-animation: gradient-animation 185s linear infinite;
 -o-animation: gradient-animation 185s linear infinite;
 -ms-animation: gradient-animation 185s linear infinite;
 animation: gradient-animation 185s linear infinite;
 line-height: 1.2;

}
.btn {
 position: absolute;
 top: 440px;
 right: 550px;
}
@keyframes gradient-animation {
 to {
  background-position: 4500vh;
 }
}
#imag {
  float: left;
  margin-left: 42px;
}
#imag_a {
  float: left;
  margin-left: 12px;
}
.add{
  font-size: 12px;
  display: inline-flex;
}

#btnline {
 position: relative;
 left: -25px;
}

#closeModalBtn {
 /* position:relative;
right: 35px; */
 background: #2bab0d;
 color: red;
}

#submitBtn {
 position: relative;
 left: 70px;
 top: 22px;
 width: 35%;
 background-color: #aeb18f;
 border-radius: 5px;
 color: yellow;
 font-size: 16px;
 padding: 8px 4px;
 text-align: center;
}

.button {
 border: none;
 height: 100%;
 width: 125px;
 cursor: pointer;
 font-weight: 500;
 font-size: 16px;
 padding: 4px;
 letter-spacing: 1px;
 margin-left: 5px;
 border-radius: 5px;
}

.button:hover {
 cursor: pointer;
 background: #ffc000;
 box-shadow: 0 0 5px #ffc000,
  0 0 10px #ffc000,
  0 0 60px #ffc000,
  0 0 150px #ffc000;
 left: 250px;
}

#closeModalBtn:hover {
 cursor: pointer;
 background: #ffc000;
 box-shadow: 0 0 5px #ffc000,
  0 0 10px #ffc000,
  0 0 60px #ffc000,
  0 0 150px #ffc000;
 left: 250px;
}

#btn_a {
 text-align: center;

}

/*  ----- Modal Management ----- */
.modal {
 width: 420px;
 height: 620px;
 border-radius: .55rem;
 border-color: white;
 border: double;
 left: 0;
 right: 0;
 background-image: linear-gradient(180deg, rgb(242, 240, 240), #aeb18f, #9fa37a);
}

.modalBody {
 margin: 5px 10px 20px 65px;
 padding: 0;
 box-sizing: border-box;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 font-weight: 520;
 font-style: italic;
}

.modalContent {
 position: relative;
 /*background-color: #f8e8082d;*/

 padding: 5px 5px;
 border-radius: 0.25rem;
}
.modalFooter_a #footer #btn_a .button {
  /*background-color: #04AA6D;
    Green */
  border: none;
  color: Blue;
  padding: 5px 22px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#footer_b {
  font-style: italic;
 
}
#footerB div{
  display: block;
}

#footer_bb {
  font-size: 10px;
}

#footerB {
  /*background-color: #04AA6D;
    Green 
  border: none;
  color: Blue;
  padding: 5px 22px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;*/
  font-size: 15px;
  text-align: center;
}


#footerModA {
 text-align: center; 
border: none;
    text-decoration: none;
    display: inline;
    font-size: 16px;
}
 #footer_modA {
   font-size: 15px;
   text-align: center;
 }



.modalContent #title {
font-size: 25px;
font-weight: 600;
 /*background-color: lightgreen; top:25px;*/
 position: relative;
 text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 color: #f5f6f1;
}

.modalHeader {
  padding: 0px 8px;
  width: 90%;
  text-align: center;
}

.modalHeader span:hover {
 cursor: pointer;
}

.modalContent form .userDetails {
 display: flex;
 flex-wrap: wrap;
 display: block;
 width: 80%;
}

textarea,
.modalContent .modalBody #DKmodalform .userDetails .formRow input:focus,
.modalContent .modalBody #DKmodalform .userDetails .formRow input:valid {
 border-color: #52543a;
}

.userDetails .reqd:before {
 content: "*";
 color: red;
}

.userDetails .formRow input {
 height: 25px;
 width: 100%;
 outline: none;
 border-radius: 5px;
 border: 1px solid #ccc;
 padding-left: 15px;
 font-size: 16px;
 border-bottom-width: 2px;
 transition: all 0.3s ease;
}

.userDetails .formRow textarea {
 width: 100%;
 border-radius: 5px;
 padding-left: 15px;
 font-size: 12px;
}

form .userDetails .form-row {
 /* width: calc(100%/2 - 15px); */
 margin-bottom: 5px;
}

.modal[open] {
 animation: slide-up 1000ms forwards, fade-in 500ms forwards;
}

.modal[open]::backdrop {
 animation: slide-up 1000ms forwards, fade-in 500ms forwards;
}

.modal[closing] {
 display: block;
 pointer-events: none;
 inset: 0;
 animation: fade-out 500ms forwards;
}

.xmark {
 text-align: right;
}

 #businessNameM1 {
 font-family: DS-Digital;
 font-size: 25px;
 font-weight: 600;
}
#emu{
  font-size: 9px;
}
/* --- The 'About' modal --- */
.modal_a {
 width: 440px;
 height: 530px;
 border-radius: .25rem;
 left: 0;
 right: 0;
 background-image:
  linear-gradient(45deg, #90ee90, #82d682, #65a785, #487748);
 /* background-color: #aebb99; */
 position: absolute;
}

.modalBody_a {
 position: absolute;
 top: 150px;
 width: 92%;
 line-height: normal;
}

.modalFooter_a {
  position: relative;
  top: 170px;
  text-align: center;
  line-height: 1.1;
}

.modalContent_a #title {
 font-size: 25px;
 font-weight: 600;
 text-align: center;
}

.modalHeader_a #title {
 font-family: sans-serif;
 font-size: 15px;
 font-weight: 600;
 font-style: italic;
}

#subtitle {
 font-size: 25px;
 font-weight: 600;
 font-family: sans-serif;
 color: rgb(33, 103, 28);
}

#subtitle_a {
 position: relative;
 font-family: sans-serif;
 font-size: 25px;
 font-weight: 600;
 text-align: right;
 color: rgb(33, 103, 28);
top: 7px;
}

.footer-grid {
display: grid;
grid-template-columns: 100px 300px;
  /*width: min(95%, 72rem);
     margin-inline: auto;
    border: 2px solid red;
height: 100px;*/ 
 font-size: 13px;
 text-align: center;
 color:black;
 line-height: .2;
 justify-content: center;
}
.info{
  /* border: 1px solid #0d0d0d;  */
  height: 79px;
}
.info:nth-child(2) {
padding-top: 5px;
}
#motto{
  font-size: 11px;
}
#footer_a {
 font-style: italic;
}

#footer_aa {
 font-size: 10px;
}

.modalHeader_a {
 position: relative;
 top: 25px;
}

.modalHeader_a span:hover {
 cursor: pointer;
}

.modal_a[open] {
 animation: slide-up 1000ms forwards, fade-in 500ms forwards;
}

.modal_a[open]::backdrop {
 animation: slide-up 1000ms forwards, fade-in 500ms forwards;
}

.modal_a[closing] {
 display: block;
 pointer-events: none;
 inset: 0;
 animation: fade-out 500ms forwards;
}

.xmark_a {
 text-align: right;
}
#FCS1,
#FCS2,
#FCS3 {
  font-size: 25px;
}

#FCS {
  font-size: 35px;
}

/* .navbar_btn {
  visibility: hidden;
} */

@keyframes fade-in {
 0% {
  opacity: 0;
 }

 100% {
  opacity: 1;
 }
}

@keyframes fade-out {
 0% {
  opacity: 1;
 }

 100% {
  opacity: 0;
 }
}
 /* @media only screen and (max-width: 480px) {
  #FCS1,
  #FCS2,
  #FCS3 {
      font-size: 8px;
    }
  
  #FCS {
      font-size: 18px;
    }
#FCstring {
  line-height: .6; 
}
 } */
 /* @media only screen and (max-width:690){
  #cat1bullets{
    font-size: 20px;
  }
}  */
@media only screen and (max-width: 1300px) {

  #FCS1,
  #FCS2,
  #FCS3 {
    font-size: 22px;
  }

  #FCS {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1200px) {

  #FCS1,
  #FCS2,
  #FCS3 {
    font-size: 20px;
  }

  #FCS {
    font-size: 30px;
  }

  /* ====================== */
  #cat1 {
    font-size: 25px;
  }

  #cat1bullets {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    line-height: .4;
  }
#cat2 {
  font-size: 25px;
}

#cat2bullets {
  font-family: 'Times New Roman', Times, serif;
  font-size: 15px;
  line-height: .4;
}
 #cat4bullets {
   /* color: rgb(157, 42, 165); */
   font-size: 18px;
 }
}


@media only screen and (max-width: 1150px) {
#cat4 {
    font-size: 22px;
  }
  #cat4bullets {
   /* color: magenta; */
   font-size: 18px;
 }
}

@media only screen and (max-width: 1125px) {
  #cat4 {
    font-size: 22px;
  }

  #cat4bullets {

    font-size: 18px;
  }
}

@media only screen and (max-width: 1100px) {
.menuBar ul li a {
    font-size: 14px;
    margin: 0 -10px;
  }
#FCS1,
#FCS2,
#FCS3 {
    font-size: 20px;
    /* color: orange; */
  }

#FCS {
    font-size: 25px;
  }
#FCstring{
  line-height: .9;
}
 #cat1 {
   font-size: 20px;
    /* color: aqua; */
 }

 #cat1bullets {
   font-family: 'Times New Roman', Times, serif;
   font-size: 18px;
   line-height: .4;
   width: 350px;
 }
 #cat4 {
   font-size: 20px;
   padding-top: 10px;
   padding-left: 18px;
   /* color: brown; */
 }  
 #cat4bullets {
  font-size: 16px;
  line-height: .4;

}

} 
@media only screen and (max-width: 1000px) {
#cat4 {
    font-size: 16px;
    /* padding-top: 10px;
    padding-left: 18px; 
   color: rgb(219, 26, 213);*/
  }
#cat4bullets{
  font-size: 14px;
}
}



@media only screen and (max-width: 940px) {
 .menuBar ul li a {
   font-size: 18px;
  }
      
 .menuBar ul li {
     display: block;  
     line-height: 30px;
  }
      
 .menuBar ul li a {
    font-size: 20px;
   }
  .checkbtn {
     display: block;
  }
   #check:checked~ul {
     left: 0;
  }      
   .menuBar ul {
      position: fixed;
      width: 100%;
      height: 100vh;
      background: rgb(111, 141, 2);
      top: 60px;
      left: -100%;
      text-align: center;
      transition: all .5s;
 }
 #cat1 {
   font-size: 18px; 
 }

 #cat1bullets {
   font-family: 'Times New Roman', Times, serif;
   font-size: 16px;
   line-height: .4;
 }
}

@media only screen and (max-width: 975px) {

  /* #FCS1,
  #FCS2,
  #FCS3 {
    font-size: 15px;
  }

  #FCS {
    font-size: 25px;
  }*/ 
.menuBar ul li {
  padding: 20px;
}
.menuBar ul li a {
  font-size: 18px;
}
#cat1 {
   font-size: 20px;
   /* color: orange; */
}

 #cat1bullets {
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  line-height: .4;
    width: 300px;
  }

  #cat2bullets {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    line-height: .4;
  }

 #cat4 {
   font-size: 16px;
   padding-top: 10px;
 }

 #cat4bullets {
   font-size: 14px;
   line-height: .4;
 }
  #cat7 {
    font-size: 20px;
    padding-top: 10px;
   }
    
   #cat7bullets {       
    font-size: 15px;
    line-height: .4;
   }
}

@media only screen and (max-width: 895px) {
 #cat4 {
   font-size: 15px;
   padding-top: 10px;
 }

 #cat4bullets {
   font-size: 13px;
   line-height: .4;
 }

}

@media only screen and (max-width: 850px) {
  #cat1 {
      font-size: 18px;
      /* color: orange;  */
    }
  #cat1bullets{
     font-size: 13px;     
   }
#cat4 {
  font-size: 14px;
  padding-top: 10px; 
  padding-left: 5px;            
}

#cat4bullets {
  font-size: 11px;
  line-height: .4;
}
 }
@media only screen and (max-width: 790px){
  #cat4 {
     font-size: 15px;
     padding-top: 15px;
     padding-left: 1px;
     margin-left: 0; 
   }

#cat7 {
    font-size: 15px;
    padding-top: 15px;
  }

#cat7bullets {
    font-size: 10px;
    line-height: .4;
  }
#FCstring {
    line-height: .8;
  }
}
@media only screen and (max-width: 780px) {
    #cat4 {
        font-size: 12px;
        /* padding-top: 15px;
        padding-left: 1px;*/
    }
  #cat4bullets {
  font-size: 10px;
  line-height: .4;
}
}

@media only screen and (max-width: 770px) {
    #cat1bullets {
        font-size: 10px;
        padding-left: 1px;
      }
    
      #cat4 {
        font-size: 14px;
        padding-top: 15px;
        padding-left: 1px; 
      }
    }
@media only screen and (max-width: 750px) {
  #cat4 {
    font-size: 12.5px;
    padding-top: 15px;                            
  }
    #cat4bullets {
      font-size: 10px;
      line-height: .4;
    }
}


@media only screen and (max-width: 715px) {
  #FCS1,
  #FCS2,
  #FCS3 {
     font-size: 16px;
  }

  #FCS {
    font-size: 32px;
  }
#fcDef {
  width: 85%;
}

#FCstring{
  line-height: .8;
}
#cat4bullets {
 font-size: 9px;
 padding-left: 1px;
}
 #cat4 {
    font-size: 10px;
    padding-top: 15px;
    padding-left: 1px;
    }
 }
@media only screen and (max-width: 670px) {
  #cat1 {
    font-size: 20px;
  }

  #cat2bullets,
  #cat1bullets {
    font-family: 'Times New Roman', Times, serif;
    font-size: 7px;
    line-height: .4;
    font-weight: bold;
    padding-left: 10px;
  }

}
@media only screen and (max-width: 667px) {
  #cat1bullets {
    font-size: 8px;
    /* color: red; */
    line-height: .9;
    width: 175px;
  }
    #cat4 {
      font-size: 9px;
      padding-top: 20px;
    }
    #cat4bullets{
      font-size: 8px;
    }
}
@media only screen and (max-width: 648px){
#cat4 {
    font-size: 12px;
    padding-top: 20px;  
  }

  #cat4bullets {
    font-size: 9px;
    line-height: .4;
  }

  #cat7 {
    font-size: 12px;
    padding-top: 15px;
  }

  #cat7bullets {
    font-size: 9px;
    line-height: .4;
  }
 .assignment {
   padding-top: 1px;
  }
  .report {
    padding-top: 5px;
  }
/* Assignment of Proceeds */
.promo:nth-child(5) {
  height: 60px;
  padding: .1rem;
}
/* Reporting */
.promo:nth-child(8) {
  height: 60px;
  padding: .1rem;
}
}
@media (max-width: 540px) {
 #FCS1,
 #FCS2,
 #FCS3 {
    font-size: 14px;
  }

 #FCS {
    font-size: 28px;
  }

 .navbar_btn {
    display: normal;
   }
   
/*  a:hover,
 a.active {
  background: none;
  cursor: pointer;
  color: white;

  transition: .5s;
  padding: 5px 13px;
  border-radius: 3px;
 }
.menu-nav{
  display: none;
}
.navbar_btn{
  visibility: visible;
} */
}
@media (max-width: 490px){
#cat4 {
    font-size: 11px;
    /* color: red; <<++++++++++++++++++++<<*/
  }

  #cat4bullets {
    font-size: 8px;
    line-height: .4;
  }

   #subtitle{
    font-size: 18px;
   }
   #subtitle_a {
      font-size: 18px;
    }
.modalHeader_a #title {
  font-family: sans-serif;
  font-size: 11px;
}
.modalFooter_a {
    top: 195px;
    }
.button {
  width: 75px;
  font-weight: 500;
  font-size: 14px;
}
#submitBtn {
  
  left: 45px;
  color: yellow;
  font-size: 16px;

 
}
}


/* section{
  background-image: url("images\SplashScreen.png");
  background-size: cover;
  height: calc(100vh - 80px);
} */
.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 5px;
  margin: 0.5rem;
  background: #6baa75;
  transition: all 2s ease;
}
 /* .navbar_btn{
   display: none; 
  
}   */
.navbar_btn {
  align-self: center;
  border: 5px solid #6baa75;
  cursor: pointer;
}
.navbar_header {
  display: flex;
  justify-content: space-between;

}