﻿button.btn, a.btn{
    border-radius: 0;
}

.main-event{
    background-color: #ededed;
    padding: 20px;
}

.main-event-title{
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
}

.main-event-location, .main-event-url, .main-event-deadline, .main-event-contact-name, .main-event-contact-email, .main-event-contact-phone{
    margin-bottom: 10px;
    font-family: "United Sans", Impact, "Arial Black", "sans serif";
}

.main-event-location>i, .main-event-url>i, .main-event-deadline>i, .main-event-contact-name>i, .main-event-contact-email>i, .main-event-contact-phone>i{
    width: 24px;
    display: inline-block;
    text-align: center;
}

.main-event-dates{
    margin-bottom: 20px;
}

.one-event-date{
    font-family: "United Sans", Impact, "Arial Black", "sans serif";
    height: 40px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.one-event-date>span:first-child{
    line-height: 40px;
    font-size: 1.8rem;
    
    font-weight: 800;
    padding-right: 10px;
    min-width: 80px;
    color: #8f6f41;
}

.one-event-date>span:last-child{
    line-height: 20px;
    font-size: .8rem;
}

.main-event-desc{
    margin-top: 20px;
}


/* featured event card */
.event-deck-title{
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-weight: 700;
    font-size: 1.5rem;
    color: #727272;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.featured_cards{
    margin-bottom: 20px;
}

.featured-card{
    margin-top: 15px;
    border-radius: 0;
    transition: all .3s;
    border: none;
}

.featured-card:hover{
    box-shadow: 0 .5em 1em -0.125em rgb(0 0 0 / 60%), 0 0 0 1px rgb(0 0 0 / 5%);
    transition: all .3s;
}


.featured-card .card-img-top{
    border-radius: 0;
    height: 100px;
    object-fit: cover;
}

.featured-card>.card-corner-badge{
    position: absolute;
    background-color: #CFB991;
    color: black;
    font-weight: bold;
    left: 10px;
    top: 10px;
    padding: 0 10px;
}

.featured-card>.card-corner-icon{
    position: absolute;
    background-color: #CFB991;
    color: black;
    right: 10px;
    top: 10px;
    padding: 0 5px;
}

.featured-card>.card-body{
    background-image: url(https://purdue.edu/purdue/images/templateElements/2015/stripes-tile.png);
    background-repeat: repeat;
    color: white;
}

.featured-card .card-title{
    color: #CFB991;
    height: 3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-card .card-text>span{
    display: block;
}

.featured-card .card-text>span>i{
    margin-right: 5px;
}

.featured-card .card-body a{
    color: #CFB991;

}

a.featured-card-button{
    font-family: "United Sans", Impact, "Arial Black", "sans serif";
    text-transform: uppercase;
    font-weight: 800;
}