﻿.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: 0 auto;
    margin-top: 10px;
}

.section-sub-title-2 {
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    font-size: 120%;
    text-align: left;
    margin: 0 auto;
    margin-top: 10px;
}
.short-hr {
    width: 100px;
    border-width: 5px;
    border-color: #c5a563;
}

#menu-group {
    background: rgba(0, 0, 0, 0.85);
    padding-top: 30px;
    padding-bottom: 30px;
}

.one-menu-group {
    background: black;
    padding: 3rem 1rem;
    color: white;
    height: 100%;
}

.menu-group-title {
    font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
    font-size: 1.75rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
}

.menu-group-items > a {
    color: white;
    display: flex;
    padding: 10px;
    font-size: 1rem;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .responsive-overlay {
        max-width: 100% !important;
        width: 100% !important;
        padding: 15px !important;
        left: 0 !important;
        transform: none !important;
    }

    .responsive-overlay p {
        font-size: 1rem !important;
    }
}

@media (max-width: 400px) {
    .responsive-overlay {
        max-width: 100% !important;
        width: 100% !important;
        padding: 15px !important;
        left: 0 !important;
        transform: none !important;
    }

    .responsive-overlay p {
        font-size: 0.8rem !important;
    }
}
.purdue-indy {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: url("../PurdueIndianapolis/purdue-indianapolis.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 0;
}

.overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 60px 0;
}

@media (max-width: 768px) {
    .overlay p {
        width: 80%;
    }
}

.gld-btn-group-sm {
    display: flex;
    justify-content: center;
}

.gld-btn-group-sm a {
    background-color: #cfb991;
    border: 2px solid #8e6f3e;
    color: black;
    margin: 0 5px;
    font-family: "United Sans", Impact, "Arial Black", "sans serif", serif;
    border-radius: 0;
    font-weight: 700;
    font-size: 20px;
    padding: 5px 20px;
}

.gld-btn-group-sm a:hover {
    color: black;
    box-shadow: 0 .5em 1em -0.125em rgb(0 0 0 / 60%), 0 0 0 2px rgb(0 0 0 / 10%);
    transition: all .3s;
    text-decoration: none;
}

.quick-link-cards .card {
    border-radius: 0;
    border: none;
}

.quick-link-cards .card-body {
    height: 100%;
    padding: 10px 20px;
    font-family: "United Sans", Impact, "Arial Black", "sans serif";
    font-size: 130%;
    background-image: url(https://purdue.edu/purdue/images/templateElements/2015/stripes-tile.png);
    background-repeat: repeat;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.quick-link-cards .card-body > a {
    text-decoration: none;
    color: white;
}

.quick-link-cards .card-body > a > i {
    margin-right: 5px;
}

.quick-link-cards .card-body > a:hover {
    color: #c5a563;
    cursor: pointer;
}

.purdue-sub-header {
    font-family: "United Sans", Impact, "Arial Black", "sans serif";
    font-weight: 700;
    font-size: 1.875rem;
    color: grey;
    text-transform: uppercase;
}

.contact-card-slim {
    padding: 10px;
    display: flex;
    margin-bottom: 20px;
}

.card-left-img {
    display: flex;

}

.card-left-img > img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.card-right-text > div {
    display: block;
    height: 30px;
    line-height: 20px;
    padding: 5px 0 5px 20px;
}

.staff-name > a {
    font-weight: bold;
    color: black;
}

.copyEmailBtn {
    color: black;
}

.copyEmailBtn:hover {
    cursor: pointer;
    color: #8e6f3e;
    text-decoration: none;
}

.staff-position {
    font-style: italic;
}

@media screen and (max-width: 720px) {
    .section-title {
        font-size: 26px;
    }

    .section-sub-title {
        width: 100%;
        font-size: 16px;
    }
}