*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
} 


*::-moz-selection { color: white}
*::selection { color: white; }


@font-face {
	font-family: 'Jans-Reg';
	src: url('Assets/Jans-Reg.otf');
}


body {

	position: relative;
	text-align: center;

	margin: 0;
	font-family: 'Jans-Reg';
	font-size: 24px;
	/*background-color: grey;*/
	background-color: #1d0419;
	hyphens: auto;
	width: 100%;
	letter-spacing: .03em;
	position: relative;
  /*background: linear-gradient(-45deg, red, gold, silver, blue);*/
  /*background: linear-gradient(-45deg, silver, blue, gold);*/
  background: linear-gradient(-45deg,  maroon, black, gold);
  background-size: 600% 1200%;
  animation: gradient 5s ease infinite;
  height: 100vh;
  background-repeat: none;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}





header{
	position: fixed;
	top: 20px;

/*	background-color: #1d0419;*/
	color: #f2ffc1;
	width: 100%;
	font-size: 18px;
    z-index: 4;
    mix-blend-mode: exclusion;
/*    background-blend-mode: multiply;*/
}


/*.title{

	background-color: #1d0419;
	text-align: center;
	margin-top: 2%;
	font-size: 12px;
	font-family: Pitch-Medium; src: url('Pitch-Medium.otf');
}
*/
.container{
	width: 90%;
	margin: auto;
/*	background-color: #1d0419;*/
/*	border: 10px solid green;*/
}


.LargeImage{
/*display: inline-block;*/
	height: 40%;
	width: auto;
	padding-top: 4%;
	padding-bottom: 30px;
	mix-blend-mode: exclusion;

	

}

.MediumImage{
/*display: inline-block;*/
	height: 20%;
	width: auto;
	padding-top: 4%;
	padding-bottom: 30px;
	mix-blend-mode: exclusion;
	

}

.SmallImage{
/*display: inline-block;*/
	height: auto;
	width: 70%;
	padding-top: 4%;
	padding-bottom: 20px;
	padding-left: 25%;
	mix-blend-mode: exclusion;

}



/*#Terrace{
width: 250px;
         height: 195px;
         background:
         url("Assets/RR_Terrace_Yellow_Removed.png") norepeat;
         display: inline-block;
}

#Terrace: hover{

	background:
         url("Assets/Reading_Terrace_800.jpg")
	<img src="Assets/Reading_Terrace_800.jpg">
	
}*/



.Icon{
/*display: inline-block;*/
	height: auto;
	width: 7%;
	padding-left: 30px;
	padding-bottom: 20px;
	bottom: 0;
	mix-blend-mode: exclusion;
	position: fixed;
	z-index: 4;
	min-width: 130px;


}


.Icon .ToolTipText{
	visibility: hidden;
  width: 220px;
  padding-left: 0;
  background-color: black;
  color: #f2ffc1;
  text-align: center;
  font-size: 32px;
	text-align: left;
	line-height: .9em;
	letter-spacing: .1rem;
/*  padding: 5px 0;*/
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
	top:  3px;
	left: 150px;
	min-width: 130px;

}

.Icon:hover .ToolTipText {
  visibility: visible;
  min-width: 130px;
}



.







#RotateCW4{
	transform: rotate(2deg);
	mix-blend-mode: none;


}


.LargeText{
/*	font-family: serif;*/
	width: 100%;
	margin: auto;
/*	background-color: yellow;*/
	color: #f2ffc1;
	font-size: 66px;
	text-align: left;
	line-height: 1.1em;
	letter-spacing: .125rem;
/*	padding-top: 3%;*/
	padding-bottom: 9%;
	mix-blend-mode: exclusion;
}


.SmallText{
/*	font-family: serif;*/
	width: 44%;
	margin: auto;
/*	background-color: yellow;*/
	color: #f2ffc1;
	font-size: 16px;
	text-align: left;
	line-height: 1.13em;
	letter-spacing: .1rem;
/*	padding-top: 9%;*/
	padding-bottom: 4%;
	mix-blend-mode: exclusion;
}

.SmallTextLeftTab{
/*	font-family: serif;*/
	width: 44%;
	margin: auto;
/*	background-color: yellow;*/

	font-size: 16px;
	text-align: left;
	line-height: 1.125em;
	letter-spacing: .1rem;
/*	padding-top: 9%;*/
	padding-left: 36%;
	padding-top: 50px;
	padding-bottom: 4%;
	mix-blend-mode: exclusion;
}




li{
	list-style: none;
}


a{
	color: white;
	text-decoration: none;
}

a:hover{
	 text-decoration: underline;
	 text-decoration-thickness: 1.5px;
	 text-underline-offset: 4px;
}








img {
 height: 100%;
 width: 100%;
 object-fit: contain;
}




.hover-wrap {
	font-size: 29px;
	background-color: lightgray;
	display: inline;
	position: relative;
 }

.hover-wrap:hover {
/*	background: red;*/
cursor: help;
}
.hover-image{
	position: fixed;
	top: 0%;
	left: 0%;
	
	width: 300px;
	height: 500px;

	z-index: 100;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-color: transparent;

	font-size: 29px;
	cursor: pointer;
	pointer-events: none;
	
	display: none;

	background-position: 0px 0px;
	background-size: 100%;
}
.hover-wrap:hover .hover-image{
	display: inline-block !important;
}

/*
	use this section to assign the hover image for each section
*/
/*#section-reading:hover .hover-image{
	background-image: url(../Assets/Reading_Terrace_800.jpg);
}*/

#section-reading:hover .hover-image{
	top: 50px;
	left: 50px;
}





.Slide{
	position: fixed;
	background-color: lightgray; 
	height: 88%;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
	box-shadow: 0 2px 300px #522035;
	z-index: 9999;
}

.SlideContact{
	position: absolute;
/*	background-color: blue;*/
	background-color: lightgray;
	color:  #522035;;
	height: 80%;
	width: 75%;
	top: 5%;
	bottom: 0;
	z-index: 20;
	left: 2%;
	display: none;
	letter-spacing: .7px;
	line-height: 33.5px;
	 font-size: 29px;
/*	 font-family: 'PT Serif', serif;*/
	/*font-family: serif;*/
}

.SlideClose{
	position: absolute;
/*	background-color: yellow;*/
	background-color: lightgray;
	height: 20px;
	width: 20px;
	top: 3%;
	z-index: 20;
	right: 4%;
	display: none;
	cursor: not-allowed;
/*	cursor:grabbing;*/
	font-size: 50px;
	font-family: serif;

}










.navbar{
	position: relative;
	width: 95%;
	margin:  auto;
	min-height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.nav-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}


@media(max-width:100%){
	.container{
		width: 100%;
	}
}











.menu{
	background-color: yellow;
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	line-height:  1.15em;
}



/*.Image{

	 position: absolute;
    width: 10%;
    height: 90%;    
	background-color: green;
    align-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: constrain;

}*/