	.jumbotron {
	    margin-bottom: 0;
	    border-radius: 0;
	}

	.jumbotron,
	.paral,
	.paralsec {}

	.jumbotron.bottom + .jumbotron {
	    background-blend-mode: unset;
	}
.jumbotron + .jumbotron {
    background: #043927;
}
section.emergencynotification-section {
    background: rgb(240,225,176) !important;
    display: none;
}
section.emergencynotification-section p {
    width: 70%;
    margin: 1em auto 0;
    font-size: 16px;
}

#spotlight.jumbotron:not(.flex-section),
#connect.jumbotron:not(.flex-section) {
	padding: 2rem;
	border-radius: 0;
	position: relative;
	background-repeat: no-repeat;
	background-color: #00573d;
	background-image: url('../images/rivers-sac-state-gold.svg'), linear-gradient(60deg, rgb(0,78,56) 0%, rgb(0,132,83) 60%, rgb(0,170,79) 90%);
	background-blend-mode: normal;
	background-position-y: 0%;
	background-size: 100%;
	background-attachment: scroll;
}