.aboutue-sub-header {
    background-image: url('/aboutue/images/olmsted-front-lawn-in-summer.webp');
    background-size: cover;
    background-position: center top;
    padding-top: 200px;
}

.aboutue-sub-header-content {
    background: linear-gradient(to bottom, rgba(76, 38, 131, 0) 40%, rgba(76, 38, 131, 0.8) 100%);
    color: white;
    padding: 15vw 1em 0em 1em;
}

.aboutue-sub-header-content h2 {
    display: block;
    font-size: 250%;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: 2px 2px black;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.aboutue-sub-header-content h2 .heading-second-line {
    display: block;
    font-size: 80%;
    color: rgba(246, 139, 31, 1);
    margin-top: 0px;
}

div.aboutue-sub-header-paragraphs {
    font-size: 130%;
    font-weight: 800;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-shadow: 2px 1px black;
    padding-bottom: 1em;
}

.aboutue-sub-header-paragraphs > p,
.aboutue-sub-header-paragraphs > ul {
    margin-bottom: 1.2em;
}

.aboutue-sub-header-paragraphs > p:first-child {
    font-size: 140%;
    margin-bottom: 1em;
    text-align: center;
}

.aboutue-sub-header-paragraphs > p > strong {
    color: #ffa74f;
}

.who-are-we {
    background-color: white;
    background-image: url('/aboutue/images/45-degree-pattern.jpg');
    color: black;
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
}

.who-are-we h3 {
    color: #F68B1F;
    font-size: 150%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.who-are-we .btn {
    min-width: 200px;
}

.cta-row {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 50%, rgba(76, 38, 131, 1) 50%);
    border-top: 6px dashed #F68B1F;
    border-bottom: 6px dashed #F68B1F;
}

.cta-row .wysiwyg {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cta-row ul {
    background-color: #F68B1F;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 6px;
}

.cta-row ul li {
    background-color: white;
    text-align: center;
    padding-bottom: 0px !important;
}

.cta-row ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 150%;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0,0,0,0.6), 0 0 10px rgba(0,0,0,0.6);
    line-height: 1;
    padding-top: 20vw;
    padding-bottom: 20vw;
    position: relative;
    z-index: 1;
}

.cta-row ul li a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    z-index: -1;
    opacity: 0.2;
    transition: opacity 0.5s ease;
}

.cta-row ul li:first-child a {
    background-image: url('/aboutue/images/evansville.webp');
    background-size: cover;
    background-position: center center;
}

.cta-row ul li:nth-child(2) a {
    background-image: url('/aboutue/images/work-for-ue.webp');
    background-size: cover;
    background-position: center center;
}

.cta-row ul li:nth-child(3) a {
    background-image: url('/aboutue/images/visit.webp');
    background-size: cover;
    background-position: top center;
}

.cta-row ul li a:hover {
   text-decoration: none;
}

.cta-row ul li a:hover::before {
   opacity: 0.6;
}

.prez-p-row {
    background-color: #4C2683;
    background-image: url('/aboutue/images/campus-fall-trees.webp');
    background-size: cover;
    background-position: center center;
    color: white;
    padding-top: 3em;
    padding-bottom: 3em;
    position: relative;
    z-index: 1;
}

.prez-p-row::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #4C2683;
    z-index: -1;
    opacity: 0.85;
}

.prez-p-message-body h3 {
    color: #F68B1F;
    font-size: 150%;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.prez-p-message-body .signature {
    margin-left: 2em;
}

.prez-p-message-photo > img {
    display: block;
    align-self: center;
    width: 90%;
    border-radius: 50% !important; 
    object-fit: cover;
    box-sizing: border-box;
    outline: 30px solid #F68B1F;
    outline-offset: -30px;
    border: 36px solid #ffffff;
    margin-top: 2em;
    margin-bottom: 2em;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    .aboutue-sub-header {
        background-position: center top;
        padding-top: 20vw;
    }
    
    .aboutue-sub-header-content h2 {
        font-size: 450%;
    }

    .aboutue-sub-header-paragraphs ul {
        columns: 2;
    }
    
    .who-are-we h3 {
        font-size: 150%;
    }
    
    .cta-row ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .cta-row ul li a {
        font-size: 120%;
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    
    .cta-row ul li:nth-child(3) a {
        background-position: center center;
    }

    
    .prez-p-message {
        display: grid;
        grid-template-columns: 60% 40%;
        gap: 20px;
        align-items: center;
    }
    
    .prez-p-message-body h3 {
        font-size: 180%;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    .who-are-we h3 {
        font-size: 250%;
    }
    
    .cta-row ul li a {
        font-size: 200%;
    }


}