﻿@import url('https://fonts.googleapis.com/css2?family=Lora&family=Montserrat&family=Work+Sans&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	padding: 0px;
	
	background-color: #000;
	
	font-family: 'Lora', serif;
	color: #fff;
	letter-spacing: 1px;
	
	scroll-behavior: smooth;
	
	-webkit-text-size-adjust: 100%;
}

.home {
	background: url(../images/b-composite.jpg?v=4) no-repeat center top #000;
	background-size: 2100px;
	min-height: 900px;
	
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.9s ease-out;

}

.publishing {
	position: relative;
	background: url(../images/b-mellifont.jpg) no-repeat center top #000;
	background-size: 2400px;
	background-position: center -90px;
	min-height: 900px;
	
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.9s ease-out;
    
    z-index: 15;
    
    overflow: hidden;

}

.film {
	position: relative;
	background: url(../images/b-film.jpg) no-repeat center top #120902;
	background-size: 2000px;
	background-position: center -120px;
	min-height: 1400px;
	
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.9s ease-out;
    
    z-index: 25;
    
    overflow: hidden;

}

.investment {
	position: relative;
	background: url(../images/b-cliffs.jpg) no-repeat center top #120902;
	background-size: 2000px;
	background-position: center -120px;
	min-height: 1400px;
	
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.9s ease-out;
    
    z-index: 35;
    
    overflow: hidden;

}

.abbey {
	position: relative;
	background: url(../images/b-abbey.jpg) no-repeat center top #120902;
	background-size: cover;
	background-position: right -0px;
	min-height: 2000px;
	
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.9s ease-out;
    
    z-index: 45;
    
    overflow: hidden;

}

.church {
	position: relative;
	background: url(../images/b-church.jpg) no-repeat center top #120902;
	background-size: cover;
	background-position: center -0px;
	min-height: 1400px;
	
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.9s ease-out;
    
    z-index: 55;
    
    overflow: hidden;

}

.grave {
	position: relative;
	background: url(../images/b-graveyard.jpg) no-repeat center top #120902;
	background-size: cover;
	background-position: center -0px;
	min-height: 1400px;
	
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.9s ease-out;
    
    z-index: 65;
    
    overflow: hidden;

}

.field {
	position: relative;
	background: url(../images/b-field.jpg) no-repeat center top #120902;
	background-size: cover;
	background-position: center -0px;
	min-height: 1400px;
	
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.9s ease-out;
    
    z-index: 75;
    
    overflow: hidden;

}







/* -- ELEMENTS -- */

#anchor {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 40000000;
	
	background: rgba(0,0,0,0.6);
	height: 270px;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.8);

	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

	#anchor.scroll, #anchor.scrollDeep  {
		position: fixed;
		top: 0;
		background: rgba(0,0,0,0.6);
		height: 270px;
		box-shadow: 0px 0px 40px rgba(0,0,0,0.8);
	}

	 #anchor.scrollDeep  {
		height: 144px;
	}

	 #anchor.scrollDeeper  {
		height: 0px;
		overflow: hidden;
	}


#logo {
	text-align: center;
	padding-top: 40px;
	z-index: 50000000;
	
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

	#logo img {
		width: 340px;
		
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;

	}
	
	#anchor.scroll #logo {
		/*position: absolute;
		padding-top: 30px;
		left: 100px;*/
	}
	
		#anchor.scrollDeep #logo img {
			width: 240px;
		}
		
	#anchor.scrollDeep #navigation {
		margin-top: 42px;
		display: none;
	}

	
#header {
	position: relative;
	z-index: 1000;
}

#navigation {
	display: block;
	position: relative;
	font-family: 'Work Sans';
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 35px;
	text-align: center;
	width: 100%;
	z-index: 1000;
}

	#navigation a {
		display: inline-block;
		text-decoration: none;
		color: #fff;
		margin: 0px 15px;

		-moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
		
		#navigation a:hover {
			opacity: 0.8;	
			color: #ffead3;
		}

#subnavigation {
	display: block;
	font-family: 'Work Sans';
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 14px;
	text-align: center;
}

	#subnavigation a {
		display: inline-block;
		text-decoration: none;
		color: #fff;
		margin: 0px 10px;
	}
	
	#navigationBar {
	
		background: url(../images/overlay-nav.png);

		position: fixed;
		margin-top: 0px;
		
		top: 0px;
		
		font-family: 'Montserrat', sans-seif;
		font-size: 25px;
		font-weight: normal;
		line-height: 35px;
		text-transform: uppercase;
		white-space: nowrap;
		
		-moz-transition: all 0.4s ease-in;
	    -o-transition: all 0.4s ease-in;
	    -webkit-transition: all 0.4s ease-in;
	    transition: all 0.4s ease-in;	
	
		width: 0px;
		height: 100%;
		overflow: hidden;
		
		z-index: 140000;
	}
	
		#navigationBar .subLink {
			font-size: 16px;
			line-height: 35px;
		}
		
		#navigationBar .subLink span {
			display: inline-block;
			font-size: 13px;
			font-weight: bold;
			line-height: 35px;
			border-bottom: 1px dotted rgba(255,255,255,0.6);
			color: rgba(255,255,255,0.6);
			width: 65%;
		}

	
	#navigationControl {
		position: fixed;
		background: url(../images/overlay-nav.png);
		padding: 15px;
		visibility: hidden;
		
		top: 42px;
		
		z-index: 35000;
		
		-moz-transition: all 0.4s ease-in;
	    -o-transition: all 0.4s ease-in;
	    -webkit-transition: all 0.4s ease-in;
	    transition: all 0.4s ease-in;	

	}
	
	#navigationBar.closedWidth {
		width: 0px;
	}
	
	#navigationControl.closedLeft {
		margin-left: 0px;
	}
	
	#navigationBar.openWidth {
		width: 500px;
	}
	
	#navigationControl.openLeft {
		margin-left: 499px;
	}

	#navigationBar #wrap {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
	}

	#navigation a {
		color: #fff;
		text-decoration: none;
	}

	#navigationBar a {
		color: #ffffff;
		text-decoration: none;
	}
	
		#navigation a:hover, #navigationBar a:hover {
			color: #8cbe3f;
		}
		
		.sub #navigation a:hover {
			color: #071828;
		}

	
#canvas {
	position: relative;
	z-index: 1000;
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 40px;
}

	.home #canvas {
		text-align: center;
		margin-top: 1200px;
		font-size: 24px;
		letter-spacing: 3px;
	}

	.publishing #canvas {
		position: relative;
		text-align: center;
		margin-top: 0px !important;
		padding-top: 350px;
		font-size: 24px;
		letter-spacing: 3px;
		z-index: 100;
	}
	
	.film #canvas {
		position: relative;
		text-align: center;
		padding-top: 320px;
		margin-top: 0px !important;
		font-size: 24px;
		letter-spacing: 3px;
		z-index: 100;
	}
	
	.investment #canvas {
		position: relative;
		text-align: center;
		padding-top: 320px;
		margin-top: 0px !important;
		font-size: 24px;
		letter-spacing: 3px;
		z-index: 100;
	}
	
	.abbey #canvas {
		position: relative;
		text-align: center;
		padding-top: 320px;
		margin-top: 0px !important;
		font-size: 24px;
		letter-spacing: 3px;
		z-index: 100;
	}
	
	.church #canvas {
		position: relative;
		text-align: center;
		padding-top: 320px;
		margin-top: 0px !important;
		font-size: 24px;
		letter-spacing: 3px;
		z-index: 100;
	}
	
	.grave #canvas {
		position: relative;
		text-align: center;
		padding-top: 320px;
		margin-top: 0px !important;
		font-size: 24px;
		letter-spacing: 3px;
		z-index: 100;
	}

	.field #canvas {
		position: relative;
		text-align: center;
		padding-top: 320px;
		margin-top: 0px !important;
		font-size: 24px;
		letter-spacing: 3px;
		z-index: 100;
	}
	
	.contact #canvas {
		margin-top: 320px !important;
	}

	
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #120902;
	opacity: 0;
	z-index: 20;
}

	.film .overlay {
		z-index: 26;
	}
	
	.investment .overlay {
		z-index: 36;
	}
	
	.abbey .overlay {
		z-index: 46;
	}
	
	.church .overlay {
		z-index: 56;
	}
	
	.grave .overlay {
		z-index: 66;
	}
	
	.field .overlay {
		z-index: 76;
	}

	
#footer {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
	margin-bottom: 90px;
}

#column {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

	#block {
		white-space: nowrap;
		border: 1px solid rgba(255,255,255,0.1);
		width: 60%;
		padding: 40px;
		margin-bottom: 40px;
	}
	
		#block.blockHover {
			width: 300px;
			height: 300px;
			padding: 0px !important;
			border: 0px solid rgba(255,255,255,0.1);
			margin-top: 50px;
			
			-moz-transition: all 0.5s ease;
		    -o-transition: all 0.5s ease;
		    -webkit-transition: all 0.5s ease;
		    transition: all 0.5s ease;

		}
		
			#block.blockHover #blockCaption {
				position: relative;
				background: rgba(0,0,0,0.7);
				width: 100%;
				height: 100%;
				opacity: 0;
				
				-moz-transition: all 0.5s ease;
			    -o-transition: all 0.5s ease;
			    -webkit-transition: all 0.5s ease;
			    transition: all 0.5s ease;

			}
		
				#block.blockHover #blockCaption #blockCaptionWrap {
					padding-top: 140px;
				}
				
			#block.blockHover:hover {
				height: 350px;
				margin-top: 25px;
				width: 70%;
				box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
			}
			
				#block.blockHover:hover #blockCaption {
					opacity: 1;
				}

	
		#block #blockImage {
			width: 200px;
			height: 200px;
			margin: 0 auto;
			background-color: rgba(0,0,0,0.4);
		}
		
			#block #blockImage img {
				width: 100%;
			}
		
		#block #blockCaption {
			font-size: 12px;
			font-style: normal;
			line-height: 20px;
			margin-top: 15px;
			letter-spacing: 1px;
		}
		
			#block #blockCaption span {
				font-size: 17px;
				line-height: 24px;
			}

.base {
	position: relative;
	min-height: 400px;
}
		
.graveyard {
	position: relative;
	background: url(../images/b-graveyard.png) top;
	background-size: cover;
	width: 100%;
	min-height: 2200px;
	z-index: 5;
	opacity: 0;
}

.mountain {
	position: relative;
	/*background: url(../images/b-mountain.png) center;*/
	background-size: cover;
	width: 100%;
	min-height: 1100px;
	opacity: 0;
}
	
.slideLeft {
	margin-left: 400px;
	opacity: 0;
	
	white-space: nowrap !important;
	
	-moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;

}	
	
.slideRight {
	margin-right: 400px;
	opacity: 0;
	
	white-space: nowrap !important;
	
	-moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;

}	

.slideOut {
	-moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    transition: all 0.5s ease;
}

.slideanim {
	visibility:hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide; 
    animation-duration: 0.7s; 
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease-out;
    visibility: visible; 
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


/* -- FONTS -- */
h2 {
	
	font-size: 50px;
	line-height: 70px;
	font-weight: normal;
	letter-spacing: 5px;
}

.caption {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}

a {
	color: #fff !important;
	text-decoration: none;
}


@media only screen and (max-width: 1050px){

	#header #navigationexpand {
		display: none;
	}
	
	#navigationControl {
		display: block;
		z-index: 35000;
		visibility: visible;
		top: 52px;
	}
	
	#anchor.scroll #logo {
		position: relative;
		padding-top: 40px !important;
		left: auto;	
	}
	
		#anchor.scroll #logo img {
			width: 340px !important;
		}
		
	#anchor {
		height: 185px;
	}
		
	#anchor.scroll {
		height: 185px;
	}
	
	#navigationBar {
		display: inline;
	}

	#header #navigation {
		display: none;
	}
	
	.home {
		background-size: 1200px;
		min-height: 600px;
	}
	
		.home #canvas {
			margin-top: 900px;
		}
		
	.mountain {
		min-height: 800px;
	}
	
	.publishing {
		background-size: 1500px;
	}
	
	.film {
		background-size: 1500px;
	}

	.abbey {
		background-size: 1050px;
	}
		
	.church {
		background-size: 1050px;
	}


	#column {
		width: 100%;
	}
	
	#block.blockHover{
		height: 350px;
		margin-top: 25px;
		width: 70%;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	}
	
		#block.blockHover #blockCaption {
			background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
			height: 110%;
			opacity: 1;
		}
		
		#block.blockHover #blockCaption #blockCaptionWrap {
			padding-top: 240px;
		}



}