body, .modal-content {
    font-family: "acumin-variable", sans-serif;
    background-color: #B02A2C;
font-style: normal;
color: white;
}
.btn-red {
    background-color: #B02A2C;
    border: white solid 3px;
    color: white;
}
.legalbtn {
    justify-self: center;
}
.title {
    font-family: "bebas-neue-by-fontfabric", sans-serif !important;
font-weight: 400 !important;
}
.form-floating {
    color: black !important;
}
.form-control, .btn {
    border-radius: 15px;
}
.header {
    background-color: white;
}
.h-50 {
    height: 50px !important;
}
.headline {
    justify-self: center;
    max-width: 400px;
}
.pimmsLogo {
    max-width: 200px;
}
.logoDiv {
    position: relative;
    top: -50px;
    background-color: white;
    justify-self: center;
    max-width: 200px;
}
.nameDiv {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.checkboxSize {
    /* width: 20px;
    height: 20px; */
    border:grey;
  }
  .labelAlign{
    align-items: center !important;
    display: flex !important;
;
  }
  .gold {
    color: #d4af37;
  }
  input[type="checkbox"]:focus, input[type="checkbox"]:active, .form-check-input:checked
  {
    background-color:#B02A2C !important;
  }
  .form-check-input[type=checkbox] {
    border-radius: 5px !important;
    border:grey solid 1px;
    background-color: white;
  }
@media screen and (max-width: 1000px) {
    .w-75 {
        width: 100% !important;
    }
    .legalbtn {
        flex-direction: column;
        width: 100% !important;
    }
}
@media screen and (max-width: 700px) {
    .nameDiv {
        flex-direction: column;
        gap: 0;
    }
    .w-75 {
        width: 100% !important;
    }
    .legalbtn {
        padding: 0 10px;
    }
}