.welcome:before {
	content: "WELCOME TO COAH";
	color: #2d86fb !important;
	display: block;
	color: white;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 24px;
	text-align: center;
}

.current-series, .family {
	background-color: #033e8c;
	color: white;
	position: relative;
	z-index: 1;
}

.current-series:before, .family:before {
	content: "LATEST MESSAGE";
	color: #aacefd !important;
	display: block;
	color: white;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 24px;
	text-align: center;
}

.family a {
	border: 2px solid white;
	color: white;
	display: inline-block;
	margin-top: 24px;
	padding: 16px 32px;
	transition-duration: 0.4s;
	transition-property: background-color, color;
	transition-timing-function: ease;
	text-decoration: none;
}

.family a:focus, .family a:hover {
	color: #2d86fb;
	background-color: white;
}

.family a + a {
	margin-left: 24px;	
}

.family:before {
	content: "FOR YOUR FAMILY";
}

.family img {
	width: auto;
	height: 200px;
}

.current-series a {
	font-size: 120%;
	transition: opacity 0.25s linear;	
}

.current-series a:hover, .current-series:focus {
	opacity: 0.65;
}

.current-series h4 {
	color: #aacefd;
}

.current-series img {
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.5);
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.save-the-date [role="gridcell"] {
	background-color: rgba(0,0,0,70%);
	box-sizing: border-box;
	border-radius: 20px;
	color: white !important;
	padding: 4rem 3rem;
}

.video-banner {
	max-height: 100vh;
	overflow: hidden;
	position: relative;
}

.video-banner.embedded {
	padding-top: 56.25%;
}

.video-banner video, .video-banner iframe {
	height: auto;
	width: 100%;
}

.video-banner iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.video-banner section {
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	color: white;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;

	align-items: center;
	display: flex;
	justify-content: center;
}

.video-banner section > div {
	font-size: 64px;
	padding: 32px;
	text-align: center;
}

main .video-banner section p {
	font-weight: 700;
}

.events [role="gridcell"] {
	background-color: #eaeaea;	
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.4);
}

.events:before, .groups:before {
	content: "NEWS & EVENTS";
	color: #2d86fb;
	display: block;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 24px;
}

.groups a {
	border: 2px solid #2d86fb;
	color: #2d86fb;
	display: inline-block;
	margin-top: 24px;
	padding: 16px 32px;
	transition-duration: 0.4s;
	transition-property: background-color, color;
	transition-timing-function: ease;
	text-decoration: none;
}

.groups a:focus, .groups a:hover {
	background-color: #2d86fb;
	color: white;
}

.groups a + a {
	margin-left: 24px;	
}

.groups:before {
	content: "CITY GROUPS";
}

.groups h4 {
	color: #2d86fb;	
}

.groups h5 {
	font-weight: 400;
	line-height: 1.725;
}

.events [role="gridcell"] img {
	border-bottom: 6px solid #033e8c;
	height: auto;
	margin-bottom: 10px;
	padding: 0 !important;
	width: 100%;
}

.events [role="gridcell"] > * {
	padding: 0 16px;	
}

.events [role="gridcell"] > *:first-child {
	padding: 0;	
}

.events a {
	border: 2px solid #033e8c;
	background-color: #033e8c;
	color: white;
	display: block;
	margin-top: 24px;
	padding: 8px 24px;
	transition-duration: 0.4s;
	transition-property: background-color, color;
	transition-timing-function: ease;
	text-decoration: none;
}

.events a:focus, .events a:hover {
	background-color: white;
	color: #033e8c;
}

.events a + a {
	margin-left: 24px;	
}

.events [role="gridcell"] {
	padding-bottom: 16px;
}

.giving {
	background-color: #00bbee;
	color: white;
}

.giving:before {
	content: "ONLINE GIVING";
	color: #bbf0ff !important;
	display: block;
	color: white;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 24px;
	text-align: center;
}

.giving h5 {
	font-weight: 400;
	line-height: 1.725;
}

.giving a {
	border: 2px solid white;
	color: white;
	display: inline-block;
	margin-top: 24px;
	padding: 16px 32px;
	transition-duration: 0.4s;
	transition-property: background-color, color;
	transition-timing-function: ease;
	text-decoration: none;
}

.giving a:focus, .giving a:hover {
	color: #00bbee;
	background-color: white;
}

.giving a + a {
	margin-left: 24px;	
}

@media (max-width: 568px) {
	.giving:before, .events:before, .groups:before, .family:before, .current-series:before, .welcome:before {
		font-size: 24px;	
	}
	
	main .video-banner section p {
		font-size: 32px;	
	}
	
	section a {
		display: block !important;
	}
	
	section a ~ a {
		margin-left: 0 !important;
		margin-top: 10px !important;
	}
}