html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.navbar {
    background-color: #c73d3d;
}

div.logo {
    width: 200px; /* Adjust the width as needed */
    height: 80px; /* Adjust the height as needed */
    background-image: url('/images/RedBag_logo-white.svg'); /* Default logo */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.text-navbar{
    color:white;
    font-size:large;
}

.navbar-light .nav-item .nav-link {
    color:white;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    line-height: 30px; /* Vertically center the text there */
    background-color: #f5f5f5;
    color: white;
}
