/*
Theme Name:     Child of purdue-home-theme
Theme URI:      
Description:    Purdue-home-theme child theme.
Author:         Auto-generated
Author URI:     
Template:       purdue-home-theme
Version:        0.1.0
*/
.extra-padding-right {
	padding-right: 20px !important;
}

.extra-padding-left {
	padding-left: 20px !important;
}

@media (max-width: 780px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-basis: 100% !important;
	padding-right: 0 !important;
}
}

.parallax {
background-image: url("https://www.purdue.edu/fnr/hoverman/wp-content/uploads/2021/01/Michigan-pond2-scaled.jpg");
	height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.parallax-content {
	height: 400px;
	align-items: center;
	align-content: center;
}

.parallax-color {
	background-color: rgba(0, 0, 0, .35);
}

h1:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

.main-content ul {
	padding-left: 0px !important;
}