.modalHeader{
    background-color: rgba(200,200,200) !important;
    padding: 10px;
  }.modalHeader>a:hover{
    text-decoration: none;
  }
  .modalimg{
    margin-top: 30px;
    margin-bottom: 30px;
  
  }
  .modalHome{
    background: #3D4C53;
    /* margin : 20px auto; */
    width : 200px;
    height : 50px;
    overflow: hidden;
    text-align : center;
    transition : .2s;
    cursor : pointer;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    padding: 10px;
  }
  .btnTwo {
    position : relative;
    width : 200px;
    height : 100px;
    margin-top: -100px;
    padding-top: 2px;
    background : black;
    left : -250px;
    transition : .3s;
  }
  .btnText {
    color : white;
    transition : .3s;
  }
  .btnText2 {
    margin-top : 63px;
    margin-right : -130px;
    color : rgb(244,162,97);
  }
  .trash{color: blue;}
.trash>i{font-size: 3ch; transition: 0.14s;}
.trash:hover{color: red;}
.trash:hover i{font-size: 3.5ch !important;}
.trash:active{color: white;}
  .modalHome:hover .btnTwo{ /*When hovering over .button change .btnTwo*/
    left: -130px;
  }
  .modalHome:hover .btnText{ /*When hovering over .button change .btnText*/
    margin-left : 65px;
  }
  .modalHome:active { /*Clicked and held*/
    box-shadow: 0px 5px 6px rgba(0,0,0,0.3);}
  
  .headerholder{
    overflow-y:visible;
    padding-top: 19px;
    position : absolute;
    width : 100%;
    z-index: 200;
    background-color : rgb(244,162,97);
    transition-delay: 0;
    transition: 1s ease;
  display : block;
  top : -90%;
  height: 90% ;margin: 0;
  }
  #fakeNavbar:hover  .headerholder{
    background-color : #343a40 !important;
  top:0 !important;
  } 
   #fakeNavbar2{
    position: absolute;
    /* overflow-y:visible !important;overflow-x: hidden; */
    height:65px !important;
    /* overflow-y: hidden; */
    z-index: 20;
    /* max-height: 400px; */
    top: 0;
    width: 99% !important;
    /* padding-bottom: 100px; */
    margin:0 !important;
    margin-top: 0;
    padding: 0 !important;
  }
  #fakeNavbar2:hover  .headerholder{
    background-color : #343a40 !important;
  top:0 !important;
  margin: 0;
  padding: 0;
  height: 5px !important;
  }#fakeNavbar2 .navbar{
  margin-top:0 !important;
  margin-bottom:0 !important;}
  #fakeNavbar2  .headerholder{
    background-color : #343a40 !important;
  top:-10 !important;
  margin: 0;
  padding: 0;
  height: 5px !important;
  }