.playtekBlueBg {
    background: #01156b;
}

.playtekTorquiseBg {
    background: #01c7d0;
}

.playtekPurpleBg {
    background: #5a54ad;
}

.playtekLiteGreenBg {
    background: #71a20b;
}

.stBg{
    background: url('/images/stadium-back.png');
}

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -0.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

.br-50{
    border-radius: 50px !important;
}

.br-20{
    border-radius: 20px !important;
}

.fs-30{
    font-size: 30px !important;
}

.fs-23{
    font-size: 23px !important;
}

.border-white-2px{
    border: solid 5px #fff;
}