* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}

	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

.icePageContainer1 {
	width: 100%;
	float: left;
}

.icePageContainer2 {
	width: 100%;
	float: left;
	position: relative;
}

.icePageDown {
	float: left;
	margin-top: 80px;
	margin-bottom: 100px;
	margin-left: calc(50% - 50px);
	width: 100px;
	opacity: 0.1;
	cursor: pointer;
	transition: all 0.3s ease;
}

.icePageDown:hover {
	opacity: 0.4;
}

#icePageOne {
	width: 100%;
	float: left;
}

.lightning {
	position: absolute;
	top: 30vw;
	left: 90px;
	width: 340px;
}

.notes {
	position: absolute;
	top: 30vw;
	right: 0;
	width: 330px;
}

.iceHeaderContainer {
	width: 100%;
	height: 30vw;
	margin-bottom: 7px;
	background-size: cover;
	background-position: center;
	background-image: url("../img/ice/top-bg.jpg");
	background-repeat: no-repeat;
}

.iceHeader {
	width: 100%;
	height: 160px;
	position: absolute;
	text-align: center;
}

.iceHeader2 {
	width: 100%;
	height: 160px;
	position: absolute;
	text-align: center;
	border-top: 6px solid #d4ccdc;
	box-shadow: inset 0 40px 33px -10px #3a1f5aa3;
}

.iceLogo1 {
	position: absolute;
	left: 0;
	margin-left: 33px;
	margin-top: 43px;
	width: 320px;
}

.iceLogoPurple {
	position: absolute;
	left: 0;
	margin-left: 40px;
	margin-top: 55px;
	width: 290px;
}

.nolimitcityLogo {
	padding-top: 200px;
	width: 910px;
}

.iceArrowDown {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-top: 16px;
	cursor: pointer;
	pointer-events: all;
	background-size: cover;
	background-image: url("../img/site-img/ice-arrow.png");
	transition: all 0.3s ease;
}

.iceInfo {
	text-align: center;
	margin-left: calc(50% - 400px);
	width: 800px;
	float: left;
}

.iceInfo .iceInfoText {
	color: #773fb2;
	font-size: 3rem;
}

.iceInfoTextPageDown {
	color: #552c85;
	font-size: 1.5rem;
	margin-top: 90px;
	margin-bottom: -40px;
	float: left;
	width: 100%;
	text-align: center;
}


#icePageTwo {
	width: 100%;
	float: left;
}

.gameController {
	position: absolute;
	right: 0;
	width: 350px;
	margin-top: 70px;
}

.spaceArcade {
	position: absolute;
	left: 0;
	width: 440px;
	margin-top: -80px;
	pointer-events: none;
}

.crewInfo {
	width: 970px;
	margin-left: calc(50% - 485px);
	text-align: center;
}

.crewInfo p {
	font-size: 1.2rem;
	margin-bottom: 50px;
}

.h1ice {
	color: #542887;
	font-size: 3rem;
	font-weight: 800;
	padding-bottom: 10px;
	padding-top: 30px;
}

.crew {
	width: 100%;
	margin-top: 1vh;
	margin-bottom: 1vh;
	color: #552c85;
	font-size: 1.2vmin;
}

.crew ul {
	text-align: center;
}

.crew ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 17%;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 0.2%;
	margin-right: 0.2%;
	margin-bottom: 0.6%;
	box-shadow: 0px 2px 4px 0px rgba(16, 35, 64, 0.20);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(16, 35, 64, 0.20);
	-moz-box-shadow: 0px 2px 4px 0px rgba(16, 35, 64, 0.20);
	transition: all 0.3s ease;
}

.crew ul li .peopleImg {
	padding-top: 5%;
	width: 90%;
	filter: grayscale(100%);
	transition: all 0.3s ease;
}

.crew ul li:hover {
	box-shadow: 0px 15px 50px rgba(16, 35, 64, 0.3);
	-webkit-box-shadow: 0px 15px 50px rgba(16, 35, 64, 0.3);
	-moz-box-shadow: 0px 15px 50px rgba(16, 35, 64, 0.3);
}

.crew ul li:hover .peopleImg, .crew ul li:hover .crewTitle {
	opacity: 0;
}

.crewTitle {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1rem;
}

.crew ul li span {
	font-weight: 600;
}

.crewCardInfo {
	position: absolute;
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
	margin-top: 170%;
	overflow: hidden;
	text-align: left;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgb(82, 39, 131); /* Old browsers */
	background: linear-gradient(to bottom, rgba(82, 39, 131, 1) 0%, rgba(74, 36, 119, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#522783', endColorstr='#4a2477', GradientType=0);
	transition: all 0.2s ease-out;
	transition-delay: 0.1s;
}

.crew ul li:hover .crewCardInfo {
	margin-top: 0;
}

.crew ul li:hover .crewCardInfo h4, .crew ul li:hover .crewCardContact {
	opacity: 1;
}

.crew ul li:hover .crewCardInfo p {
	opacity: 0.7;
}

.crewCardInfo h4 {
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 300;
	display: block;
	padding: 10% 10% 3% 10%;
	opacity: 0;
	transition: all 0.2s ease;
	transition-delay: 0.3s;
}

.crewCardInfo p {
	color: #fff;
	padding: 0 10%;
	font-size: 1rem;
	opacity: 0;
	transition: all 0.2s ease;
	transition-delay: 0.3s;
}

.crewCardContact {
	position: absolute;
	bottom: 5%;
	opacity: 0;
	transition: all 0.2s ease;
	transition-delay: 0.3s;
}

.crewCardContact p {
	margin-top: 3%;
	font-style: italic;
}

.crewCardInfo a:link {
	color: #fff;
	font-size: 1rem;
}

.crew ul li img.emailImg {
	width: 11%;
	vertical-align: -2px;
	padding-left: 10%;
	padding-right: 3%;
}


#icePageThree {
	width: 100%;
	float: left;
}

.iceHeaderContainerPage3 {
	width: 100%;
	height: 740px;
	margin-bottom: 7px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/ice/location.jpg);
	background-repeat: no-repeat;
	box-shadow: inset 0 -27px 30px -10px #3a1f5a;
}

.thumb {
	position: absolute;
	left: -60px;
	margin-top: -180px;
	width: 540px;
}

.chili {
	position: absolute;
	right: 0;
	width: 220px;
	margin-top: 80px;
}

.showMap {
	width: 100%;
	margin-top: 390px;
}

.showMap p {
	width: 280px;
	padding: 0.7rem 5rem;
	background-color: #3a1e5a;
	border-radius: 10rem;
	margin: 0 auto;
	color: #f9f803;
	font-style: italic;
	font-size: 2.2rem;
}

.pinPoint {
	width: 85px;
	margin-bottom: -60px;
	margin-right: -360px;
}

#icePageFour {
	width: 100%;
	float: left;
}

.iceHeaderContainerPage4 {
	width: 100%;
}

.iceFooter {
	width: 460px;
	margin-left: calc(50% - 230px);
	margin-top: 30px;
}

.clown {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 290px;
}

.iceFooter ul {

}

.iceFooter ul li {
	list-style: none;
	margin-bottom: 20px;
}

.iceFooter ul li img {
	width: 60px;
}

.iceFooter ul li p {
	display: inline;
	vertical-align: 1rem;
	font-size: 2.2rem;
	color: #000000;
	margin-left: 26px;
	font-style: initial;
	font-weight: 300;
}

.iceContact {
	margin-top: 70px;
	padding-bottom: 70px;
}

.iceContact p {
	color: #000000;
	font-size: 1.2rem;
}

.iceFooterLogo {
	width: 200px;
	margin-left: calc(50% - 100px);
	margin-top: 10px;
}


@media only screen and (max-width: 1690px) and (min-width: 100px) {
	.lightning {
		left: -30px;
	}

	.notes {
		right: -60px;
	}

	.gameController {
		width: 290px;
		right: -30px;
	}

	.spaceArcade {
		width: 360px;
	}

	.chili {
		width: 190px;
	}

	.thumb {
		margin-top: -140px;
		width: 460px;
	}

	.crewCardInfo p {
		font-size: 0.9rem;
	}

	.crewCardInfo a:link {
		font-size: 0.9rem;
	}
}

@media only screen and (max-width: 1500px) and (min-width: 100px) {
	.crewInfo {
		width: 760px;
		margin-left: calc(50% - 380px);
	}

	.crew ul {
		width: 800px;
		margin-left: calc(50% - 400px);
	}

	.crew ul li {
		width: 30%;
		margin-left: 0.6%;
		margin-right: 0.6%;
		margin-bottom: 1.2%;
	}
}

@media only screen and (max-width: 1400px) and (min-width: 100px) {

	.lightning {
		left: -10px;
		width: 290px;
		top: 420px;
	}

	.notes {
		right: -50px;
		top: 410px;
		width: 300px;
	}

	.gameController {
		width: 240px;
	}

	.iceHeaderContainerPage3 {
		height: 580px;
	}

	.showMap {
		margin-top: 320px;
	}

	.chili {
		width: 150px;
		margin-top: 50px;
	}

	.clown {
		width: 240px;
	}

	.nolimitcityLogo {
		padding-top: 180px;
		width: 710px;
	}

	.iceLogo1 {
		width: 250px;
	}

	.iceInfo {
		margin-left: calc(50% - 330px);
		width: 660px;
	}

	.iceInfo .iceInfoText {
		font-size: 2.2rem;
	}

}

@media only screen and (max-width: 1190px) and (min-width: 100px) {
	.iceLogo1 {
		width: 250px;
	}

	.notes {
		width: 250px;
	}

	.lightning {
		width: 240px;
	}

	.gameController {
		display: none;
	}

	.iceHeaderContainerPage3 {
		height: 510px;
	}

	.showMap {
		margin-top: 295px;
	}

	.showMap p {
		font-size: 1.6rem;
	}

	.pinPoint {
		width: 65px;
		margin-bottom: -50px;
	}

	.thumb {
		margin-top: -110px;
		width: 370px;
	}
}

@media only screen and (max-width: 1025px) and (min-width: 100px) {
	.icePageDown {
		margin-left: calc(50% - 40px);
		width: 80px;
	}

	.lightning {
		left: -70px;
	}

	.notes {
		right: -90px;
	}

	.iceLogo1 {
		width: 210px;
	}

	.nolimitcityLogo {
		width: 630px;
	}

	.iceInfo {
		margin-left: 20%;
		width: 60%;
	}

	.iceInfo .iceInfoText {
		font-size: 2rem;
	}

	.crewInfo {
		width: 600px;
		margin-left: calc(50% - 300px);
	}

	#icePageFour {
		margin-bottom: 50px;
	}

	.crew ul li {
		width: 24%;
	}

	.clown {
		display: none;
	}

	.spaceArcade {
		display: none;
	}

	.chili {
		display: none;
	}

	.thumb {
		display: none;
	}
}

@media only screen and (max-width: 900px) and (min-width: 100px) {
	.iceInfo .iceInfoText {
		font-size: 1.7rem;
	}
}

@media only screen and (max-width: 780px) and (min-width: 100px) {

	.lightning {
		display: none;
	}

	.notes {
		display: none;
	}

	.hideOnMobile {
		display: none;
	}

	.iceLogo1 {
		width: 210px;
		margin-left: calc(50% - 105px);
		margin-top: 43px;
	}

	.nolimitcityLogo {
		width: 500px;
	}

	.iceInfo .iceInfoText {
		font-size: 2rem;
	}

	#icePageFour {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 670px) and (min-width: 100px) {
	.h1ice {
		font-size: 2.6rem;
	}

	.crewInfo {
		width: 80%;
		margin-left: 10%;
	}

	.crew ul {
		width: 100%;
		margin-left: 0;
	}

	.crew ul li {
		width: 34%;
	}
}

@media only screen and (max-width: 594px) and (min-width: 100px) {

	.h1ice {
		font-size: 2.2rem;
	}

	.nolimitcityLogo {
		width: 80%;
	}

	.iceInfo .iceInfoText {
		font-size: 1.6rem;
		padding-top: 50px;
	}

	.iceInfoTextPageDown {
		font-size: 1.2rem;
		margin-top: 50px;
	}

	.crew ul li {
		width: 44%;
	}

	.iceHeaderContainerPage3 {
		height: 470px;
	}

	.showMap {
		margin-top: 255px;
	}

	.showMap p {
		width: 200px;
	}

	.pinPoint {
		margin-right: -280px;
	}

	.iceFooter {
		width: 80%;
		margin-left: 10%;
		margin-top: 70px;
	}

	.iceFooter ul li p {
		font-size: 1.8rem;
	}

	.iceFooter ul li img {
		width: 57px;
	}

	.iceContact {
		margin-top: 80px;
		padding-bottom: 100px;
	}

	.iceFooterLogo {
		width: 160px;
		margin-left: calc(50% - 80px);
	}
}

@media only screen and (max-width: 390px) and (min-width: 100px) {
	.crew ul li {
		width: 60%;
	}

	.showMap p {
		width: 60%;
		padding: 3% 10%;
		font-size: 1.2rem;
	}

	.pinPoint {
		margin-right: -60%;
		width: 49px;
		margin-bottom: -36px;
	}
}
