@charset "UTF-8";
/* CSS Document */

#roundup-hero h1 {
	color: white;
	font-size: 60px;
	text-shadow: 0px 0px 10px black;
}
#roundup-hero p {
	color: white;
	font-size: 24px;
	text-shadow: 0px 0px 6px black;
}
#roundup-hero {
	color: white; 
	background-image: url('../images/WPSU-reporter-in-field.jpg');
	background-size: cover;
	background-position: center;
	width: 100%; 
	padding: 100px 0 2% 0;
	min-height: 400px;
}
.roundup-mailchimp { width: 55%; margin: 0 35% 0 10%; }

.email-label { font-size: 90%; padding-bottom: .25em !important; }
#mce-EMAIL { width: 77%; float: left; font-size: 100%; height: 40px; line-height: 40px; margin: 0; padding: 0 .25%; border: none; }
.connect-submit { width: 20%; float: right; }

#roundup-team { 
	width: 80%;
	margin: 1em auto;
}

#roundup-team h2 {
	font-size: 36px;
	margin: 0 0 .5em 0;
	text-align: center;
}

.roundup-team-list {
	list-style: none; 
	display: flex; 
	flex-wrap: wrap; 
	margin: 0; 
	padding: 0 0 1em 0;
}

.roundup-team-list li { 
	display: block; 
	float: left;
	width: 20%; 
	margin: 0 4%;
	padding: 2%; 
	background-color: white;
}

.roundup-team-list img {
  width: 100%;
	height: auto;
}

.roundup-team-list a {
	text-decoration: none;
}

#roundup-why { 
	background-color: white;
	font-size: 140%;
	text-align: center;
	padding: 2em 0;
}

#roundup-underwriting {
	padding: 2em 0;
	background-color: white;
}

#roundup-underwriting h2 {
	font-size: 180%;
	text-align: center;
	margin: 0 0 1em 0;
}

#roundup-stories {
	padding: 2em 0;
}

#roundup-stories h2 {
	font-size: 200%;
	text-align: center;
}

#roundup-stories h3 {
	font-weight: 500 !important;
}

#roundup-stories a { 
	text-decoration: none;
}

#roundup-stories a:hover { 
	text-decoration: underline;
}


.roundup-container {
	width: 80%;
	margin: 0 auto;
}

.roundup-published { font-style: italic; font-size: 80%; color: #666; }

.fm-rss-element { clear: both; padding: 1em 0; }
.fm-rss-element img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; margin: 0 0 .25em 0; }
.fm-rss-element-img { width: 30%; float: left; margin-right: 2%; }
.fm-rss-element-content { width: 68%; float: left; }

.g-5 { max-width: 100% !important; }
.g-5 div { width: 33%; }
.g-5 img { margin: 0 auto; width: 300px; }


@media only screen and ( min-width: 1025px) and ( max-width: 1200px ) {

}

@media only screen and ( min-width: 768px) and ( max-width: 1024px ) {

}

@media only screen and ( max-width: 767px ) { 
	
.roundup-container {
	width: 90%;
	margin: 0 auto;
}
	
#roundup-hero h1 {
	color: white;
	font-size: 36px;
	text-shadow: 0px 0px 10px black;
}
#roundup-hero p {
	color: white;
	font-size: 18px;
	text-shadow: 0px 0px 6px black;
}
#roundup-hero {
	color: white; 
	background-image: url('../images/WPSU-reporter-in-field.jpg');
	background-size: cover;
	background-position: center;
	width: 100%; 
	padding: 100px 0 2% 0;
	min-height: 400px;
}
	
.roundup-mailchimp { width: 70%; margin: 0 25% 0 5%; }

.email-label { font-size: 90%; padding-bottom: .25em !important; margin-bottom: .5em; }
#mce-EMAIL { width: 100%; float: none; font-size: 100%; height: 40px; line-height: 40px; margin: 0 0 .5em 0; padding: 0 .25%; border: none; }
.connect-submit { width: 20%; float: none; }
	
.fm-rss-element { clear: both; padding: 1em 0; }
.fm-rss-element img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; margin: 0 0 .25em 0; }
.fm-rss-element-img { width: 100%; float: none; margin-right: 0; }
.fm-rss-element-content { width: 100%; float: none; }
	
#roundup-team { 
	width: 96%;
	margin: 1em auto;
}

	
.roundup-team-list li { 
	display: block; 
	float: left;
	width: 28%; 
	margin: 0 1%;
	padding: 1.5%; 
	background-color: white;
}
	
.g-5 { max-width: 100% !important; }
.g-5 div { width: 100%; margin-bottom: 1em; }
.g-5 img { margin: 0 auto; width: 100%; }

	
}

