/* Hero section image */

/* Hero section Main heading */

.purdue-home-teritary-hero__header.second-level-page-heading {
    padding-top: 400px;
    text-shadow: 5px 5px 5px #000;
}

.purdue-home-cta-banner .image:after {
    background-color: rgba(0,0,0,.25);
}

.purdue-home-teritary-hero__content {
    background: #CFB991;
    color: #000;
    display: inline-block;
    font-size: 2.25rem;
    padding: 0.625rem 1.875rem;
    text-transform: uppercase;    
}

.has-image-background p:not(.tagged-header) {
    color:#000;
}    

.lead-in {
    /*
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-weight: 600;
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #000;
    line-height: 1.11;
    max-width: 34.375rem;
    padding: 0.625rem 1.875rem;
    margin-bottom: 1rem;
    background: #CFB991;
    display: inline-block;
    */
}

.main-title {
    /*
    display: block;
    font-family: acumin-pro-extra-condensed,"Franklin Gothic",sans-serif;
    font-weight: 400;
    font-size: 10rem;
    font-style: italic;
    text-transform: uppercase;
    line-height: 0.9;
    color: #fff;
    padding: 0 0 0 6.25rem;
    text-shadow: 5px 5px 5px #000;
     */
}


/* Stories section */

.stories {
    padding: 3rem 3.25rem;
    background-color: #ededed;
}

.stories h2 {
    margin-bottom: 2.1875rem;
    text-align: center;
}

.stories-cards {
    display: grid;
    grid-auto-rows: minmax(auto,auto);
    /* grid-template-columns: repeat(4,1fr); */
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    grid-gap: 2rem;
}

    @media screen and (max-width: 1024px) {
        .stories-cards {
            grid-template-columns: repeat(2,1fr);
        }
    }
    
    @media screen and (max-width: 767px) {
        .stories-cards {
            grid-template-columns: 1fr;
        }
    }
    

.stories-cards .box {
    border-radius: 0.25rem;
    box-shadow: 0 .5em 1em -.125em rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.02);
    color: #000;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.stories-cards .box:not(:last-child) {
    margin-bottom: initial;
}

.stories-cards .box:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);
}

a.card.link-card {
    text-decoration: underline;
}

a.card.link-card:hover {
    text-decoration: none;
}
