	html				{ height: 100%; 
						  scroll-behavior: smooth;
						  overscroll-behavior: contain; }
	
	/* Default Body Styling */
	body				{ position: relative;
						  max-width: 100%;
						  min-height: 100%; 
						  font-family: 'Cormorant', serif;
						  font-weight: 300;
						  margin: 0px; 
						  background-color: black;
						  color: white; }
	img					{ max-width: 100%; }
	header				{ background-color: #303030;
						  position: fixed;
						  top: 0%;
						  width: 100%;
						  z-index: 1;
						  box-shadow: 0vw 0vw 1vw #8896bc; }
	div.soon			{ display: none; }
	div.error			{ display: none; }
	@-webkit-keyframes fadein {	from { opacity: 0; }
								to { opacity: 1; } }
	p					{ -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	li					{ -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	span				{ -webkit-animation: fadein 2s; 
						  -moz-animation: fadein 2s; }	
	
	
	/* Navigation Bar */
	.button 			{ background-color: #303030;
						  color: lightgray;
						  border: none;
						  padding: 3.4vw;
						  font-size: 4vw;
						  font-family: "Cormorant", serif;
						  margin: 4vh 10vw 2.5vh 0vw; }
	.menu 				{ float: right; 
						  display: inline-block; }
	.menu-content 		{ display: none;
						  position: absolute;
						  margin-left: .5vw;
						  max-width: 33%;
						  z-index: 1; }
	.menu-content a 	{ color: lightgray;
						  background-color: #303030;
						  padding: 3vw 4vw 3vw 3vw;
						  text-decoration: none;
						  font-family: "Cormorant", serif;
						  display: block;
						  font-size: 3.2vw;
						  font-weight: 400;
						  border-bottom: .15vw solid black; 
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	.menu-content a:hover 	  { color: #8896bc; 
								transition: color .5s ease; }
	.menu:hover .menu-content { display: block; }
	.nav 				{ display: none; }
	img.header			{ position: absolute; 
					      top: 3vh; 
						  left: 7%;
						  width: 16%;
						  max-width: 100%; }
						 
						 
	/* Home Page */
	div.main			{ background-image: url("images/indexback.jpg");
						  background-repeat: no-repeat;
						  background-size: cover;
						  background-attachment: fixed;
						  background-position: -30vw 0vh; 
						  max-width: 100%;
						  height: 100vh;
						  min-height: 100vh;
						  -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	div.intro			{ position: absolute;
						  top: 34vh;
						  left: 3%; 
						  right: 3%; 
						  background-color: rgba(0, 0, 0, .7);
						  color: lightgray;
						  border-radius: 3.25vw;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	div.intro h1		{ font-weight: 300;
						  text-align: center;
						  margin: 4vw 0vw 2.5vw 0vw;
						  font-size: 4vw; }
	div.intro p 		{ text-align: center;
						  line-height: 1.5; 
						  font-size: 3.2vw; 
						  font-weight: 300;
						  margin: 2vw 3vw 3.5vw 3vw; }
	hr					{ width: 35vw; 
						  border: .005vw solid #8896bc; }
						  
						  
	/* Default Child Page Styling */
	section.manage		{ margin: 25vh 5% 0vw 5%; 
						  line-height: 1.5;
						  font-size: 3.3vw; }
	.manage h2			{ font-weight: 300; 
						  font-size: 3.7vw; }
	h1.manage			{ font-weight: 300; 
						  text-align: center;
						  font-size: 4.1vw;
						  position: relative;
						  top: 20vh; }
	figcaption			{ text-align: center;
						  font-size: 2.9vw;
						  margin: .5vw 0vw 1vw 0vw; }
	footer				{ position: absolute;
						  left: 0px;
						  right: 0px; 
						  bottom: 0px;
						  width: 100%;
						  color: lightgray;
						  background-color: #202020;
						  text-decoration: bold;
						  font-size: 2.2vw; 
						  font-weight: 300;
						  text-align: center;
						  line-height: 1.75; }
	footer > p			{ animation: none; }
	#year 				{ animation: none; }
	#year1				{ animation: none; }
	a.lance				{ color: lightgray;
						  text-decoration: none; }
	a.lance:visited		{ color: lightgray; }
					  
	
	/* Team Page */
	div.team			{ background-image: url("images/teamback.jpg");
						  background-repeat: no-repeat;
						  background-size: cover; 
						  background-attachment: fixed;
						  background-position: -70vw 0vh;
						  max-width: 100%;
						  height: 180vw;
						  min-height: 100vh;
						  -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	.mySlides			{ display: none; }
	div.slides			{ position: absolute;
						  left: 5%;
						  right: 5%; 
						  top: 31vh;
						  text-align: center; }
	.slides img			{ border-radius: 1.6vw; 
						  width: 23%;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	.slides p			{ font-size: 3vw;
						  line-height: 1.5;
						  font-style: italic; }
	.buttonleft			{ position: absolute;
						  top: 12vw;
						  left: 12%;
						  background-color: #202020;
						  border: none;
						  color: white; 
						  width: 4vw;
						  border-radius: 50%;
						  padding: .75vw 0vw;
						  font-size: 1.8vw;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	.buttonright		{ position: absolute;
						  top: 12vw; 
						  right: 12%;
						  background-color: #202020;
						  border: none;
						  color: white;
						  width: 4vw;
						  border-radius: 50%;
						  padding: .75vw 0vw;
						  font-size: 1.8vw;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	button:focus		{ outline: 0; }
	h2					{ font-size: 3.6vw; 
						  font-weight: 300;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	h3					{ font-weight: 300;
						  font-size: 3.1vw; 
						  color: #8896bc;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	.mySlides h3		{ margin-top: -2.5vw;
						  margin-bottom: 4vw; }
	

	/* Portfolio Page */
	div.portfolio		{ background-image: url("images/portfolioback.jpg");
						  background-repeat: no-repeat;
						  background-size: cover;
						  background-attachment: fixed; 
						  background-position: -50vw 10vh;
						  max-width: 100%;
						  height: 155vw;
						  -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	img.deals			{ position: relative;
						  width: 90%;
						  left: 5%; }
						  
						  
	/* Contact Page */
	div.contact			{ background-image: url("images/contactback.jpg");
						  background-repeat: no-repeat;
						  background-size: cover;
						  background-attachment: fixed;
						  background-position: -50vw 10vh; 
						  max-width: 100%;
						  height: 175vw;
						  -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	section.cmanage		{ margin: 32vh 10% 0vh 10%; 
						  line-height: 1.5;
						  font-size: 3vw;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s;  }
	div.form			{ position: absolute;
						  left: 5%;
						  width: 75%; }
	form > input		{ position: relative; 
						  width: 42%;
						  height: 4vw; 
						  padding: 2.25vw 2vw;
						  margin-bottom: 1vw; 
						  border-radius: 2vw;  
						  background-color: #202020;
						  border: .25vw solid #333230; 
						  color: white;
						  font-family: 'Cormorant', serif;
						  font-size: 2.5vw; }
	input.push			{ margin-left: 1.5vw; }
	input:focus			{ background-color: white;
						  transition: background-color .75s ease;
						  border: .25vw solid #8896bc;
						  transition: border .75s ease;
						  outline: 0;
						  color: black; }
	textarea.big		{ width: 93%;
						  height: 14vw; 
						  padding: 2vw;
						  border-radius: 2vw;  
						  background-color: #202020;
						  border: .25vw solid #333230; 
						  color: white;
						  font-family: 'Cormorant', serif;
						  font-size: 2.5vw;   
						  resize: none;
						  color: white; }
	textarea:focus		{ background-color: white;
						  transition: background-color .75s ease;
						  border: .25vw solid #8896bc;
						  transition: border .75s ease;
						  outline: 0; 
						  color: black; }
	::-webkit-input-placeholder { color: white;
								  font-family: 'Cormorant', serif; }
	:focus::-webkit-input-placeholder { color: black; }
	.csend				{ position: relative;
						  left: 86%;
						  width: 13%; 
						  height: 5.5vw; 
						  color: white;
						  background-color: #202020;
						  font-size: 2.2vw;
						  font-weight: 300;
						  border: .25vw solid #333230;
						  font-family: 'Cormorant', serif;
						  border-radius: 200px; }
	.csend:hover		{ cursor: pointer;
						  border: .25vw solid #8896bc; }
	.csend:focus		{ background-color: #202020;
						  color: #8896bc; }
	div.file			{ position: relative;
						  right: 4%;
						  top: 50vw;
						  width: 75%;}
	input.file			{ width: 75%;
						  height: 3.5vw;
						  font-size: 2.5vw; }
	input.upload		{ width: 20%;
						  height: 6vw;
						  font-size: 2.2vw;
						  border-radius: 200px;
						  font-family: 'Cormorant', serif; }
	input.upload:hover	{ cursor: pointer; 
						  border: .25vw solid #8896bc; }
	input.upload:focus	{ background-color: #202020;
						  color: #8896bc; }


	/* Policy Page */
	div.policy			{ max-width: 100%;
						  height: 855vw; }
	section.ppmanage	{ margin: 24vh 5% 0vh 5%; 
						  line-height: 1.5;
						  font-size: 3.2vw; }
	span.head			{ color: #8896bc;
						  font-size: 3.4vw; }
						  