	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 */
	.nav ul				{ list-style-type: none;
						  margin: 0px;
						  padding: 0px;
						  overflow: hidden;
						  margin-right: 6%; 
						  padding: 7.5vh 0vw 6.7vh 0vw; }
	.nav li				{ float: right;
						  animation: none; }
	.nav li a			{ display: block;
						  padding: 0vh 1.5vw 0vh 1.5vw;
						  text-decoration: none;
						  font-size: 1.4vw; 
						  font-weight: 300;
						  color: lightgray;
						  border-right: .05vw solid black; }
	.nav li a:hover		{ color: #8896bc;
						  transition: color .5s ease; }
	.nav li a.contact	{ border-right: none; }
	.menu				{ display: none; }
	.button				{ display: none; }
	img.header			{ position: absolute; 
					      top: 3.5vh; 
						  left: 8%;
						  width: 14vh;
						  max-width: 100%; }
						 
						 
	/* Home Page */
	div.main			{ background-image: url("images/indexback.jpg");
						  background-repeat: no-repeat;
						  background-size: 100% auto;
						  background-attachment: fixed; 
						  background-position: 0vw -10vh; 
						  max-width: 100%;
						  height: 60vw;
						  -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	div.intro			{ position: absolute;
						  top: 40vh;
						  left: 16%; 
						  width: 68%; 
						  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: 5.2vh 0vw 2.6vh 0vw; 
						  font-size: 2vw; }
	div.intro p 		{ text-align: center;
						  line-height: 1.5; 
						  font-size: 1.4vw;
						  font-weight: 300;
						  margin: 2vh 2vw 4.5vh 2vw; }
	hr					{ width: 20vw; 
						  border: .005vw solid #8896bc; }
						  
						  
	/* Default Child Page Styling */
	section.manage		{ margin: 28vh 10% 0vh 10%; 
						  line-height: 1.5;
						  font-size: 1.5vw; }
	.manage h2			{ font-weight: 300; 
						  font-size: 1.8vw; }
	h1.manage			{ font-weight: 300; 
						  text-align: center; 
						  font-size: 2.2vw;
						  position: relative;
						  top: 22vh; }
	figcaption			{ text-align: center;
						  font-size: 1.4vw;
						  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: 1.3vw;
						  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: 100% auto;
						  background-attachment: fixed;
						  background-position: 0vw -20vh;
						  max-width: 100%;
						  height: 70vw;
						  -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	.mySlides			{ display: none; }
	div.slides			{ position: absolute;
						  left: 12%;
						  right: 12%; 
						  top: 35vh;
						  text-align: center; }
	.slides img			{ border-radius: 1.6vw; 
						  width: 14%;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	.slides p			{ font-size: 1.35vw;
						  line-height: 1.5;
						  font-style: italic; }
	.buttonleft			{ position: absolute;
						  top: 7vw;
						  left: 15.78%;
						  background-color: #202020;
						  border: none;
						  color: white; 
						  width: 2vw;
						  border-radius: 50%;
						  padding: .35vw 0vw;
						  font-size: 1vw; 
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	.buttonright		{ position: absolute;
						  top: 7vw; 
						  right: 15.78%;
						  background-color: #202020;
						  border: none;
						  color: white;
						  width: 2vw;
						  border-radius: 50%;
						  padding: .35vw 0vw;
						  font-size: 1vw;
						  -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: 1.9vw;
						  font-weight: 300;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	h3					{ font-weight: 300;
						  font-size: 1.5vw;
						  color: #8896bc; 
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	.mySlides h3		{ margin-top: -1vw;
						  margin-bottom: 2vw; }


	/* Portfolio Page */
	div.portfolio		{ background-image: url("images/portfolioback.jpg");
						  background-repeat: no-repeat;
						  background-size: 100% auto;
						  background-attachment: fixed; 
						  background-position: 0vw -10vh;
						  max-width: 100%;
						  height: 75vw;
						  -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	img.deals			{ position: relative;
						  width: 70%;
						  left: 15%; }


	/* Contact Page */
	div.contact			{ background-image: url("images/contactback.jpg");
						  background-repeat: no-repeat;
						  background-size: 100% auto;
						  background-position: 0vw 0vh; 
						  max-width: 100%;
						  height: 70vw;
						  -webkit-animation: fadein 1s;
						  -moz-animation: fadein 1s; }
	section.cmanage		{ margin: 35vh 10% 0vh 10%; 
						  line-height: 1.5;
						  font-size: 1.4vw;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	div.form			{ position: absolute;
						  left: 7%;
						  width: 50%; }
	form > input		{ position: relative;
						  width: 37.5%;
						  height: 3vw; 
						  padding: .65vw 1vw .65vw 1vw;
						  margin-bottom: 1vw; 
						  border-radius: 1.25vw;  
						  background-color: #202020;
						  border: .15vw solid #333230; 
						  color: white;
						  font-family: 'Cormorant', serif;
						  font-size: 1.25vw; }
	input.push			{ margin-left: 1.5vw; }
	input:hover			{ border: .15vw solid #8896bc;
						  transition: border .5s ease; }
	input:focus			{ background-color: white;
						  transition: background-color .75s ease;
						  border: .15vw solid #8896bc;
						  outline: 0;
						  color: black; }
	textarea.big		{ width: 83%; 
						  height: 9vw; 
						  padding: 1.25vw 1vw .65vw 1.25vw;
						  border-radius: 1.25vw;  
						  background-color: #202020;
						  border: .15vw solid #333230; 
						  color: white;
						  font-family: 'Cormorant', serif;
						  font-size: 1.25vw;   
						  resize: none;
						  color: white; }
	textarea:hover		{ border: .15vw solid #8896bc;
						  transition: border .5s ease; }
	textarea:focus		{ background-color: white;
						  transition: background-color .75s ease;
						  border: .15vw 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: 79%;
						  width: 9%; 
						  height: 2.75vw;
						  color: white;
						  background-color: #202020;
						  font-size: 1vw;
						  font-weight: 300;
						  border: .12vw solid #333230;
						  font-family: 'Cormorant', serif;
						  border-radius: 200px; }
	.csend:hover		{ cursor: pointer;
						  border: .12vw solid #8896bc; }
	.csend:focus		{ background-color: #202020;
						  color: #8896bc; }
	div.file			{ position: absolute;
						  left: 60%;
						  width: 33%;
						  margin-top: 5vh; }
	input.file			{ width: 60%;
						  height: 1.75vw;
						  font-size: 1.15vw; }
	input.upload		{ width: 16%;
						  height: 2.75vw;
						  font-size: 1vw; 
						  border-radius: 200px;
						  font-family: 'Cormorant', serif; }
	input.upload:hover	{ cursor: pointer; 
						  border: .12vw solid #8896bc; }
	input.upload:focus	{ background-color: #202020;
						  color: #8896bc; }
						  
	
	/* Policy Page */
	div.policy			{ max-width: 100%;
						  height: 270vw; }
	section.ppmanage	{ margin: 27vh 10% 0vh 10%; 
						  line-height: 1.5;
						  font-size: 1.45vw; }
	span.head			{ color: #8896bc;
						  font-size: 1.55vw; }
						  
						  