@charset "UTF-8";

/* CSS Document */


/*Alternate Gothic ATF Semilight
font-family: alternate-gothic-atf,sans-serif;
font-weight: 200; 
font-style: normal;

Alternate Gothic ATF Regular
font-family: alternate-gothic-atf,sans-serif;
font-weight: 400;
font-style: normal;

Alternate Gothic ATF Bold
font-family: alternate-gothic-atf,sans-serif;
font-weight: 700;
font-style: normal;

Alternate Gothic ATF Heavy
font-family: alternate-gothic-atf,sans-serif;
font-weight: 800;
font-style: normal;
*/


/* Make the body 100% of the browser viewport height */

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: alternate-gothic-atf, Helvetica, Arial, sans-serif;
	font-weight: 400;
}

body {
	overflow-x: hidden;
}

p {
	font-size: 1.6em;
	text-align: left;
}

img {
	max-width: 100%;
	height: auto;
}

a,
a:link,
a:active,
a:visited {
	color: #ff7300;
}

a:hover {
	text-decoration: underline;
}

.slide__description a, .slide__description a:link, .slide__description a:active, .slide__description a:visited {
	/*text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);*/
	background-color: #ff7300;
    color: white;
    padding: 0 2px;
	transition: all .4s ease;
}

.slide__description a:hover {
	/*text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);*/
	background-color: #4f2c1d;
}


/* Make each section 100% of the browser viewport height */

section#home,
section.slide {
	height: 100%;
	color: white;
	position: relative;
	text-align: center;
	background-position: top left;
	background-size: cover;
}

svg#yir-logo {
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 30px 0;
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1.0;
	}
}

svg #BGSU {
	opacity: 0;
	animation-name: fade;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 2s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

svg #public-good {
	opacity: 0;
	animation-name: fade;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 2.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

.slide__inner {
	display: flex;
	height: 100vh;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}

.slide__inner--center {
	align-items: center;
}

.slide__inner--top {
	justify-content: flex-start;
}

.slide__inner--top .slide__title {
	padding: 5% 0 0 0;
}

.slide__inner--bottom {
	justify-content: flex-end;
}

.slide__inner--right {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.65) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
	/* IE6-9 */
	align-items: flex-end;
}

.slide__inner--left {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+1,0+53 */
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
	/* IE6-9 */
	align-items: flex-start;
}

#home .slide__inner {
	padding: 0;
}

.scroll-downs {
	/* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;*/
	margin: 0 auto;
	width: 34px;
	height: 55px;
}

.mousey {
	width: 3px;
	padding: 10px 15px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
}

.scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}

@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(15px);
		opacity: 0;
	}
}

.slide__title {
	font-weight: 800;
	font-size: 4em;
	margin: 0 5% 10px 5%;
	line-height: 95%;
	max-width: 30%;
	text-align: left;
	z-index: 3;
}

h1.slide__title {
	margin: 0;
	max-width: none;
	text-align: center;
}

.slide__description, .share-news {
	margin: 0 5% 20px 5%;
	font-size: 1.5em;
	line-height: 130%;
	max-width: 30%;
	text-align: left;
	z-index: 3;
}

.slide__description em,
.slide__description--emphasis,
.share-news em{
	font-style: normal;
	font-weight: 800;
	color: #f5e7d8;
	letter-spacing: 1px;
}

.slide__inner--center.slide__inner--top .slide__description,
.slide__inner--center.slide__inner--top .slide__title,
.share-news{
	max-width: none;
}

.share-news{
	padding:0;
	margin:0 0 20px 0;
	font-size: 1.7em;
}

#home .slide__description {
	max-width: unset;
	font-size: 1.5em;
	line-height: 120%;
}

#home .slide__description--emphasis {
	/*font-size: 2.5em;*/
	font-weight: 800;
	font-style: normal;
}

.edugate .slide__description,
.edugate .slide__title {
	max-width: 50%
}

#more-stories {
	background: url('//www.bgsu.edu/content/dam/BGSU/covid/forward-falcons/brown-university-hall.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 40px;
}

#more-stories .slide__title,
#more-stories .slide__description {
	max-width: unset;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	color: #fff;
}

#more-stories .slide__title {
	padding: 10vh 0 2.5vh 0;
}

#more-stories .slide__description {
	margin: 10px auto 30px auto;
}

#more-stories p {
	margin: 0 0 20px 0;
	line-height: 1.2;
	font-size: 1.4em;
	margin: 4px 0 20px 0;
}

#more-stories a,
#more-stories a:link,
#more-stories a:active,
#more-stories a:visited {
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
	color: #FFF;
	text-decoration: underline;
	text-decoration-color: #ff7300;
	transition: all .4s ease;
}

#more-stories a:hover {
	color: #ff7300;
	text-decoration: none;
}

.slide__image {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	z-index: -1;
	object-position: center;
}


/* Background images for each section */

section {
	background-repeat: no-repeat;
}

.slide__image--top-left {
	object-position: top left;
}

.slide__image--top-right {
	object-position: top right;
}

#pinContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*-webkit-perspective: 1000;
		        perspective: 1000;*/
}

#slideContainer {
	width: 1000%;
	/* to contain 4 panels, each with 100% of window width */
}

.panel {
	width: 10%;
	/*relative to parent -> 25% of 400% = 100% of window width */
	float: left;
	display: flex;
	height: 100vh;
	flex-direction: column;
}

.panel--center {
	align-items: center;
}

.panel--top {
	justify-content: flex-start;
}

.line-element {
	display: block;
	background-color: #ff7300;
	height: 4px;
	width: 1000%;
	position: absolute;
	top: 50vh;
}

.number-icon {
	width: 100%;
	height: auto;
	max-width: 60vh;
	display: block;
	margin: 0 auto;
}

.numbers-header {
	text-align: center;
	color: #ff7300;
	font-weight: 800;
	font-size: 4em;
	padding: 60px 0 20px 0;
	background:#ffffff;
	z-index:88;
}

footer{
	margin:-90px 0 0 0;
	background:#2e271e;
	padding:60px 0;
	color:#FFF;
}

footer .logo{
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
	max-width:200px;
}

footer h3{
	font-size:2.5em;
	font-weight:800;
	margin:0; 
	padding:0;
	line-height: 89%;
}

footer .row{
	display:flex;
	align-items: center;	
}
@media (max-width: 1440px) {
	
		.slide__title {
		font-size: 3em;
		max-width: 33%;
	}
	.slide__description {
		font-size: 1.3em;
		max-width: 33%;
	}
}



@media (max-width: 992px) {
	.slide__title {
		font-size: 3em;
	}
	
		#home .slide__description {
		font-size: 1.1em;
		margin: 0 20px 10px 20px;
	}
}

@media (max-width: 768px) {
	.slide__title {
		font-size: 1.5em;
		max-width: 33%;
	}
	.slide__description {
		font-size: 1.2em;
		max-width: 33%;
	}
	footer .row{
		display:block;
		align-items: unset;	
	}
	footer .logo{
		margin:0 auto;
	}
	footer h3{
		margin:10px 0;
		text-align:center;
	}
	footer h3, footer .share-news{
		font-size: 1.3em;
		
	}
}

@media(max-width:500px) {
	section.slide {
		background-color: #000;
		background-size: 100%;
		display: block;
		background-position: top center;
	}
	
	.home__image.slide__image{
		display: none;
	}

	.slide__image {
		display: block;
		max-width: 100%;
		height: auto;
		z-index: 1;
		position: static;
	}
	
	svg#yir-logo {
		max-width: 250px;
		width: 100%;
		height: auto;
		margin: 10px auto;
	}
	.slide__title {
		margin: 20px;
		line-height: 95%;
		max-width: unset!important;
		text-align: left;
	}
	.slide__description {
		margin: 0 20px;
		line-height: 130%;
		max-width: unset!important;
		text-align: left;
	}
	.slide__inner {
		display: block;
		background-image: none;
	}
	#more-stories p {
		font-size: 1.1em;
}
	
	.numbers-header {
		font-size: 2.3em;
		padding: 20px 0 0 0;
	}
	section#home .container {
		padding: 0!important;
		/*margin: -70px 0 0 0;*/
	}
	/*section#home .slide__image{z-index:-1; position:absolute;}*/

	#home .action .slide__description{
		font-size: 1.25em;
		line-height:100%;
	}
	
}