 h1,h2,h3,h4,h5,h6{ color:inherit !important; margin: 0 0 0.5em 0; font-family: "Open Sans", sans-serif; }

p, li{ font-family: "Open Sans", sans-serif; }

h1{ font-size: 40px; }
h2{ font-size: 35px; }
h3{ font-size: 30px; }
h4{ font-size: 25px; }
h5{ font-size: 20px; }
h6{ font-size: 15px; }

strong{
    font-weight: 800;
}

#hero-content button{
    background-color: rgba(176,0,0,1);
    border: none;
    border-bottom: solid 0.5em rgba(122,0,0,1);
    border-radius: 0.25em;
    color: white;
    font-weight: 800;
    padding: 0.5em 1em;
    margin-top: 1em;
}

#review-icons{
    margin-top: 2em;
}

#review-icons img{
    max-height: 50px;
    padding: 0em 1em;
    width: auto;
}

.b-row{
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}

.b-left, .b-right{ width:50%; }

.p-1{ padding: 1em; }
.p-2{ padding: 2em; }
.p-3{ padding: 3em; }

.img-contain{
    height: 80%;
    object-fit: contain;
    object-position: center;
    width: 80%;
}

.b-container{
    background-position: center;
    background-size: cover;
    padding: 0px !important;
    position: relative;
    z-index: 1;
}

.b-container-content{
    position: relative;
    padding: 5em 0;
    z-index: 3;
}

.bg-overlay{
    height: 100%;
    left: 0;
    position: absolute;
    top:0;
    width: 100%;
    z-index: 2;
}

.text-center{ text-align:center; }
.text-white{ color: white; }
.text-black{ color: black; }

ul.landing-page-bullets {
  list-style: none;
  padding-left: 0;
}

ul.landing-page-bullets li {
  position: relative;
  padding-left: 40px;
  margin: 3em;
}

ul.landing-page-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px; /* adjust vertical alignment */
  width: 30px;
  height: 30px;
  background: url("https://image-service.unbounce.com/https%3A%2F%2Fapp.unbouncepreview.com%2Fpublish%2Fassets%2F688b70e4-a93c-45ed-90ea-b286f3e8e616%2Fdcc0f492-checkmark_100u00u000000000000028.png?w=30&h=30&png8=true") 
              no-repeat center;
  background-size: contain;
}

#location-now-open{ color: black; }

#how-your-experience-works .b-container-content{
    margin: auto;
    width: 50%;
}

#how-your-experience-works .b-container-content .b-row{
    padding: 1em;
}

#how-your-experience-works .contains-image{ width:80%; }

.quote-container{
    margin-bottom: 2em;
}

.quote-container p{ margin:0px; }

.quote{
    background-color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    height: 20em;
    margin: 1em 1em 3em 1em;
    max-width: 300px;
    padding: 1.5em;
    position: relative;
    text-align: left;
}

/* Triangle */
.quote::after {
  content: "";
  position: absolute;
  bottom: -2em;
  left: 50%; /* center horizontally */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 2em solid #f9f9f9; /* match the div’s background color */
}

.profile-icon{
    border-radius: 100%;
    overflow: hidden;
}

.game-card{
    background-repeat: no-repeat;
    background-color: black;
    background-size: contain;
    border-radius: 5px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 600px;
    margin: 2em;
    padding: 1em;
    text-decoration: none;
    width: 350px;
}

.game-card *{
    color: inherit;
}

.game-card:hover{
    color: inherit;
    text-decoration: none;
}

.game-card h3{ font-family: "Open Sans Condensed"; font-size: 32px; text-align:left; }
.game-card p{ margin: 0px; }

.game-card hr{
    margin: 0 0 1em 0;
    width: 95%;
}

.game-card button{
    background-color: rgba(176,0,0,1);
    border-radius: 5px;
    border: none;
    color:white;
    font-weight: 800;
    margin: 1em auto;
    padding: 0.5em;
    width: 90%;
}

.game-card .icon{
    max-height: 35px;
}

.game-card .text-large{ font-size:1.5em; }

/* Game card updates */

.room-poster-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.game-card .posterTitle{
    color: white;
}

.game-card .posterInfo{
    display: flex;
    justify-content: space-evenly;
}

.game-card .posterInfo img{
    max-height: 40px;
    width: auto;
}

.game-card .posterTitle{
    border-bottom: solid 2px white;
    font-size: 45px;
}

.game-card .posterTitle .smallText{
    display: block;
    font-size:0.5em;
    width: 100%;
}

.mobile-only{
    display: none;
}

@media only screen and (max-width: 1300px) {

    .wrap{ width: initial; }

    #how-your-experience-works .b-container-content {
        width: 75%;
    }
}

@media only screen and (max-width: 768px) {

    h1,h2,h3,h4,h5,h6{ margin-bottom: 0.5em;}
    p{ font-size:15px; }

    h1{ font-size: 25px; }
    h2{ font-size: 22.5px; }
    h3{ font-size: 20px; }
    h4{ font-size: 17.5px; }
    h5{ font-size: 15px; }
    h6{ font-size: 12.5px; }

    .b-left, .b-right{ width:100%; }

    #hero-content h1{ ;margin:0px; font-size:25px; }
    #hero-content p{ font-size:15px; margin: 0px; }

    #how-your-experience-works .b-container-content{
        margin: auto;
        width: 100%;
    }

    #how-your-experience-works .b-left,
    #how-your-experience-works .b-right{
        order: 2;
    }

    #how-your-experience-works .contains-image{
        order: 1;
    }

    .desktop-only{
        display: none;
    }

    .mobile-only{
        display: block;
    }

    .b-row{
        flex-direction: column;
    }

    #hero-content p { font-size: 20px; }

    #hero-content .b-container-content{
        padding: 2em 0em;
    }

    .quote{ 
        height: initial;
    }

    .game-card .b-row{
        flex-direction: row;
    }

}