html {
  font-size: 20px;
}

.info {
    text-align: center;
}

@media (max-width: 500px) {
  html {
    font-size: 15px;
  }

  .info {
      text-align: center;
  }
  
  .red {
      font-size: 17px;
  }

    .yomogi-regular {
        font-size: 12px;
    }
}

@media (max-width: 700px) {
    .avon {
        padding-bottom: 15px;
    }

    .elyria {
        padding-top: 15px;
    }

    .info-txt {
        padding-top: 20px;
    }
}

.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;
    background-color: rgb(0 0 0 / 7%);
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.about-container {
    background-color: #0096ff17;
    padding: 20px;
    color: #333;
    border-radius: 5px;
    margin: 10px 0;
    border: 1.5px solid #ff0000;
}

.welcome-container {
    background-color: #0096ff17;
    padding: 20px;
    color: black;
    border-radius: 5px;
    margin: 10px 0;
    border: 1.5px solid #ff0000;
}

.location-container {
    background-color: #0096ff17;
    padding: 20px;
    color: black;
    border-radius: 5px;
    margin: 10px 0;
    border: 1.5px solid #ff0000;
}

.grad1 {
    height: 2px;
    background-color: red;
    background-image: linear-gradient(to right, red, #eb250a, #6f8294, #495057, blue, #343a40, #212529);
    border-width: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

#footerLineHeight {
    line-height: 40px;
}

.yomogi-regular {
    font-family: "Oswald", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    padding-right: 10px;
    color: #f00;
    font-size: 20px;
}

.tooltip-inner {
    background-color: #F57C45 !important; /* Slightly lighter warm orange */
    color: white !important;
    font-weight: bold;
    font-size: 14px;
    border-radius: 8px;
    padding: 8px 12px;
    border: 1px solid #F4511E; /* Matches booking button */
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
    border-top-color: #F57C45 !important;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #F57C45 !important;
}


.location-title {    
    color: black; 
    margin-bottom: 10px;
}

.locations {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.location {
    text-align: center;
    margin-top: 35px;
}

.qxCTlb {
    line-height: 45px;
    width: 275px;
}

    .qxCTlb:hover {
        background-color: #d84315;
    }

.address {
    font-family: 'lora';
    text-align: center;
    margin: 15px 0;
}

@media (max-width: 576px) {
    .address .street {
        display: block;
    }
}



