/*	Content Page Header Image 
		Interacts with header.php for animation on scroll
	*/
	#ContentHeaderImage-Desktop{
		width: 100vw;
		height: calc(100vw * .2578);
		background-position: center center;
		background-size: cover;
		position: fixed;
		top: 100px;
		transition: .5s;
		border-style: solid;
		border-width: 5px 0 2px 0;
		border-color: #cc6600;
		z-index: 51;
	}
	
	#ContentHeaderImageCaption-Desktop{
		width: 99%;
		position: absolute;
		bottom: 0;
		padding: 3px 0 3px 0;
		margin-right: 1%;
	}

	#ContentHeaderImageShade-Desktop{
		width: 100vw;
		height: 97px;
		position: fixed;
		top: 0;
		transition: 0;
		background-color: #fff;
		opacity: 0;
	}

	#ContentHeaderImage-Mobile{
		width: 100vw;
		height: calc(100vw * .578);
		background-position: center center;
		background-size: cover;
		position: fixed;
		top: 100px;
		transition: .5s;
		border-style: solid;
		border-width: 5px 0 2px 0;
		border-color: #cc6600;
		z-index: 51;
	}
	
	#ContentHeaderImageCaption-Mobile{
		width: 99%;
		position: absolute;
		bottom: 0;
		padding: 3px 0 3px 0;
		margin-right: 1%;
	}

	#ContentHeaderImageShade-Mobile{
		width: 100vw;
		height: 97px;
		position: fixed;
		top: 0px;
		transition: 0;
		background-color: #fff;
		opacity: 0;
	}

	#headerLogo{
		padding: 0;
		width: 100px;
		transition: .5s;
	}

	#headerLogo:hover{
		background-color: #555;
	}

/** Menu **/
#homeIconMenu{
	width: 50px;
	height: 50px;
	margin-left: calc(50% - 25px);
	margin-right: calc(50% - 25px);
}

/* In page image setup */
@media screen and (max-width: 760px){
	.centerImage{
		display: block;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
		
	.floatRightImage{
		display: none;
	}
	
	.floatLeftImage{
		display: none;
	}
	
	.float-MobileReplacement{
		display: block;
		width: 80%;
		margin-left: 10%;
		height: 200px;
		margin-top: 15px;
		margin-bottom: 15px;
		background-position: center center;
		background-size: cover;
	}
	
	.float-MobileReplacement-60{
		display: block;
		width: 60%;
		margin-left: 20%;
		margin-top: 15px;
		margin-bottom: 15px;
		background-position: center center;
		background-size: cover;
	}
}

@media screen and (min-width: 761px){
	.centerImage{
		display: block;
		width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
		
	.floatRightImage{
		width: 45%;
		float: right;
		margin-left: 15px;
	}
	
	.floatLeftImage{
		width: 45%;
		float: left;
		margin-right: 15px;
	}
		
	.float-MobileReplacement{
		display: none;
	}
	
	.float-MobileReplacement-60{
		display: none;
	}
}
	
/** Images in Columns **/
@media only screen and (max-width: 760px) {
	.columnImage{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
}

@media only screen and (min-width: 761px) {
	.columnImage{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media only screen and (max-width: 400px) {
	.centerImageSmall{
		display: block;
		width: 75%;
		margin-left: 12.5%;
		margin-right: 12.5%;
	}
}

@media only screen and (min-width: 401px) {
	.centerImageSmall{
		display: block;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

.fill-div-photo {
	width: 100%;
	height: auto;	
}