:root {
    --main-action-color: #03C4EB;
    font-size: 62.5%;
}

body {
    font-size: 1.8rem;  /* default font size, 18px */
}


p {
    margin: 0 0 1.0rem 0;
}

.last-p {
    margin: 0 0 0 0;
}

h2 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.4rem;
}

.list-nodots {
    list-style-type: none;
}

.styled_button a {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
}

.btn-any {
    border: 2px solid #000;
    color: #000;
}

.btn-any:hover {
    background: #03C4EB;
    border: 2px solid #03C4EB;
    color: #000;
}

/* Action color buttons */
.btn-action {
    background: var(--main-action-color);
    border: 2px solid var(--main-action-color);
    color: #fff;
}

.btn-action:hover {
    background: #111;
    border: 2px solid #fff;
    color: #fff;
}

.spacer {
    min-height: 2.4rem;
}

/* Standard image reset */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-title p {
    margin-bottom: 1.0rem;
  }

.section-title p:last-child {
    margin-bottom: 3.0rem;
  }



/* --------------------------------------------------------------
# Buy Tickets
-------------------------------------------------------------- */
.btn-buy-tickets {
    color: #fff;
    background: var(--accent-color);
    padding: 7px 22px;
    margin: 0 0 0 15px;
    border-radius: 50px;
    border: 2px solid var(--accent-color);
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    line-height: 1;
    font-size: 13px;
    white-space: nowrap;
}

.btn-buy-tickets:hover {
    background: none;
    color: #fff;
}

.btn-buy-tickets:focus {
    color: #fff;
}

@media (max-width: 992px) {
    .btn-buy-tickets {
        margin: 0 15px 0 0;
    }
}

/* Buy Tickets Section */
#buyTickets {
    padding: 80px 0;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/buyTickets-bg.jpg") fixed center center;
    background-size: cover;
    padding: 80px 0 60px 0;
}

#buyTickets .buyTickets-container {
}

#buyTickets .buyTickets-content {
}

#buyTickets .buyTickets-title {
    color: #333;
    font-weight: 700;
    font-size: 28px;
}

#buyTickets .buyTickets-text {
    line-height: 26px;
}

#buyTickets .buyTickets-text:last-child {
    margin-bottom: 0;
}

#buyTickets .btn-any {
    background: var(--accent-color);
    border: 2px solid var(--accent-color);
    color: #fff;
}

#buyTickets .btn-any:hover {
    background: #111;
    border: 2px solid #fff;
    color: #fff;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

#about {
    display: none;
}

/* Show the background image */
#services {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
    background-size: cover;
    padding: 80px 0 60px 0;
  }

/* #services {
    display:none;
} */
/* Services customization for special guests */
#services .profile {
    text-align: center;
}

#services .profile h4 {
    font-weight: 700;
    color: var(--main-action-color);
    margin-bottom: 5px;
}

#services h4.profile-title {
    font-weight: 700;
    color: var(--main-action-color);
    margin-bottom: 5px;
}

#services .profile-description {
    color: #333333;
    line-height: 24px;
}

#services .profile span {
    color: #333333;
}

.fixedsize-thumbnail {
    width: 260px;
}

#vendors {
    padding: 2.5em 0 0 0;
}

.vendor-card {
    background-color: #EEE;
    /* margin: 1em; */
    /* padding: 1em; */
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom {
    overflow: hidden;
    border-radius: 10px;
    /*min-height: 450px; */
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  }


#vendors .vendor-card a {
    /* color: #111; */
}


/* Agenda Styling */
/* Dates */
.agenda .agenda-date .dayofmonth {
    width: 1em;
    font-size: 2em;
    line-height: 36px;

    /* float: left; */
    text-align: right;
    margin-right: 10px;
}

.agenda .agenda-date .dayofweek {
    font-size: 1em;
    font-weight: 700;
}

.agenda .agenda-date .shortdate {
    font-size: 0.75em;
}

/* Times */
.agenda .agenda-time {
    font-family: monospace;
    width: 10em;
}

/* Events */
.agenda .agenda-events {
}

.agenda .agenda-events .agenda-event {
}

tr.border_bottom_cell1 td.border_bottom_cell2 {
    border-bottom: 2px solid black;
}

tr.border_bottom td {
    border-bottom: 2px solid black;
}

/* Games Section */
#games {
    padding: 80px 0 60px 0;
}

/* Bring a game section */
/* 
#bringinggame {
    display: none
} */

/* Schedule section */
#schedule {
    padding: 80px 0 60px 0;
}

#subscribe button[type="submit"] {
    background-color: transparent;
}

@media (max-width: 767px) {
}


/* Utility classes */
.scrollable-table {
    height: 34em;
    overflow-y: scroll;
}
