.splash {
	background-image: url("img/BANNER.jpg");
	background-position: 46% 40%;
	height: 100vh;
}

.immersive {
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .8;
}

.over-background-container{
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.logo-container{
	display: inline-block;
	width: 60%;
	position: relative;
	top: 10%;
}

#logo {
	margin: 0 auto;
}

#icon {
	width: 32px;
}

.page-header-container{
	position: relative;
	top: 10%;
}

h1 {
	font-family: 'Graduate', cursive;
	font-size: 44px;
}

.page-header-container > h1, h1.headline, h1.section-head{
	text-shadow: 2px 2px 4px #333;
	color: black;
}

.page-header-container > h1{
	text-align: center;
}

#title{
	font-size: 5px;
}

#subtitle {
	font-size: 32px;
}

.sticky-pic-container {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: 60vh;
	margin: 0 auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sticky-pic {
	height: 95%;
	width: 100%;
	opacity: 0.8;
	object-fit: cover;
}

.banner-container {
	height: 40vh;
	margin: 20px 0;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
}

.banner-container:hover{
	opacity: 1;
}

.headline-container{
	height: 100%;
}

.headline-row {
	height: 100%;
}

.headline-left {
	text-align: left;
}

.headline-right {
	text-align: left;
}

.nodecor{
	border-width: 0;
	text-decoration: none;
}
.nodecor:hover{
	text-decoration: none;
	text-decoration-color: black;
}

.nodecor:focus{
	text-decoration: none;
}

.banner-body{
	display: none;
}

h2.title, h4.subtitle{
	font-family: 'Lato';
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}

h2.title{
	font-size: 1.7rem;
}

h4.subtitle{
	font-size: 1.3rem;
	padding-bottom: 20px;
}

p.photo-credit{
	font-family: 'Lato';
	font-weight: 300;
	text-align: right;
}

.section-head {
	text-align: center;
}

#qb-pic{
	background-image: url("img/laxbannernew.jpg");
	background-position: 10% 15%;
}

#rb-pic{
	background-image: url("img/baseballbanner.jpg");
	background-position: 50% 43%;
}

#wr-pic{
	background-image: url("img/softballbanner.jpg");
	background-position: 50% 40%;
}

#ol-pic{
	background-image: url("img/wtennisbannernew2.jpg");
	background-position: 20% 65%;
}

#dl-pic{
	background-image: url("img/mtennisbanner2.jpg");
	background-position: 50% 40%;
}

#lb-pic{
	background-image: url("img/wgolfbanner.jpg");
	background-position: 50% 55%;
}

#db-pic{
	background-image: url("img/mgolfbanner.jpg");
	background-position: 50% 15%;
}

/*#st-pic{
	background-image: url("img/STbanner.jpg");
	background-position: 50% 65%;
}*/

#wr-side{
	object-position: 50% 40%
}

#dl-side{
	object-position: 20% 25%;
}

#lb-side{
	object-position: 50% 20%;
}

p {
	font-family: "Georgia";
	font-size: 15.6px;
	line-height: 22px;
}

.navbar, .dropdown-item {
	font-family: "Lato";
	text-transform: uppercase;
}

#contributed{
	margin-left: 15px;
}

/* credits */

.credits {
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	font-family: 'Lato';
	padding: 20px 0;
	overflow: auto;
	color: black;
}

.credit {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	min-height: 80px;
}

.pos {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
}

.name {
	font-size: 14px;
	font-weight: 400;
}

/* footer */

footer {
	color: white;
	background: black;
	padding-top: 10px;
	padding-bottom: 3px;
}

footer img {
	height: 20px;
}

.wrapper {
	width: 100%;
	clear: both;
}

@media only screen and (min-width: 600px) {
    /* For desktop: */
    .logo-container{
    	width: 40%;
    }
    .banner-container {
		height: 350px;
		margin: 30px 0;
	}

	.headline-right{
		text-align: right
	}

	.sticky-pic-container{
		height: 100vh;
	}

	h1{
		font-size: 60px;
	}

	#title {
		font-size: 96px;
	}

	.page-header-container{
		top: 1%;
	}

	.name {
		font-size: 20px;
	}

	p{
		font-size: 18px;
		line-height: 27px;
	}
}

@media only screen and (min-width: 768px){
	.sticky-pic-container{
		height: 90vh;
		top: 10vh;
		padding-left: 15px;
		padding-right: 15px;
	}
}