	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: 2.6vw;
						  font-family: "Cormorant", serif;
						  margin: 3vh 10vw 1.5vh 0vw; }
	.button:hover		{ color: #8896bc;
						  background-color: #303030;
						  transition: color .5s ease; }
	.menu 				{ float: right; 
						  display: inline-block; }
	.menu-content 		{ display: none;
						  position: absolute;
						  margin-left: 1vw;
						  max-width: 33%;
						  z-index: 1; }
	.menu-content a 	{ color: lightgray;
						  background-color: #303030;
						  padding: 2.5vw 3.5vw 2.5vw 2.5vw;
						  text-decoration: none;
						  font-family: "Cormorant", serif;
						  display: block;
						  font-size: 2vw;
						  font-weight: 400;
						  border-bottom: .15vw solid black; 
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	.menu-content a:hover 	  { color: #8896bc; 
								border-bottom: .15vw solid #8896bc;
								transition: color .5s ease;
								transition: border .5s ease; }
	.menu:hover .menu-content { display: block; }
	.nav 				{ display: none; }
	img.header			{ position: absolute; 
					      top: 3vh; 
						  left: 9%;
						  width: 11%;
						  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: 0vw 0vh; 
						  max-width: 100%;
						  height: 75vw;
						  min-height: 100vh;
						  -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	div.intro			{ position: absolute;
						  top: 35vh;
						  left: 8%; 
						  right: 8%; 
						  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: 3vw 0vw 1.7vw 0vw; 
						  font-size: 2.6vw; }
	div.intro p 		{ text-align: center;
						  line-height: 1.5; 
						  font-size: 2vw;  
						  font-weight: 300;
						  margin: 1.4vw 1.7vw 2.35vw 1.7vw; }
	hr					{ width: 25vw; 
						  border: .005vw solid #8896bc; }
						  
						  
	/* Default Child Page Styling */
	section.manage		{ margin: 26vh 7% 0vh 7%; 
						  line-height: 1.5;
						  font-size: 2.2vw; }
	.manage h2			{ font-weight: 300; 
						  font-size: 2.6vw; }
	h1.manage			{ font-weight: 300; 
						  text-align: center;
						  font-size: 3vw;
						  position: relative;
						  top: 22vh; }
	figcaption			{ text-align: center;
						  font-size: 2vw; 
						  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: 2vw;
						  font-weight: 300;
						  text-align: center;
						  padding: .5vw 0vw; 
						  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; }
	a.lance:hover		{ color: #8896bc;
						  transition: color .5s ease; }
					
					
	/* Team Page */
	div.team			{ background-image: url("images/teamback.jpg");
						  background-repeat: no-repeat;
						  background-size: cover; 
						  background-attachment: fixed;
						  background-position: 0vw 0vh;
						  max-width: 100%;
						  height: 110vw; 
						  min-height: 100vh;
						  -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	.mySlides			{ display: none; }
	div.slides			{ position: absolute;
						  left: 5%;
						  right: 5%; 
						  top: 35vh; 
						  text-align: center; }
	.slides img			{ border-radius: 1.6vw; 
						  width: 17%; 
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	.slides p			{ font-size: 2vw;
						  line-height: 1.5; 
						  font-style: italic; }
	.buttonleft			{ position: absolute;
						  top: 9vw;
						  left: 20%;
						  background-color: #202020;
						  border: none;
						  color: white; 
						  width: 3vw;
						  border-radius: 50%;
						  padding: .55vw 0vw;
						  font-size: 1.4vw;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	.buttonright		{ position: absolute;
						  top: 9vw; 
						  right: 20%;
						  background-color: #202020;
						  border: none;
						  color: white;
						  width: 3vw;
						  border-radius: 50%;
						  padding: .55vw 0vw;
						  font-size: 1.4vw;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	button:hover		{ cursor: pointer;
						  color: #8896bc;
						  transition: color .5s ease; }
	button:focus		{ outline: 0; }
	h2					{ font-size: 2.3vw; 
						  font-weight: 300;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	h3					{ font-weight: 300;
						  font-size: 2vw;
						  color: #8896bc;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	.mySlides h3		{ margin-top: -1.5vw;
						  margin-bottom: 3vw; }
	
							  
	/* Portfolio Page */
	div.portfolio		{ background-image: url("images/portfolioback.jpg");
						  background-repeat: no-repeat;
						  background-size: cover;
						  background-attachment: fixed; 
						  background-position: 0vw 10vh;
						  max-width: 100%;
						  height: 105vw;
						  -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	img.deals			{ position: relative;
						  width: 80%;
						  left: 10%; }	
	
	
	/* Contact Page */
	div.contact			{ background-image: url("images/contactback.jpg");
						  background-repeat: no-repeat;
						  background-size: cover;
						  background-attachment: fixed; 
						  background-position: 0vw 10vh; 
						  max-width: 100%;
						  height: 125vw;
						  min-height: 100vh;
						  -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	section.cmanage		{ margin: 36vh 10% 0vh 10%; 
						  line-height: 1.5;
						  font-size: 2vw;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	div.form			{ position: absolute;
						  left: 5%;
						  width: 57.5%; }
	form > input		{ position: relative;
						  width: 42%;
						  height: 3vw; 
						  padding: 1.75vw 1.5vw;
						  margin-bottom: 1vw; 
						  border-radius: 1.75vw;  
						  background-color: #202020;
						  border: .175vw solid #333230; 
						  color: white;
						  font-family: 'Cormorant', serif;
						  font-size: 1.85vw; }
	input.push			{ margin-left: 1.5vw; }
	input:hover			{ border: .175vw solid #8896bc;
						  transition: border .5s ease; }
	input:focus			{ background-color: white;
						  transition: background-color .75s ease;
						  border: .175vw solid #8896bc;
						  outline: 0;
						  color: black; }
	textarea.big		{ width: 93%; 
						  height: 11vw; 
						  padding: 1.5vw;
						  border-radius: 1.75vw;  
						  background-color: #202020;
						  border: .175vw solid #333230; 
						  color: white;
						  font-family: 'Cormorant', serif;
						  font-size: 1.85vw;   
						  resize: none;
						  color: white; }
	textarea:hover		{ border: .175vw solid #8896bc;
						  transition: border .5s ease; }
	textarea:focus		{ background-color: white;
						  transition: background-color .75s ease;
						  border: .175vw solid #8896bc;
						  outline: 0; 
						  color: black; }
	::-webkit-input-placeholder { color: white;
								  font-family: 'Cormorant', serif; }
	:focus::-webkit-input-placeholder { color: black; }
	.csend				{ position: relative;
						  left: 87%;
						  width: 12%; 
						  height: 4vw;
						  color: white;
						  background-color: #202020;
						  font-size: 1.5vw;
						  font-weight: 300;
						  border: .175vw solid #333230;
						  font-family: 'Cormorant', serif;
						  border-radius: 200px; }
	.csend:hover		{ cursor: pointer;
						  border: .175vw solid #8896bc; }
	.csend:focus		{ background-color: #202020;
						  color: #6cbf22; }
	div.file			{ position: relative;
						  right: 4%;
						  top: 40vw;
						  width: 75%;}
	input.file			{ width: 50%;
						  height: 2.5vw;
						  font-size: 1.85vw; }
	input.upload		{ width: 13.5%;
						  height: 4.25vw;
						  font-size: 1.5vw;
						  border-radius: 200px;
						  font-family: 'Cormorant', serif; }
	input.upload:hover	{ cursor: pointer; 
						  border: .175vw solid #8896bc; }
	input.upload:focus	{ background-color: #202020;
						  color: #8896bc; }


	/* Policy Page */
	div.policy			{ max-width: 100%;
						  height: 485vw; }
	section.ppmanage	{ margin: 27vh 7% 0vh 7%; 
						  line-height: 1.5;
						  font-size: 2.2vw; }
	span.head			{ color: #8896bc;
						  font-size: 2.35vw; }
						 
						  