
html{
	height: 100%;
   min-height: 100%;
   font-size: 1vw;
   font-family:  "Georgia","Times New Roman", serif; 
   -webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	}
	@media screen and (min-width: 2000px) {
		html{
		font-size: 16px;
		}
	}
	@media screen and (max-width: 860px) {
		html{
		font-size: 1.5vw
		}
	}
	@media screen and (max-width: 414px) {
		html{
		font-size: 4vw
		}
	}
BODY {	
	height: 100%;
	min-height: 100%;
	margin:0;
	padding:0;
	background:rgb(255,255,255);
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;	
	}
				
header, section, article{
	display: block;
}	
	
img{
	margin: 0;
	padding: 0;
	border: 0;
	
	}

/*---------------------------------------------------------------------------------------
									T Y P O G R A P H Y 
----------------------------------------------------------------------------------------*/


h1,h2,h3,h4,p {		
	position: relative;
	z-index: 15;
	}

p {		
	max-width: 40rem;
	margin: auto;
	font-size: 1.2rem; 
	fot-family: "Alegreya","Georgia", serif;
	font-weight: 300;
	line-height: 160%;
	color: rgb(60,60,60); 
	}
H1 {
	font-size: 3rem; 
	font-family: "Cormorant Infant";
	color: rgb(20,20,20); 
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	} 
h2{ 
	font-size: 2.5em;
	color: rgb(50,50,50); 
	}
H3 {
	margin: 5rem auto;
	color: rgb(50,50,50); 
	font-size: 1.3rem;
	text-align: center;
	}
H4{		
	font-size: 1.7em;
	}


/*---------------------------------------------------------------------------------------
									     HR
----------------------------------------------------------------------------------------*/


 hr{
	position: relative;
	display: block;
	width: 20%;
	overflow: hidden;
	margin: 1rem auto  1rem;
	text-align: center;
	color: rgb();
	white-space: nowrap;
	border: 0;
	background:url() no-repeat center center;
	background-size: 20px;
	}
	@media screen and (max-width: 768px){
			.intro hr{
				width: 80%;
				margin: 1rem auto;
				}
			}

hr:before,
hr:after{
	content:'';
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	 border-bottom: 3px solid
	}
	
hr:before{
	margin: 0 0 0 -55%;
	color: rgb();
	}
	
hr:after {
	margin: 0 -55% 0 .5em;
	color: rgb();
	}	

/*---------------------------------------------------------------------------------------
									LINKS
----------------------------------------------------------------------------------------*/


a {
	font-weight: 400;
	font-family: "IM Fell DW Pica";
	color: rgb(0,180,150);
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition:  all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	}


a:hover {
	color: #a0a0a0;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	}
	
	
/*---------------------------------------------------------------------------------------
										SITE-WRAP
----------------------------------------------------------------------------------------*/

.site-wrap{
	position: relative;
	display: block;
	margin: 0 auto;
	}

/*---------------------------------------------------------------------------------------
										SIDEBAR
----------------------------------------------------------------------------------------*/
		
.sidebar{
	position: fixed;
	top: 0;
	left: 0;
	width: 15%;
	min-width: 200px;
	height: 100%;
	text-align: center;
	background: rgba(50,50,50,1);
	z-index: 400;
	}
	@media screen and (max-width: 860px) {
	.sidebar{
		top: 0;
		left: 0;
		width:100%;
		height: 90px;
		margin: auto;
		padding: 0;
		text-align: center;
		z-index: 400;
		}
	}
		
.sidebar p{
	color: rgb(220,220,220);
	font-size: 80%;
	}
				
.menu{
	position: relative;
	top: 20px;
	width: 90%;
	min-width: 150px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border: dotted 1px rgb(150,150,150);
	border-radius: 2%;	
	}	
	@media screen and (max-width: 860px) {
	.menu{
		margin: 0 auto;
		padding: 0 1rem;
		border: 0;
		text-align: center;
		}
	}

.menu ul{
	margin-left: -10%;
	margin-right: 10%;
	list-style: none;
	font-size: 1.5em;
	}
	@media screen and (max-width: 860px) {
	.menu ul {
		width: 100%;
		margin: 1rem auto 0;
		padding: 0;
		text-align: center;
		}
	}
	@media screen and (max-width: 414px) {
		.menu ul{
		font-size: 0.8rem
		}	
	}				


					
.menu li  a{
	color: rgb(220,220,220);
	}
			
.menu li {
	position: relative;
	display: block;
	margin:  0 auto;
	padding: 2.5rem 0;
	list-style: none;
	font-family:"Georgia",serif;
	font-weight: 300;
	font-size: 0.8rem;
	text-align: center;
	letter-spacing: 0.05rem;
	background: url(../images/fleur-de-lys-white.png) no-repeat center bottom;
	background-size: 7%;
	}
	@media screen and (max-width: 860px) {
	.menu li {
		position: relative;
		display: inline-block;
		background: none;
		padding: 0 10px;
		}
	}

.menu li:last-of-type {
	padding-bottom: 2em;
	}

.menu li a{
	font-weight:300;
	color: #a0a0a0;
	text-decoration: none;
	text-transform: uppercase;
	}

.menu li a:hover{
	text-decoration:none;
	color: #f0f0f0;
	}

.socialmedia{
	position: relative;
	bottom: -1.2em;
	padding: 3em 0;
	padding-top: 1em;
	background: url(../images/scroll_white.png) no-repeat 50% 110%;
	background-size: 30%;
	background-color: rgba(55,55,55,0);
	}
	@media screen and (min-width: 1920px){
	.socialmedia{
		background-size: 20%
		}
	}
	@media screen and (max-width: 860px){
	.socialmedia{
		display: block;
		position: relative;
		top: -70px;
		margin: 0 auto;
		padding: 0;
		padding-top: 0;
		padding-left: 0;
		border: 0;
		background: url();
		background-color: rgba(55,55,55,0);
		}
	}
	@media screen and (max-width: 414px){
	.socialmedia{
		display: block;
		position: relative;
		top: -70px;
		width: ;
		margin: 0 auto;
		padding: 0;
		padding-top: 0;
		padding-left: 0;
		border: 0;
		background: url();
		background-color: rgba(55,55,55,0);
		}
	}

.socialmedia  i{
	display: inline-block;
	margin: 0 0.75rem;
	font-size: 150%;
	color: rgb(220,220,220);
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-ms-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	}
	@media  screen and (max-width: 414px){
	.socialmedia i{
		display: none;
		font-size: 95%;
		margin: 0 0.6rem;
		padding-bottom: 0;
		}
	}	

.socialmedia  i:hover{
	color: rgb(50,50,50);
	}

/*---------------------------------------------------------------------------------------
									H E A D E R 
----------------------------------------------------------------------------------------*/


header{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 100vh;
	margin: 0 auto;
	margin-left: 15%;
	padding: 0;
	border-bottom: dotted 2px rgb(10,10,10);
	background-image: url(../images/Header.jp);
	background-size: cover;
	background-attachment: fixed;
	-webkit-filter: grayscale(50%) sepia(70%) saturate(30%);
	filter: grayscale(50%) sepia(50%) saturate(60%);
	}
	@media screen and (max-width: 860px){
	header{
		width: 100%;
		margin-left:auto;
		padding: 0;
		}
	}

header .text-wrap{
	margin: 0 auto;
	width: 80%;
	max-width: 1400px;
	}
	@media screen and (max-width: 860px){
	header .text-wrap{
		width: 100%;
	 	margin: 6rem auto 0;
		padding-right: 0;
	 	}
	}

header .imgbox{
	display: block;
	width: 200px;
	margin: 4rem auto 2rem;
	}
	@media screen and (max-width: 414px){
	header .imgbox{
		width: 100px;
		margin: 2rem auto 1rem;
		}
	}
	
header .imgbox img{
	width: 200px;
	border-radius: 50%;
	}
	@media screen and (max-width: 414px){
	header .imgbox img{
		width: 100px;
		}
	}


header h1{
	position: relative;
	margin: 0  auto;
	padding: 0 ;
	text-align: center;
	text-transform: none;
	font-family: "Great Vibes", sans-serif;
	font-size: 6rem;
	color: rgb(40,40,40);
	}
	@media screen and (max-width: 860px){
	header h1{
		font-size: 5rem;
		}
	}
	@media screen and (max-width: 414px){
	header h1{
		font-size: 3rem;
		}
	}
header h2{
	position: relative;
	max-width: 50%;
	margin: 0 auto;
	padding: 0;
	font-family: "Cormorant Infant", serif;
	font-weight: 300;
	font-size: 5rem;
	letter-spacing: -0.01em;
	color: rgb(120,120,120);
	text-align: center;
	text-shadow: 0 0 0 black;
	}
	@media screen and (max-width: 860px){
	header h2{
		font-size: 4rem;
		}
	}
	@media screen and (max-width: 414px){
	header h2{
		font-size: 2rem;
		}
	}

header h2 span{
	display: inline;
	padding-left: 10px;
	white-space: wrap;
	font-weight: 300;
	font-style: italic;
	font-size: 1.2em;
	font-family: "Tangerine", serif;
	line-height: 110%;
	color: rgb(10,10,10);
	}

/*---------------------------------------------------------------------------------------
									P A R A L L A X 
----------------------------------------------------------------------------------------*/

.parallax {
	height: 600px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-filter: grayscale(50%) sepia(70%) saturate(30%);
	filter: grayscale(50%) sepia(50%) saturate(60%);
	}
	
	@media screen and (max-width: 1024px){
	.parallax {
		max-width: 1024px;
		max-height: 400px;
		background-attachment: scroll;
		background-size: 100vmax 100vmax;
		}
	}
	
					
.parallax h1{
	position: relative;
	top: 40%;
	margin: 0 auto;
	padding-right: 15%;
	font-size: 7em;
	font-weight: 300;
	text-align: center;
	color: rgb(255,255,255);
	}
	@media screen and (max-width: 860px){
	.parallax h1{
		padding: 0;
		font-size: 5rem;
		}
	}

.parallax-1 {
	background-image: url(../images/Parallax1.jpg);
	}
.parallax-2 {
	background-image: url(../images/Parallax2.jpg);
	}
.parallax-3 {
	background-image: url(../images/Parallax3.jpg);
	}
.parallax-4 {
	background-image: url(../images/Parallax4.jpg);
	}


/*---------------------------------------------------------------------------------------
									S E C T I O N S
----------------------------------------------------------------------------------------*/

.content{
	position: relative;
	margin: 0 auto;
	margin-left: 15%;
	padding: 1rem 0 5rem;
	border: 2px 0;
	border-bottom: dotted 2px rgb(10,10,10);
	border-top: dotted 2px rgb(10,10,10);
	background-image: url(../images/scroll_black.png);
	background-repeat: no-repeat;
	background-size: 5%;
	background-position: 50% 90%;
	}
	@media screen and (min-width: 2056px){
	.content{
		background-size: 3%, 3%;
		}
	}
	@media screen and (max-width: 860px){
	.content{
		margin-left: auto;
		padding: 4rem 0;
		background-position:  center top, center bottom;
		background-size: 10%, 10%;
		}
	}

.content .text-wrap{
	margin: 0 auto;
	width: 80%;
	max-width: 1400px;
	}
	@media screen and (max-width: 860px){
	.content .text-wrap{
		 width: 100%;
		 margin: 6rem auto 0;
		 padding-right: 0;
		 }
	}


.content hr{
	width: 20%;
	margin: 3rem auto 3rem;
	color: rgb(20,20,20);
	border: 0;
	background:url(../images/fleur-de-lys-black.png) no-repeat center center;
	background-size: 20px;
	}
	@media screen and (max-width: 834px){
	.content hr{
		width: 100%;
		}
	}

.content hr:before{
	margin-right: 3rem;
	color: rgb(200,200,200);
	}
	
.content hr:after {
	color: rgb(200,200,200);
	}

.content  h1 {
	font-size: 2rem;
	text-align:center;
	}
	
.content p {
	padding: 0;
	text-align: center;
	margin:  2rem auto;
	max-width:40rem;
	font-size: 1.2rem;
	font-family: "Alegreya";
	}
	@media screen and (max-width: 414px){
	.content p{
		padding: 0 2rem;
		font-size: 1rem;
		}
	}

.sitecredit{
	position: fixed;
	bottom: 20px;
	right: 0;
	width: 15%;
	border: solid pink 2px 0;
	z-index: 600;
	}
	@media screen and (max-width: 860px) {
	.sitecredit{
		bottom: 0;
		width: 80px;
		height: 80px;
		border-radius: 4%;
		background: rgba(255,255,255,0.3);
		z-index: 600;
		}
	}

.sitecredit p{
	margin:0;
	padding: 0;
	font-size: .5em;
	text-align: center;
	color: rgb(150,150,150);
	 }
	@media screen and (max-width: 834px) {
	.sitecredit p{
		font-size: 3px;
		color: rgb(50,50,50);
		}
	}

.logo {
	display:block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: 0px;
	text-indent: -999em;
	background-image: url(../images/WRD_Title_200.png);
	background-repeat: no-repeat;
	background-size: contain;
	}
	@media screen and (max-width: 834px) {
	.logo {
		display:block;
		width: 40px;
		height: 40px;		
		}
	}

/*----------------------------- - S E C T I O N - Gallery - ----------------------------*/	


.gallery{
	background: rgb(60,60,60);
	background-image: url(../images/scroll_white.png);
	background-repeat: no-repeat;
	background-size:  4%;
	background-position: 50% 99%;
	}
	@media screen and (min-width: 2056px){
	.gallery{
		background-size: 3%, 3%;
		}
	}
	@media screen and (max-width: 860px) {
	.gallery{
		padding-left: 0;
		background-position:  center top, center bottom;
		background-size: 10%, 10%;
		}
	}		

.gallery:after{
	display: block;
	content: '';
	clear: left;
	}

.gallery-wrap{
	display: block;
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 ;
	}
	@media screen and (max-width: 860px) {
	.gallery-wrap{
		padding-right: 0;
		}
	}
		
.gallery-wrap:after{
	display: block;
	content: '';
	clear: left;
	}	

.gallery hr{
	width: 20%;
	margin: 3rem auto 3rem;
	color: rgb(220,220,220);
	background:url(../images/fleur-de-lys-white.png) no-repeat center center;
	background-size: 20px;
	}
	@media screen and (max-width: 834px){
	.gallery hr{
		width: 100%;
		}
	}

.gallery hr:before{
	margin-right: 3rem;
	}

.gallery hr:before,
.gallery hr:after{
	border-width: 1px;
	}

.gallery .pic {
	position: relative;
	display: block;
	float: left;
	width: 25%;
	margin: 0  auto 2rem;
	padding:20px;
	box-sizing: border-box;
	}
	@media screen and (max-width: 1024px) {
	.gallery .pic {
		width: 33%;
		padding: 25px;
		}
	}
	@media screen and (max-width: 860px) {
	.gallery .pic {
		width: 50%;
		padding: 30px;
		}
	}
	@media screen and (max-width: 414px) {
	.gallery .pic {
		float: none;
		margin: 0 auto;
		width: 250px;
		padding: 0;
		}
	}

.gallery .pic:after{
	display: block;
	content:'';
	padding-bottom: 150%;
	}				

.gallery h1{
	color: rgb(180,180,180);
	font-size: 3rem;
	}

.gallery p{
	color: rgb(120,120,120);
	font-size: 2rem;
	text-align: center;
	}

.gallery .pic .imgbox {
	position: absolute;
	top:0;
	left: 15%;
	width: 70%;
	height: 70%;
	margin:0;
	padding:0;
	overflow:hidden;
	border: solid 10px rgb(255,252,250);
	border-radius: 1px;
	box-shadow: 0 0 2px rgb(10,10,10);
	 }			
	@media screen and (max-width: 414px) {
	.gallery .pic .imgbox {
		width: 100%;
		height:70%;
		top: 0;
		left:0;
		}
	}

.gallery .pic:nth-child(3n) .imgbox {
	left: 10%;
	width: 80%;
	height: 70%;
	 }
	@media screen and (max-width: 414px) {
	.gallery .pic:nth-child(3n) .imgbox {
		width: 98%;
		height:70%;
		top: 0;
		left:0;
		}
	}

.gallery .pic:nth-child(4) .imgbox {
	left: 20%;
	width: 60%;
	height: 60%;
	 }
	@media screen and (max-width: 414px) {
	.gallery .pic:nth-child(4) .imgbox {
		width: 98%;
		height:70%;
		top: 0;
		left:0;
		}
	}

.gallery .pic:nth-child(5n) .imgbox {
	left: 10%;
	width: 90%;
	height: 70%;
	border-radius: 50%;
	border: 0;
	 }
	@media screen and (max-width: 414px) {
	.gallery .pic:nth-child(5n) .imgbox {
		width: 98%;
		height:70%;
		top: 0;
		left:0;
		}
	}

.gallery .pic:nth-child(8) .imgbox {
	left: 5%;
	width: 100%;
	height: 50%;
	 }
	@media screen and (max-width: 414px) {
	.gallery .pic:nth-child(8) .imgbox {
		width: 98%;
		height:70%;
		top: 0;
		left:0;
		}
	}

.gallery .pic  p{
	position: absolute;
	top: 70%;
	left: 14%;
	width: 80%;
	margin 0;
	line-height: 140%;
	text-align: center;
	font-family: 'Great Vibes', cursive;
	font-weight: 300;
	font-size:  1.6rem;
	letter-spacing: 3px;
	color: rgb(200,200,200);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
	@media screen and (max-width:414px){
	.gallery .pic  p{
		left: 0;
		}
	}

.gallery .pic:nth-child(3n) p{
	top: 70%;
	left: 17%
	}
	@media screen and (max-width: 414px) {
	.gallery .pic:nth-child(3n) p {
		left: 0;
		}
	}
	
.gallery .pic:nth-child(4) p{
	top: 60%;
	left: 17%;
	}
	@media screen and (max-width: 414px) {
	.gallery .pic:nth-child(4) p {
		top: 68%;
		left: 0;
		}
	}

.gallery .pic:nth-child(5n) p{
	top: 66%;
	left: 15%
	}
	@media screen and (max-width: 414px) {
	.gallery .pic:nth-child(5n) p {
		top: 68%;
		left: 0;
		}
	}

.gallery .pic:nth-child(8) p{
	top: 50%;
	left: 15%;
	}
	@media screen and (max-width: 414px) {
	.gallery .pic:nth-child(8) p {
		top: 68%;
		left: 0;
		}
	}
		
.gallery .pic p span{
	display: block;
	font-style: italic;
	font-size: 80%;
	color: rgb(140,140,140);
	line-height: 120%;
	}

.gallery .pic img {
	display: block;
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto 0 ;
	-webkit-filter:sepia(90%) saturate(70%);
	filter: sepia(90%) saturate (70%);
	}

.gallery .pic:nth-child(5n) img {
	min-width: 140%;
	left: -20%;
	 }

.gallery .pic:nth-child(8) img {
	margin-top:-20%
	 }
	@media screen and (max-width: 414px) {
	.gallery .pic:nth-child(8) img {
		top: 0;
		}
	}
		
.gallery .pic .inner{
	position: relative;
	margin:  0 auto;
	width: 100%;
	height:auto;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

.gallery .pic:hover .inner{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
	}


/*----------------------------- - S E C T I O N - Contact - ------------------------------*/	


.contact-wrap {
	width: 70%;
	max-width: 900px;
	margin: 0 auto;
	padding: 8rem 0;
	}
	@media screen and (max-width: 860px){
	.contact-wrap{
		padding: 0;
		}
	}

.contact-wrap p {
	margin 0;
	padding-top: 90px;
	text-align: center;
	font-size: 1rem;
	}

.contact-wrap p span{
	display: block;
	line-height: 100%;
	font-weight: 600;
	}		
.contact-wrap span span{
	display: block;
	font-weight: 400;
	}		
.contact-wrap span span span {
	display: block;
	font-weight: 300;
	}		

 .phone{
 	display: inline-block;
 	width: 32%;
	margin: 2rem auto;
	vertical-align:top;
	border-right:solid 2px rgb(220,220,220);
	border-left:solid 2px rgb(220,220,220);
	border-radius: border-box;
	background: url(../images/old-phone100.png) no-repeat center top;
	background-size: 100px 100px;

	}
	@media screen and (max-width: 414px){
	.phone{
		width: 100%;
		height: 160px;
		margin: 1rem auto;
		border-right:0;
		border-left:0;
		display: block
		background-size: 120px 120px;
		}
	}
			
 .mail{
	display: inline-block;
	width: 32%;
	height: 200px;
	margin: 2rem auto;
	vertical-align: top;
	border-radius: border-box;
	background: url(../images/old-typewriter-icon2-100.png) no-repeat center top;
	background-size: 100px 100px
	
	}
	@media screen and (max-width: 414px){
	.mail{
		width: 100%;
		height: 160px;
		margin: 1rem auto 3rem;
		display: block;
		background-size: 110px 110px;
		}
	.mail p{	
		padding-top: 110px;
		}
	}
			
 .address{
	display: inline-block;
	width: 32%;
	height: 200px;
	margin: 2rem auto;
	vertical-align: top;
	border-radius: border-box;
	background: url(../images/old-house-icon100.png) no-repeat center top;
	background-size: 90px 100px;
	}
	@media screen and (max-width: 414px){
	.address{
		width: 100%;
		height: 160px;
		display: block
		background-size: 100px 100px;
		}
	}
	