* {
    box-sizing: border-box;
    overflow-x: hidden; /* TODO: Fix this appropriately */
    scroll-behavior: smooth;
}

.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url('/images/homepage_image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .flex-even {
    flex: 1;
  }

  .accordion-button:not(.collapsed) {
    color: #FFF  !important;
    background-color: #566D1B !important;
  }

  .btn-square-md {
    width: 150px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 150px !important;
    text-align: center;
    padding: 0px;
    font-size:12px;
    }
    .btn-primary{
        background-color: #566D1B !important;
        border-color: #566D1B !important;
    }
    .btn{
        border-radius: 1.5rem !important;
    }


    .center {
        display: flex;
        align-items: center;
      }
