/* Show it is fixed to the top */
body {
  /* min-height: 75rem; */
  padding-top: 0.1rem;
}
  


/* To make navbar stick on the top */
.navbar {

  position: sticky;
  top: 0;
  z-index: 100;
  /* z-index works pretty much like a layer:
  the higher the z-index value, the greater
  it will allow the navigation tag to stay on top
  of other tags */
}

.nav_footer_color
{
  background-color:#A0510E;
}
 
.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
 

      