

:root {
    --bs-btn-close-color: #ff0000;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('proxima.ttf') format('truetype'),
      url('proxima_light.ttf') format('truetype'),
      url('proxima_bold.ttf') format('truetype');
  }

body {
    font-family: 'Proxima Nova';
}

.header_row {
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    position: relative;
    font-size: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 6px 0 #aca9a954;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
  
    .navbar-toggler {
      color: grey;
      margin-right: 25px;
    }
  }

  h1 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #smallLogo {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px; /* Adjust this value according to the size of your logo */
    width: auto;
    margin: 10;
    z-index: 10;
}