*{
	margin: 0;
	padding: 0;
}

html,
body{
	height: 100%;
	--ani-load-time: 400ms;
}

body{
}

.ph-space{
	position: absolute;
	top: 120px;
	display: table;
	width: 100%;
	height: inherit;
	min-height: 1080px;
	color: #fff;
	/*background: url(../uploads/7215847534646788096_n.jpg) no-repeat center center;
	/*-webkit-background-size: cover;
	/*background-size: cover;	*/
}

.ph-item{		
	display: table-cell;
	width: 100%;
	height: inherit;
	text-align: center;
	vertical-align: middle;
}

.pg-content{
	min-height: 768px;
	margin: 10%;
	margin-top: 50px;
	margin-bottom: 0;
	min-width: 600px;
	max-width: 1600px;
	display:flex;
	flex-direction: column;
	justify-self: center;
}

.pg-title{
	width:100%;
	justify-content: left;
	padding-bottom: 10px;
}

.show-banner{
	width: 100%;
	height: 400px !important;
	background-image: url(../assets/banners/12.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  }

  .pg-main{
	  /*position:relative;*/
  }

.sponsor-wrapper, .sponsor-wrapper-right {
	display: flex;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 70px;
}

  .platinum-sponsor {
	display:flex;
	max-width:1200px;

 }

 .sponsor-wrapper-right {
	 justify-content: right;
 }

 
.sponsor-vid{
    box-shadow: 0 10px 10px rgba(0,0,0,0.5);
	max-height: 700px;
	margin:auto;
/*	animation-name: scale-img;
	animation-duration: var(--ani-load-time);
	animation-timing-function: ease-in;
*/
}

.sponsor-vid img{
	max-width: 450px;
	max-height: 275px;
}

#sponsor2 .sponsor-vid img {
	max-width: 400px;
	max-height:700px;
	width:400px;
	height: auto;

}

.sponsor-text{
	display: flex;
	flex-direction: column;
}

.animated-vid {
	transform: scale(50%);
	opacity:.5;
	transition: transform 4s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out;
	will-change: transform, opacity;
}

.animated-vid.is-visible {
	opacity: 1;
	transform: scale(100%);
}

.sponsor-text{
	margin-left: 30px;
}

.animated-text {
	transform: translateY(-40px);
	opacity: 0.5;
	transition: transform 4s .25s cubic-bezier(0,1,0.3,1), opacity .3s .25s ease-out;
	will-change: transform, opacity;
}

.animated-text.is-visible {
	opacity: 1;
	transform: translateY(0px); 
}

.sponsor-wrapper-right .platinum-sponsor .sponsor-text{
	margin-right: 30px;
}

.sponsor-name{
	color: var(--acym-blue);
	font-size: 24px;
}

/*.sponsor-vid.animated-vid.show-on-scroll.is-visible a {
	display:inline-block;
	height: 0px;
} */

.sponsor-vid.animated-vid.show-on-scroll.is-visible img {
	position:relative;
	top:5.6px;
}

hr{
	height: 1px;
}

.sponsor-writeup{
	color:#092c47;
	font-family: 'Helvetica';
	text-align: justify;
	margin-top: 40px;
/*	animation: writeup-load var(--ani-load-time) ease-in;*/
}

.sponsor-link{

}

.lnk-signup {
	margin-top:100px;
	text-align: center;
}

.lnk-signup a{
	margin:auto;
	text-decoration: underline;
	color: #1588be;
}

.opportunities {
	display:flex;
	margin-top: 200px;
	width:100%;
	justify-content: space-between;	
}

.opportunities-heading {
	width:100%;
	justify-content: center;
	padding-bottom: 10px;
}

.opportunities-heading h1{
	font-size: 47px;
}

.opportunities-list {
	display: flex;
	flex-direction: column;
	flex-basis:auto;
	justify-content: center;
	
}


.list-options {
	display:flex;
	justify-content: space-around;
	margin-top: 30px;
}

.opportunities-list ul{
	justify-content: center;
	max-width: 300px;
}

.opportunities-list ul li{
	height: 25px;
	margin-bottom: 5px;
}




.opportunities-info {
	flex-basis:600px;
	max-width: 600px;
}

.opportunities-info div{
	margin-top: 25px;
}


.pg-nav {
	position: -webkit-sticky;
	position: sticky;
	bottom:0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	display: flex;
	width:100%;
	justify-content:center;
	box-sizing: border-box;
}

.nav-lnk {
	margin: 0 10px 0 10px;
	padding: 10px;
	font-size: 20px;
}

.pg-nav a,
.pg-nav a:before,
.pg-nav a:after {
	box-sizing: border-box;
	display:block;
	background-color: #d9dad2;
	border:darkslategrey;
	text-decoration: none;
	border-radius: 18px;
	padding-left: 20px;
	padding-right: 20px;
	color:rgba(0,0,0,0.5);

}

.pg-nav a:active {
	color:black;
	background-color: #1588be;
}

/*
@keyframes scale-img {
	0%{
		transform: scale(50%);
	}

	100%{
		transform: scale(100%);
	}
}

@keyframes writeup-load {
	0%{
		transform: translateY(-30px);
		opacity:0;
	}

	100%{
		transform: translateY(0px);
		opacity:1;
	}
}
*/


@media only screen and (max-width: 700px) {
	.pg-content{
		min-width: 200px;
	}
	.sponsor-wrapper .platinum-sponsor{
		flex-direction: column;
		width:100%;
	}

	.sponsor-wrapper-right .platinum-sponsor{
		flex-direction: column-reverse;
		width:100%;
	}

	.platinum-sponsor .sponsor-text{
		margin-left: 0;
		margin-top: 30px;
	}

	.sponsor-wrapper-right .platinum-sponsor .sponsor-text{
		margin-right: 0;
	}
	
	.platinum-sponsor .sponsor-name{
		text-align: center;
	}
}

@media only screen and (max-width: 380px) {
	.sponsor-vid img{
		max-width:80vw;
		height: auto;
	}
}