   .reslife-sub-header {
    background-image: url('../images/bg-four-girls-on-couch.jpg');
    background-size: cover;
    background-position: 21% top;
    padding-top: 200px;
}

.reslife-sub-header-content {
    background: linear-gradient(to bottom, rgba(76, 38, 131, 0) 0%, rgba(76, 38, 131, 1) 100%);
    color: white;
    padding: 15vw 1em 0em 1em;
}

.reslife-sub-header-content h2 {
    display: block;
    font-size: 250%;
    font-weight: 800;
    text-align: center;
    text-shadow: 2px 2px black;
    text-transform: uppercase;
    margin-bottom: 0.25em;
}

div.reslife-sub-header-paragraphs {
    font-size: 130%;
    font-weight: 800;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 2px 1px black;
    padding-bottom: 2em;
}

.reslife-sub-header-paragraphs > p, .reslife-sub-header-paragraphs > ul {
    margin-bottom: 1.2em;
}

.reslife-sub-header-paragraphs > p {
    margin-bottom: 6px;
    text-align: center;
}

.reslife-sub-header-paragraphs > p > strong {
    color: #ffa74f;
    font-size: 120%;
}

.reslife-mission-container {
    padding: 3em 1em;
    background-color: #2a144b;
    color: white;
}

.reslife-mission {
    color: white;
    font-size: 120%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.reslife-mission p {
    margin: 0;
}

.reslife-mission p strong {
    font-weight: 800;
}

.reslife-logo {
    display: block;
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

.residence-halls {
    margin-top: 1em;
    margin-bottom: 2em;
}

.residence-halls h3 {
    text-transform: uppercase;
    font-size: 200%;
    text-align: center;
}

.applying-for-housing {
    background-color: #4C2683;
    color: white;
    padding: 5em 0px 4em 0px;
    text-align: center;
}

.applying-for-housing h3 {
    text-transform: uppercase;
    color: #F68B1F;
    font-size: 200%;
}

.applying-for-housing .text {
    margin-bottom: 2em;
}

.applying-for-housing .eRezLife-link {
    color: white;
    text-decoration: underline;
}

.resources {
    background-color: #f68b1f;
    color: white;
    padding-top: 3em;
    padding-bottom: 3em;
}

.resources h3 {
    font-size: 220%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.resources ul {
    list-style-type: none;
}

.resources ul a {
    color: white;
    display: block;
    border-bottom: 1px solid white;
    margin-right: 1em;
    margin-bottom: 6px;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 40px;
}

.resources ul a::after {
    content: '\2B95';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.6;
    background-color: white;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    border-radius: 20px;
}

.resources ul a:hover {
    text-decoration: none;
    border-bottom: 3px solid white;
    padding-bottom: 4px;
}

.director-message {
    background-color: #white;
    background-image: url('../images/walkway-to-ridgway-by-library.jpg');
    background-size: cover;
    background-position: center center;
    color: black;
    padding: 3em 0em 1em 0em;
    position: relative;
    z-index: 1;
}

.director-message::before {
    background-color: white;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    z-index: -1;
}

.director-message-content p {
    font-weight: 400;
}

.director-message .people.small .person {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.director-message .people.small .person .pronouns,
.director-message .people.small .person .info,
.director-message .people.small .person .details {
    display: none;
}

.director-message .people.small .person .person-photo {
    max-width: none;
    width: 225px;
    margin-left: auto;
    margin-right: auto;
}

.director-message .people.small .person .person-details {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.director-message .people.small .person .person-photo img {
    max-width: none;
}

.director-message h3 {
    text-transform: uppercase;
    color: #F68B1F;
    font-size: 200%;
}

.staff-members-container {
    background-image: url('../images/bg-flowers-olmsted-blur.jpg');
    background-size: cover;
    background-position: center center;
    margin-bottom: 2em;
    padding: 3em 0;
    position: relative;
    z-index: 1;
}


.staff-members-container h3 {
    text-transform: uppercase;
    color: #F68B1F;
    font-size: 200%;
}

.staff-members-container::before {
    background-color: white;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    z-index: -1;
}

.staff-member img {
    display: inline-block;
    max-width: 250px;
    height: auto;
}

.staff-member .staff-name {
    font-size: 120%;
    margin-bottom: 2px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.reslife-sub-header {
		background-position: center top;
		padding-top: 10vw;
	}

	.reslife-sub-header-content h2 {
		font-size: 450%;
	}

	.reslife-sub-header-paragraphs ul {
		columns: 2;
	}
	
	.reslife-mission {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 1rem;
    }
    
    .reslife-logo {
        margin-top: 0;
    }
	
	.resources ul {
        columns: 2;
    }
    
    .staff-members {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }
    
}