.custom-head{
    display: grid;
    grid-template-columns: repeat(6, 25fr);
    grid-gap: 1em;
    grid-auto-rows: minmax(100fr, auto);
}
.custom-ml{
    margin-left: 1.5rem ;
  }

  .custom-ml-card{
    margin-left: 3rem ;
  }
  .custom-border{
    box-shadow:  inset 5px 5px #ddd, inset -5px -5px #ddd;
    border-top: 3px solid #FFA244;
  }
  .custom-card-header{
    width: 100%;
    text-align: center;
    background-color: burlywood;
  }
 

@media screen and (min-width:100px) and (max-width: 540px){
    .custom-head{
        grid-template-columns: repeat(1, 100fr);
        margin-top: 0% !important;
        grid-gap: 0em;
    }
    .custom-ml{
        margin-left: 0 !important ;
      }
      .custom-fig{
          display: none;
      }
      .custom-ml-card{
        margin-left: 0 !important ;
      }

}

@media screen and (min-width: 540px) and (max-width: 768px) {
    .custom-head{
        grid-template-columns: repeat(1, 100fr);
        margin-top: 0% !important;
        grid-gap: 0em;
    }
    .custom-ml{
        margin-left: 0rem ;
      }
      .custom-ml-card{
        margin-left: 0 !important ;
      }
    
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .custom-head{
        grid-template-columns: repeat(2, 50fr);
        margin-top: 0% !important;
        grid-gap: 0em;   
    }
    .header-span{
        margin-left: 28%;
        font-size: 130%;
    }
    .header-cntrl{
        margin-left: 28%;
        width: 50%;
    }
    .custom-ml{
        margin-left: 0rem ;
      }
      .custom-ml-card{
        margin-left: 0 !important ;
      }
}
@media screen and (min-width: 900px) and (max-width: 1140px) {
    .custom-head{
        grid-template-columns: repeat(4, 33.33fr);
        margin-top: 0% !important;
        grid-gap: 3em;
    }
    .custom-ml{
        margin-left: 0 !important ;
      }
}

@media screen and (min-width: 757px) and (max-width: 1200px) {
    .custom-ml{
        margin-left: 0 !important ;
      }   
}

.custom-navhdr{
    font-size: 50.3fr;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
    color: black;
  
    
}


.custom-br-bottom {
    border-bottom: 1px solid #ddd;
}




			

