/*
Theme Name:     Child Theme of purdue-home-theme
Theme URI:      
Description:    Purdue-home-theme child theme. Use to customize the functions, CSS, templates, etc. of Purdue-home-theme.
Author:         Me
Author URI:     
Template:       purdue-home-theme
Version:        0.1.0
*/
/* Hoverman */
.header-padding {
	padding: 1.5rem 3.25rem;
}

.extra-padding-top {
	padding-top: 20px;
}

.extra-padding-bottom {
	padding-bottom: 20px;
}

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

.extra-padding-right {
	padding-right: 20px;
}

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

.navbar-find-info__items .menu-items a, .navbar-find-info__items .menu-items button {
    color: #fff !important;
}

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

body, p, .content-text {
	font-weight: 300 !important;
	color: #5e5e5e !important;
}

body, button, input, optgroup, select, textarea {
	font-family: Arial, sans-serif;
	font-weight: 300 !important;
	color: #5e5e5e !important;
}

.purdue-home-link-cards .purdue-home-cta-card:not(.purdue-home-cta-card--story) .flex-container--align-bottom .purdue-home-cta-grid__card-title {
    color: #ffffff !important;
}

.purdue-home-link-hero__subtext {
    color: #ffffff !important;
}

.purdue-home-link-cards .purdue-home-cta-card:not(.purdue-home-cta-card--story) .flex-container--faculty .purdue-home-cta-grid__card-name {
    color: #fff !important;
}

.purdue-home-link-cards .purdue-home-cta-card:not(.purdue-home-cta-card--story) .flex-container--faculty .purdue-home-cta-grid__card-titleline:not(:last-child)
Specificity: (0,6,0)
 {
    color: #ebd99f !important;
}

.purdue-home-link-cards .purdue-home-cta-card:not(.purdue-home-cta-card--story) .flex-container .purdue-home-cta-grid__card-titleline {
    color: #ebd99f !important;
}

.footer .footer__links h2 .accordion__heading--footer {
    color: #cfb991 !important;
    font-weight: 900 !important;
}

.has-gold-background p:not(.tagged-header) {
color: #000 !important;
}

.parallax {
background-image: url("https://dev.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;
}