@charset "utf-8";
/* Starfall Demo Index Cloud and Logo CSS */

@font-face {
	font-family: 'Starlight Bold';
	src: url('/gi/_font/StarfallvBP/vrzb___starbold-webfont.woff');
}

/*----------------------- GLOBAL STYLES ----------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	color: #003333;
	font-family: 'Starlight Bold';
	line-height: 1.2em;
	margin-bottom: 70px; /*NEEDED FOR STICKY FOOTER */
}
.overlayBack img {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	height:100px;
	width:100px;
}
.starfall-logo {
	height: 70px; /* MUST BE SAME HEIGHT AS BODY MARGIN-BOTTOM */
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	padding: 30px 20px 0 0;
}
.starfall-logo img {
	width: 100px;
}
a:hover {
	color: #003333;
	text-decoration: none;
}
.shadow {
	filter: drop-shadow(2px 2px 2px grey);
}

/*----------------------- SUB INDEX GLOBAL STYLES -----------------------*/
.link-container {
	margin: 20px 0 0px;
}

.subindex-header img {
	width: 50%;
}

.subindex-row {
	text-align: center;
}
.subindex-row img {
	display: block;
	width: 60%;
	margin: 0 auto;
}
.subindex-row a {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin: 20px auto 0px;
	display: block;
}
.subindex-row a p {
	margin: 10px 5px 0px;
	font-size: 25px;
	line-height: 32px;
}

@media (min-width: 1300px) {
	.container {
		max-width: 90%;
	}
}

@media (max-width: 1200px) {
	.subindex-row a {
		width: 70%;
	}
	.subindex-row a p {
		font-size: 22px;
	}

}

@media (max-width: 992px) {
	.subindex-row a {
		width: 90%;
	}
}

@media (max-width: 768px) {
	.overlayBack img {
		height:65px;
		width:65px;
	}
	.subindex-header img {
		width: 80%;
	}
	.subindex-row a {
		width: 95%;
	}
	.subindex-row a p {
		font-size: 25px;
		line-height: 30px;
	}
	.subindex-row img {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.subindex-row a p {
		margin-top: 20px;
	}

}
