/* framework/styles/style.css 100311 */

/* Use this area for global styles. */

a:focus {
	outline: none;
}

.clearBoth {
	clear:	both;
}

.alignLeft {
	text-align:	left;
}

.alignCenter {
	text-align:	center;
}

.alignRight {
	text-align:	right;
}

.justify {
	text-align:	justify;
}

label {
	display: block;
	margin-bottom: 5px;
}
input, textarea {
	margin-bottom: 10px;
	padding: 5px;
	width: 300px;
}
form {
	margin-top: 2rem;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.hidden {
	display: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}


.container {
	width: 1366px;
	margin: auto;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
min-width:1200px;
}


h1 {
	font-family: "Museo-Slab";
	text-transform: uppercase;
	font-weight: normal;	
}

/* Main Skin */

body {
	font-family: "Museo-sans";
	background: url("/images/white_wall_hash.png");
}


.btn{
	padding: .5em 1em;
	margin-top: .5em;
	color: white;
	background: #204275;
	border: none;
	font-size: 1.25rem;
}

.btn:hover{
	background: #1a3560;
	cursor: pointer;
}

#cryptLeadCapture {
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #0000004d;
	backdrop-filter: blur(4px);
}

#cryptLeadCapture .box{
	margin: auto;
	padding: 3rem;
	box-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
	background-color: rgb(255 255 255);
	max-width: 32rem;
	position: fixed;
}

#cryptLeadCapture.hidden{
	display: none !important;
}


#cryptLeadCapture::backdrop {
	background-color: #0000004d;
	backdrop-filter: blur(4px);
}

#cryptLeadCapture .close{
	font-size: 1.125rem;
	line-height: 1.75rem;
	position: absolute;
	top: 1rem;
	right: 1.25rem;
	cursor: pointer;
	background: no-repeat;
	border: none;
	font-weight: bold;;
}
#cryptLeadCapture .close:hover {
	color: #204275;
}

/* TOP STATIC BAR */

div.topBar {
	background-color: #000000;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
	z-index: 500;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
min-width:1200px;
}

	div.butterflyTop {
		float: left;
	}
	
	div.setterington {
		float: left;
		padding-top: 0px !important;
	}

	div.erie {
		background-color: #204275;
		float: left;
	}
	
	div.kingsville {
		background-color: #387d3c;
		float: left;
	}
	
	div.russel {
		background-color: #5e200f;
		float: left;
	}
	
	div.topSection {
		height: 78px;
		overflow: hidden;
		padding: 13px 12px;
		color: #ffffff;
		font-family: "Museo-Slab";
		text-transform: uppercase;
		opacity: 0.5;
		-webkit-transition: all ease-in-out 1s;
		-moz-transition: all ease-in-out 1s;
		transition: all ease-in-out 1s;
	}
	
	div.topSection:hover {
		opacity: 1;
		cursor: pointer;
	}
	
		div.topSection a {
			color: #ffffff;
			text-decoration: none;
		}
	
		div.topSection h1 {
			font-size: 26px;
		}
		
	div.phone {
		padding-top: 22px;
		float: right;
		color: #ffffff;
		font-size: 30px;
		font-family: "Museo-Slab";
		text-transform: uppercase;
		font-weight: normal;
	}
	
	div.selected {
		opacity: 1;
	}
	
	
/* MAINPAGE */

div.mainSlider {
	margin-top: 60px;
	background-color: #000000;
	height: 700px;
	overflow: hidden;
	position: relative !important;
	z-index: 100;
}

div.mainSlider img {
	z-index: 100 !important;
}

	div.mainSlider div.slideInfo {
		z-index: 500;
		position: absolute !important;
		bottom: 60px;
		left: 60px;
		color: #ffffff;
	}
	
		div.slideInfo h1 {
			font-size: 60px;
			font-family: "Museo-Slab";
			text-transform: uppercase;
			font-weight: normal;			
		}
		
			div.slideInfo p {
				font-size: 18px;
				line-height: 30px;
			}
	
	
/* FEATURE BOXES */

div.featureLeft, div.featureRight, div.featureCentre {
	height: 380px;
	padding: 45px;
	border-top: 4px solid #ffffff;
	clear: both;
	width: 100%;
}

	div.featureCentre{
		background-image: url("/images/right2.jpg");
	}

	div.featureLeft {
		text-align: right;
	}
	
		div.featureLeft img, div.featureRight img {
			border: 2px solid #ffffff;
			height: 280px;
			width: 450px;
			background-color: #000000;
			box-shadow: 3px 5px 10px rgba(0,0,0,0.5);
		}
		
		div.featureLeft img {
			float: left;
		}
		
		div.featureRight img {
			float: right;
		}

	div.featureRight {
		clear: both;
	}	
	
	div.featureLeft h1, div.featureRight h1, div.featureCentre h1 {
		color: #204275;
		font-size: 50px;
		margin-top: 60px;
	}
	
	div.featureLeft p, div.featureRight p, div.featureCentre p {
		color: #15170e;
		font-size: 18px;
		line-height: 32px;
		width: 650px;
	}

	div.featureLeft a, div.featureRight a, div.featureCentre a {
		color: #204275;
	}
	
	div.featureLeft p {
		float: right;
	}

	div.outdoorCrypt {
		background-image: url("/images/backgrounds/outdoorCryptBg-2.jpg");
	}

	div.interment {
		background-image: url("/images/backgrounds/intermentBg.jpg");		
	}
	
	div.garden {
		background-image: url("/images/backgrounds/gardenBg.jpg");		
	}	
	
	div.mausoleum {
		background-image: url("/images/backgrounds/mausoleumBg.jpg");		
	}	
	
	div.cremation {
		background-image: url("/images/backgrounds/cremationBg.jpg");		
	}	
	
	div.grace {
		background-image: url("/images/backgrounds/graceBg.jpg");		
	}	
	
	div.columbarium {
		background-image: url("/images/backgrounds/columbariumBg.jpg");		
	}	
	
	div.family {
		background-image: url("/images/backgrounds/familyBg.jpg");		
	}
	
	div.glass {
		background-image: url("/images/backgrounds/glassBg.jpg");		
	}	
	
	div.scattering {
		background-image: url("/images/backgrounds/scatteringBg.jpg");		
	}	
	
	div.urns {
		background-image: url("/images/backgrounds/urnsBg.jpg");		
	}
	
	div.butterfly {
		background-image: url("/images/backgrounds/butterflyBg.jpg");		
	}
	
	div.monuments {
		background-image: url("/images/backgrounds/monumentBg.jpg");		
	}	
	
div.footer {
	background-color: #ffffff;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
	padding: 16px;
	font-size: 14px;
	text-align: center;
	position: relative;
	z-index: 500;
min-width:1200px;

}

	div.footer div.container {
		box-shadow: none;
	}
	
	div.footer a {
		color: #204275;
		text-decoration: none;
	}
	

div.about {
				border-top: 4px solid #ffffff;
				background-color: #f0f0f0;
				border-bottom-right-radius: 16px;
				border-bottom-left-radius: 16px;
				padding: 30px;
				box-shadow: inset 0px 0px 20px rgba(0,0,0,0.2);
				border-right: 1px solid #ffffff;
				border-bottom: 1px solid #ffffff;
			}
			
			div.about p.center {
				text-align: center;
			}
			
				div.about p.center a {
					color: #888888;
				}
				
					div.about p.center a:hover {
						color: #444444;
					}
				
			div.about p {
				color: #444444;
				margin-top: 16px;
			}
			
			div.about h2 {
				font-size: 24px;
			}
			
			div.about h1 {
				font-size: 24px;
			}
			
			div.about img.twitter, div.about img.facebook {
				float: right;
			}			
	
	
	
/*@media screen and (max-width: 900px){

.container {
	width: 95%;
	margin: auto;
	position: relative;
}	



	
}

@media screen and (min-width: 901px) and (max-width: 1024px){

.container {
	width: 95%;
	margin: auto;
	position: relative;
}	

div.featureLeft h1, 
div.featureRight h1  {
	font-size: 36px;
	margin-top: 24px;
}

div.featureLeft p,
div.featureRight p {
	font-size: 18px;
	width: 400px;
}

div.butterflyTop {
	display: none;
}

div.phone {
	padding-top: 18px;
}

div.topBar {
	height: 65px;
}

div.topBar h1 {
	font-size: 24px;
}

div.topBar p {
	font-size: 12px;
}

div.setterington img {
	width: 140px;
	margin-top: 5px;
}

div.topSection {
	padding: 8px 16px;
	height: 65px;
}
	
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	
.container {
	width: 95%;
	margin: auto;
	position: relative;
}

div.butterflyTop {
	display: none;
}

div.phone {
	padding-top: 24px;
}

div.topBar {
}

div.topBar h1 {
	font-size: 24px;
}

div.topBar p {
	font-size: 12px;
}

div.setterington img {
	width: 160px;
	margin-top: 8px;
}

div.topSection {
	padding: 16px 16px;
}
	
}

@media screen and (min-width: 1281px) {
	
.container {
	width: 95%;
	max-width: 1366px;
	margin: auto;
	position: relative;
}	
	
}*/