@charset "UTF-8";
/* CSS Document */

.container {
    font-family: "Courier New", Courier, monospace;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: large;
    text-align: left;
    color: #B6B6B6;
    font-family: "Courier New", Courier, monospace;
    border-color: #505050;
}
.container-footer {
    color: #7D7D7D;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: small;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    font-variant: normal;
}
.storetext1 {
}
.size-btn {
  border-radius: 8px;              /* slightly rounded corners */
  min-width: 50px;                 /* button width */
  padding: 5px 12px;               /* smaller padding */
  margin: 0 6px;                   /* space between buttons */
  border: 1px solid #ced4da;       /* light grey border */
  background-color: transparent;    /* no fill */
  color: #adb5bd;                  /* light grey text for unselected */
  outline: none;                    /* remove focus outline */
  font-weight: normal;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.size-btn:hover {
  background-color: #f1f1f1;       /* subtle hover */
}

.size-btn:focus {
  box-shadow: none;                 /* remove focus shadow */
}

.size-btn.active {
  background-color: #212529;       /* dark grey fill */
  color: white;                     /* white text for selected */
  border-color: #212529;            /* match border to background */
  font-weight: bold;
}
.custom-container {
    max-width: 700px;  /* Set custom max width */
    margin: 0 auto;     /* Center the container horizontally */
  }
.video-max {
    max-width: 992px;
    width: 100%;
    height: auto;
}.crtext1 {
    font-size: medium;
    color: #272727;
}
.crtext2 {
    font-size: medium;
    color: #272727;
    text-align: left;
}
.crliveheadlines {
    color: #292929;
    text-align: left;
    font-size: x-large;
}
.crliveheader {
    color: #131313;
    font-size: medium;
    text-align: left;
}
