
/* All universal element styling is included below */
@font-face {
  font-family: 'Roundo';
  src: url('fonts/Roundo-ExtraLight.woff') format('woff');
       font-weight: 200;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Roundo';
  src: url('fonts/Roundo-Light.woff') format('woff');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Roundo';
  src: url('fonts/Roundo-Regular.woff') format('woff');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Roundo';
  src: url('fonts/Roundo-Medium.woff') format('woff');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Roundo';
  src: url('fonts/Roundo-SemiBold.woff') format('woff');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Roundo';
  src: url('fonts/Roundo-Bold.woff') format('woff');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}

:root {
	--BLACKOFF: rgba(9,10,14,1);
	--BLUE-WHITE: rgba(151,244,252,1);
	--DARKBLUE-MED: rgba(11,0,160,1);
	--GREY-DK: rgba(22,34,41,0.9); /*alt section bg clr*/
	--ORANGERED-LT: rgba(245,123,14,1);
	--ORANGERED-LT-HOVER: rgba(245,136,39,1);
	--ORANGERED-MED: rgba(255,91,0,1);
	--ORANGERED-DK: rgba(171,61,0,1);
	--STEELBLUE-MED: rgba(0,107,173,1);
	--STEELBLUEGREY: rgba(0,41,66,1);
	--WHITEOFF: rgba(238,238,238,1);
}

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-family: 'Roundo', 'sans-serif';
	color: var(--WHITEOFF);
}

html, body {
	min-height: 100%;
	background-image: linear-gradient(90deg,black,var(--STEELBLUEGREY),black);
}

/*****************************************************************/
/* General Styling */
.img-styling-main {
	max-width: 100%;
	box-shadow: 0px 0px 1px 2px black;
	border-radius: 10px;
	transition: 0.33s;
}

.text-shadow-med {
	text-shadow: 2px 2px 3px black;
}

.section-styles {
	padding: 15px;
	background-color: var(--BLACKOFF);
	box-shadow: 0px 0px 5px 1px var(--BLUE-WHITE), inset 0px 0px 5px 1px var(--BLUE-WHITE);
}

.border-radius-20 {
	border-radius: 20px;
}

/*****************************************************************/
/* All header styling is included below */
.header {
  background-image: linear-gradient(90deg,black,var(--STEELBLUEGREY),black);
}

.header-headerimage {
	text-align: center;
}

.header-headerimage img {
	width: 1400px;
	max-width: 100%;
	height: auto;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 0px 2px 3px black;
}

/*****************************************************************/
/* All navigation menu styling is included below */
.nav-main {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-main-links ul {
	display: flex;
}

.nav-main-links li {
	list-style: none;
}

.nav-main-links li a {
	display: block;
	position: relative;
	padding: .5em;
	font-weight: 400;
	font-size: 1.5rem;
	color: var(--WHITEOFF);
	text-decoration: none;
	transition: 0.3s;
}

.nav-main-links li a:hover {
	color: var(--ORANGERED-LT);
}

.nav-main-links a:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 90%;
	left: 0;
	bottom: 12px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--ORANGERED-LT), rgba(0, 0, 0, 0));
	transition: 0.3s;
	transform: scaleX(0);
}

.nav-main-links a:hover:before {
	transform: scaleX(1);
}

.nav-button-toggle {
	width: 30px;
	height: 20px;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	margin-top: .3rem;
	margin-bottom: .7rem;
}

.nav-button-toggle .nav-button-toggle-bar{
	height: 3px;
 	width: 100%;
 	background-color: white;
	border-radius: 10px;
}

/*****************************************************************/
/*Home Page Body Styling*/
.home-main {
	background-image: url('images/body-background-afade-V2.png');
	background-position: center top;
	background-repeat: no-repeat;
}

.home-grid-container {
	max-width: 1400px;
	display: grid;
	grid-template-columns: repeat(2, 3fr) 2fr;
	gap: 15px;
	margin: auto auto;
	padding: 30px 15px;
	align-items: start;
}        

/*Main Sections*/

.home-grid-section {
	min-width: 300px;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	align-content: start;
	text-align: center;
	gap: 15px;
}

.home-grid-section h2 {
	font-size: 2rem;
	font-weight: 400;
	padding-bottom: 1px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--ORANGERED-LT), rgba(0, 0, 0, 0));
	background-repeat: no-repeat;
	background-size: 90% 1px;
	background-position: bottom;
}

.home-link {
	text-decoration: none;
}

.home-link article {
	transition: 0.33s;
}

.home-grid-section-item {
	padding: 15px;
	background-color: var(--STEELBLUEGREY);
	box-shadow: 0px 0px 0px 1px black;
}

.home-grid-section-item h3,
.home-grid-section-item h3 span {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: white;
	padding-bottom: 15px;
}

.home-grid-section-item h3 span {
	font-style: italic;
}

.home-link article:hover {
	background-color: var(--ORANGERED-LT-HOVER);
	transition: 0.33s;
}

.home-link article:hover h3,
.home-link article:hover h3 span {
	color: var(--BLACKOFF);
	text-shadow: none;
/*	font-weight: 600;*/
	transition: 0.1s;
}

.home-link article:hover img {
	filter: opacity(70%);
}

/*Aside Section*/

.home-grid-sidebar {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 15px;
}

.home-grid-sidebar-item {
	padding: 0px 15px 15px 15px;
}

.home-grid-sidebar-item h3 {
	font-size: 1.5rem;
	font-weight: 500;
	padding: 20px 0px 15px 0px;
	transition: 0.33s;
}

.home-grid-sidebar-item {
	text-decoration: none;
}

.sidebar-link {
	text-decoration: none;
}

.sidebar-link article {
	transition: 0.33s;
}

.sidebar-link article:hover img {
	box-shadow: 0px 0px 7px 4px var(--ORANGERED-LT-HOVER);
	transition: 0.33s;
}

.sidebar-link article:hover h3 {
	color: var(--ORANGERED-LT-HOVER);
	transition: 0.33s;
}

.socials-div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.social-icon img {
	width: 50px;
	transition: 0.33s;
}

.social-icon img:hover {
	filter: drop-shadow(0px 0px 5px var(--ORANGERED-LT-HOVER)) brightness(170%);
	transition: 0.33s;
}

/*****************************************************************/
/*Podcast Page Body Styling*/
.podcast-main {
	text-align: center;
	background-image: url('images/body-background-afade-V2.png');
	background-position: center top;
	background-repeat: no-repeat;
	padding: 30px 15px;
}

.podcast-main h1 {
	grid-column: 1 / 3;
	font-size: 2.5rem;
	font-weight: 400;
	padding-bottom: 1px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--ORANGERED-LT), rgba(0, 0, 0, 0));
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: bottom;
}

.podcast-styling-container {
	max-width: 1400px;
	margin: auto auto;
	padding: 10px 15px;
	background-color: var(--BLACKOFF);
	box-shadow: 0px 0px 5px 1px var(--BLUE-WHITE), inset 0px 0px 5px 1px var(--BLUE-WHITE);
}

.podcast-pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 15px 0px;
	gap: 10px;
}

.podcast-pagination-item {
	min-width: 75px;
	padding: 2px 10px;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--WHITEOFF);
	text-decoration: none;
	background-color: var(--STEELBLUEGREY);
	border-radius: 10px;
}

.podcast-pagination-item:hover {
	color: var(--BLACKOFF);	
	background-color: var(--ORANGERED-LT-HOVER);
}

.podcast-pagination-item-active {
	width: 75px;
	padding: 2px 0px;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--BLACKOFF);
	text-decoration: none;
	background-color: var(--ORANGERED-LT-HOVER);
	border-radius: 10px;
}

.podcast-grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.podcast-grid-main-item {
	padding: 15px;
	background-color: var(--STEELBLUEGREY);
	box-shadow: 0px 0px 2px 3px black;
}

.podcast-video-iframediv {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 20px;
	box-shadow: 0px 0px 1px 2px black;
}

.podcast-h2 {
	max-width: 100%;
	font-size: 2rem;
	font-weight: 500;
	padding-bottom: 15px;
	text-shadow: 2px 2px 1px var(--BLACKOFF);
}

.podcast-audio-iframe {
	box-shadow: 0px 0px 1px 2px black;
}

.podcast-grid-main-item img {
	max-width: 100%;
}

.podcast-desc {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.2px;
	padding-top: 10px;
}

.podcast-links-h3 {
	text-decoration: underline;
	padding-top: 10px
}

.podcast-desc-link {
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--WHITEOFF);
}

.podcast-desc-link:hover {
	color: var(--ORANGERED-LT);
}

.podcast-video-iframediv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/

.podcast-index-grid-container {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 15px;
}

.podcast-index-grid-section {
	min-width: 600;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	align-content: start;
	text-align: center;
	gap: 15px;
}

.podcast-index-link {
	text-decoration: none;
}

.podcast-index-flex-container {
	display: flex;
	justify-content: center;
	padding: 15px 5px;
}

.podcast-index-flex-item {
	background-color: var(--STEELBLUEGREY);
	box-shadow: 0px 0px 2px 3px black;
	border-radius: 20px;
	padding: 15px;
}

.podcast-index-flex-item img {
	float: left;
	max-width: 250px;
	border-radius: 10px;
}



/*.about-flex-container {
	display: flex;
	justify-content: center;
	padding: 15px 5px;
}

.about-flex-content {
	background-color: var(--STEELBLUEGREY);
	box-shadow: 0px 0px 2px 3px black;
	border-radius: 20px;
	padding: 15px;
}

.about-flex-content img {
	float: left;
	max-width: 350px;
	margin-right: 15px;	
	border-radius: 10px;
}

.about-desc {
	text-align: left;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.4rem;
}*/




/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/
/************************************************************************/

/*****************************************************************/
/*Donations Page Body Styling*/
.donations-main {
	text-align: center;
	background-image: url('images/body-background-afade-V2.png');
	background-position: center top;
	background-repeat: no-repeat;
	padding: 30px 15px;
}

.donations-main-container {
	max-width: 1400px;
	margin: auto auto;
	padding: 10px 15px;
	background-color: var(--BLACKOFF);
	box-shadow: 0px 0px 5px 1px var(--BLUE-WHITE), inset 0px 0px 5px 1px var(--BLUE-WHITE);
}

.donations-main-container h1 {
	font-size: 2.5rem;
	font-weight: 400;
	padding-bottom: 1px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--ORANGERED-LT), rgba(0, 0, 0, 0));
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: bottom;
}

.donations-flex-container {
	margin: auto auto;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 15px;
}

.donations-link {
	text-decoration: none;
}

.donations-link article {
	transition: 0.33s;
}

.donations-flex-item {
	width: 300px;
	min-height: 100%;
	justify-content: center;
	padding: 15px;
	background-color: var(--STEELBLUEGREY);
	box-shadow: 0px 0px 2px 3px black;
	border-radius: 20px;
}

.donations-flex-item h2 {
	max-width: 100%;
	font-size: 2rem;
	font-weight: 500;
	padding-bottom: 15px;
}

.donations-flex-item img {
	width: 150px;
	border-radius: 10px;
}

.donations-flex-item p {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
	padding-top: 10px;
	word-break: break-all;
}

.donations-link article:hover {
	background-color: var(--ORANGERED-LT-HOVER);
	transition: 0.33s;
}

.donations-link article:hover h2 {
	color: var(--BLACKOFF);
	text-shadow: none;
	font-weight: 600;
	transition: 0.1s;
}

.donations-link article:hover img {
	filter: opacity(70%);
}

.donations-link article:hover p {
	color: var(--BLACKOFF);
}

/*****************************************************************/
/*About Page Body Styling*/
.about-main {
	text-align: center;
	background-image: url('images/body-background-afade-V2.png');
	background-position: center top;
	background-repeat: no-repeat;
	padding: 30px 15px;
}

.about-main-container {
	max-width: 1400px;
	margin: auto auto;
	padding: 10px;
	background-color: var(--BLACKOFF);
	box-shadow: 0px 0px 5px 1px var(--BLUE-WHITE), inset 0px 0px 5px 1px var(--BLUE-WHITE);
}

.about-main h1 {
	font-size: 2.5rem;
	font-weight: 400;
	padding-bottom: 1px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--ORANGERED-LT), rgba(0, 0, 0, 0));
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: bottom;
}

.about-flex-container {
	display: flex;
	justify-content: center;
	padding: 15px 5px;
}

.about-flex-content {
	background-color: var(--STEELBLUEGREY);
	box-shadow: 0px 0px 2px 3px black;
	border-radius: 20px;
	padding: 15px;
}

.about-flex-content img {
	float: left;
	max-width: 350px;
	margin-right: 15px;	
	border-radius: 10px;
}

.about-desc {
	text-align: left;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.4rem;
}

.about-h3 {
	text-decoration: underline;
	padding-top: 10px
}

.about-link {
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--WHITEOFF);
}

.about-link:hover	{
	color: var(--ORANGERED-LT);
}

/*****************************************************************/
/*All Media Queries Styling*/
@media screen and (min-width: 650px) and (max-width: 900px) {
	.home-grid-container {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
		"side1 side2"
		"sidebar sidebar";
	}

	.home-grid-section-section1 {
		grid-area: side1;
	}

	.home-grid-section-section2 {
		grid-area: side2;
	}

	.home-grid-sidebar {
		grid-area: sidebar;
	}	

	.about-flex-content img {
		max-width: 300px;
  }

	.podcast-grid-container {
		grid-template-columns: 1fr;
	}

	.podcast-main h1 {
		grid-column: 1;
	}
}

@media screen and  (max-width: 650px) {
	.nav-button-toggle {
		display: flex;
	}

	.nav-main-links {
		display: none;
		width: 100%;
	}

	.nav-main {
		flex-direction: column;
		align-items: center;
	}

	.nav-main-links ul {
		width: 100%;
		flex-direction: column;
	}

	.nav-main-links li {
		text-align: center;
	}

	.nav-main-links li a {
		padding: .5rem;
	}
	
	.nav-main-links.active {
		display: flex;
		margin-bottom: 8px;
	}

	.nav-main-links.active a:before {
		width: 30%;
		left: 35%;
		bottom: 7px;
	}

	.home-grid-container {
		grid-template-columns: 1fr;
	}

	.about-flex-content img {
		float: none;
		max-width: 250px;
  }
  
  .podcast-grid-container {
		grid-template-columns: 1fr;
	}

	.podcast-main h1 {
		grid-column: 1;
	}

	.podcast-h2 {
		font-size: 1.5rem;
	}

	.podcast-desc {
		font-size: 1rem;
	}

	.donations-flex-item {
		width: 100%;
	}

	.about-flex-content p {
		text-align: center;
		font-size: 1rem;
	}
}