body{
    background-color: #f5f5f5;
}

.container{
    max-width: 1300px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/* .col-md-4 .col-sm-4{
    width: 33.3333333%
} */

.row{
    margin-top: 20px;
    margin-bottom: 10px;
}

.event-article{
    margin-bottom: 30px;
    height: 550px;
    position: relative;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 15px 15px 0;
    background: #fff;
    background-color: #091055;
    box-shadow: 5px 10px 10px 5px #000;
}

.event-grid-head{
    background-color: #d82631;
    margin-bottom: 10px;
    color: #fff;
    padding: 9px 14px 6px;
    text-align: left;
}

.event-grid-head .event-month{
    text-transform: uppercase;
    line-height: 20px;
    padding-top: 4px;
}

.event-month{
    font-family: "oswald";
    font-size: 25px;
    color: #ffffff;
}

.event-detail{
    font-family: "oswald";
    font-size: 18px;
}

.event-image{
    width: 100%;
    height: auto;
}

img{
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.event-content{
    background: #fff;
    padding: 25px 16px 0;
    text-align: left;
    background-color: #091055;
    color: #fff !important;
}

.event-title{
    color: #202020;
    margin: 0 0 10px 0;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-family: "oswald";
    font-size: 26px;
}

.heading{
    color: #fff;
}

.heading:hover{
    color: #fff;
    text-decoration: none;
}

.event-color{
    width: 14px;
    display: inline-block;
    height: 14px;
    border-radius: 50%;
}

.event-footer{
    background-color: #091055;
    border-top: #091055;
    position: relative;
    padding: 20px 0;
    text-align: center;
    background: 0 0;
    border-color: #091055;
}

button{
    background-color: #d82631;
    color: #fff;
    font-family: "oswald";
    font-size: 15px;
    letter-spacing: 1px;
    border: 1px solid #e8e8e8;
    padding: 0 16px;
    line-height: 37px;
    margin-bottom: 8px;
}

.tickets:hover{
    border: 1px solid transparent;
}

.view-details:hover{
    border: 1px solid transparent;
}

.harley:hover{
    border: 1px solid transparent;
}

.daytona{
    height: 220px;
}

.seca{
    font-size: 28px !important;
}

.oldTickets{
    filter: grayscale(100%) !important;
}

.dyna{
    font-size: 28px !important;
}

/* .daytona200 {
    filter: grayscale(100%) !important;
} */

@media (max-width: 767px) {
    .col-md-4, .col-sm-4 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .event-article {
        height: auto; /* Let height expand naturally on mobile */
        padding: 15px;
    }

    .event-title {
        font-size: 22px;
    }

    .daytona {
        height: auto;
    }

    button {
        width: 100%;
    }
}


/* .monterey{
    margin-top: 10px;
} */

/* .gp_event-title{
    padding: 8px 16px 0;
    color: white;
    text-align: left !important;
}

.gp_event-footer{
    padding-top: 14px;
    padding-bottom: 20px;
    background-color: #091055;
    border-top: #091055;
    position: relative;
    text-align: center;
    background: 0 0;
    border-color: #091055;
}

.gp_event-content{
    background: #fff;
    padding: 25px 16px 0;
    text-align: left;
    background-color: #091055;
    color: #fff !important;
    margin-top: -14px;
} */