﻿.section-title{
    font-family: acumin-pro-semi-condensed,"Franklin Gothic",sans-serif;
    font-weight: 700;
    font-size: 280%;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2;
}

.section-sub-title{
    font-family: acumin-pro-semi-condensed,"Franklin Gothic",sans-serif;
    font-size: 120%;
    text-align: left;
    width: 60%;
    margin: 10px auto;
    color: black;
}

.section-sub-title>a{
    color: #6c757d;
    font-weight: bold;

}
.section-sub-title>a:hover{
    text-decoration: none;
    color: #c5a563;
}
.short-hr{
    width: 100px;
    border-width: 5px;
    border-color: #c5a563;
}
.card-link{
    color: black;
}
.card-link:hover{
    color: #c5a563;
    text-decoration: none;
}

.card{
    border: none;
    font-family: "United Sans", Impact, "Arial Black", "sans serif", serif;
    transition: background-color 0.4s, color 0.4s, box-shadow 0.4s, transform 0.4s;
    background-image: url(https://purdue.edu/purdue/images/templateElements/2015/stripes-tile.png);
    background-repeat: repeat;
    color: white;
    font-weight: bold;
    font-size: 200%;
    align-content: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  
}

.card:hover{
    background-color: black;
    color: #c5a563;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.03, 1.03);
    transition: background-color 0.4s, color 0.4s, box-shadow 0.4s, transform 0.4s;
}

.card-title{
    display: flex;
    font-weight: 700;
    height: 50px;
    align-items: center;
    margin-bottom: 0;
}
.card-text{
    display: block;
}


@media screen and (max-width: 960px) {
    .section-title{
        font-size:180%
    }
    .section-sub-title{
        width: 100%;
        text-align: center;
    }
    .card-title{
        display: block;
        font-weight: 700;
        height: auto;
    }
}