
.top-bar {
    height: 50px !important;
  }
  
  .faN {
    width: 30px !important;
    height: 30px !important;
  }
  
  .hero_heading {
     top: 40px;
   }

   .hero_heading_container {
    height: calc(100% - 50px);
   }

#backtop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50px;
    z-index: 510;
    text-align: right;
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  
  #backtop img {
    cursor: pointer;
    width: 30px;
    max-width: 30px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }

footer {
    z-index: 800;
  }
  
  #footer_div {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    line-height: 1.3;
    background-color: #19171a;
    color: #a19e9e;
    font-size: 14px;
    text-transform: none;
    padding: 30px 100px;
    text-align: center;
  }

  @media screen and (max-width: 480px) {  
    .hero_heading {
      top: 10px;
    }

    #footer_div {
      padding: 30px 10px;
    }
  }