.bg-index{
    background: url("/static/img/background.jpg") no-repeat
      fixed;
    background-size: 100% auto;
  }
.navbar a.nav-link {
    color: #FFFEF6 !important;
  }

.bg-dark {
    background-color: #000000 !important;
  }

  .ms-footer {
    background-color: #202020;
  }
  .ms-footer p {
    color: #7F7F7F;
    font-size: 13px;
  }
  .ms-footer a:hover {
    color: #6ab43e;
    text-decoration: none;
  }
  .ms-footer-bottom span{
    font-size: 13px;
    line-height: 38px;
 
  }
  .ms-footer-bottom a {
    color: #6ab43e;
    text-decoration: none;
  }
  .ms-footer-bottom a:hover {
    color: #fff;
  }

  .canvas_container {
    box-sizing: border-box;

  }

  .dont-pad-me {padding-right: 0}

  .dropdown-menu li {
    position: relative;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }

    * {
      margin: 0;
      padding: 0;
  }
  .imgbox {
      display: grid;
      height: 100%;
  }
  .center-fit {
      max-width: 100%;
      max-height: 100vh;
      margin: auto;
  }

  .text {
    font-size: calc(.5vw + .5vh); /* You can adjust this value according to your preference */
 }
 /* Check if the screen size is at least 600px */
 @media screen and (max-width: 600px) {
  .hideDiv {
      display: none !important;
  }
}

.align-right {
  text-align:right;
}


.btn-custom {
  background-color: rgb(167, 4, 4);
  color: white;
  border-color: rgb(0, 0, 0);
}


