body {
    font-family: 'Noto Serif', serif;
}

header {
    position: relative;
    text-align: center;
    color: #FFFFFF;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

h2 {
    font-weight: 300;
    margin-bottom: 1em;
}

h6 {
    margin-top: 1em;
    color: var(--bs-secondary-color)
}

/* Popup overlay */
#popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 16px;
}

/* Popup content */
#popup {
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  font-family: sans-serif;
}

#popup h2 {
  margin-top: 0;
}

#popup button {
  background-color: #BCD8F2;
  color: #000;
  border: none;
  padding: 10px 20px;
  margin-top: 15px;
  border-radius: 5px;
  cursor: pointer;
}

#popup button:hover {
  background-color: #000;
  color: #fff;
}

.navbar-brand {
    font-family: 'Open Sans', sans-serif;
}

.push-right {
    margin-left: auto;
}

.title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.title-2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #FFFFFF;
    text-align: center;  
}

.subtitle-1 {
    margin-top: 1em;
    font-weight: 400;
}

.subtitle-2 {
    font-weight: 400;
}

.content {
    color: var(--bs-secondary-color);
    font-weight: 300;
    line-height: 2em;
}

.hr-main {
    border-width: 2px;
    border-color: #FFFFFF;
    opacity: 1;
}

.hr-secondary {
    border-width: 2px;
    border-color: var(--bs-secondary-bg);
    width: 99%;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}

.center-text {
    text-align: center;
}

.section-1 {
    margin-bottom: 5em;
}

.cards {
    align-items: center;
}

.stars {
    margin-bottom: 0.5em;
}

.card-text {
    line-height: 2em;
}

footer {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: var(--bs-secondary-color);
}

#banner {
    /* background-image: url("images/dominoes.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 35em; */
    opacity: 0.8;
}

#banner-2 {
    background-image: url("images/ping-pong-balls.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50em;
    opacity: 0.8;
}

@media (max-width: 450px) {
    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.25em;
        margin-bottom: 0.5em;
    }

    .shop-btn {
        font-size: 0.75em;
        padding: 0.25em 0.75em;
    }
}

@media (min-width: 850px) {
    .carousel-item {
        height: 35em;
    }
}

@media (max-width: 750px) {
    #banner-2 {
        height: 130em;
    }
    
    .cards {
      display: flex;
      flex-direction: column;
    }

    .col-4 {
        width: 75%;
        margin-bottom: 1em;
    }
}

@media (max-width: 600px) {
    #banner-2 {
        height: 120em
    }
}
