	html				{ height: 100%; 
						  scroll-behavior: smooth;
						  overscroll-behavior: contain; }
	
	/* Default Body Styling */
	body				{ position: relative;
						  max-width: 100%;
						  min-height: 100%; 
						  font-family: 'Cormorant Garamond', serif;
						  margin: 0px; 
						  background-color: black;
						  color: white; }
	img					{ max-width: 100%; 
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	header				{ background-color: white;
						  position: fixed;
						  top: 0%;
						  width: 100%;
						  z-index: 1; 
						  box-shadow: 0vw 0vw 1.5vw #15274a; }
	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; }
	h2					{ font-size: 2vw;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s;  }
	h3					{ font-weight: normal;
						  font-size: 1.6vw;
						  color: #E7E8E7; 
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	
	
	/* Navigation Bar */
	.nav ul				{ list-style-type: none;
						  margin: 0px;
						  padding: 0px;
						  overflow: hidden;
						  margin-right: 5%; 
						  padding: 7vh 0vw 6vh 0vw; }
	.nav li				{ float: right;
						  animation: none; }
	.nav li a			{ display: block;
						  padding: 0vh 1.7vw 0vh 1.7vw;
						  text-decoration: none;
						  font-size: 2vw;
						  font-weight: 1.2em;
						  color: black;
						  border-right: .13vw solid #E7E8E7; }
	.nav li a:hover		{ color: #15274a; }
	.nav li a.contact	{ border-right: none; }
	.menu				{ display: none; }
	.button				{ display: none; }
	img.header			{ position: absolute; 
					      top: 3vh; 
						  left: 6%;
						  width: 18%;
						  max-width: 100%;
						  animation: none; }
						 
			
			
	/* Home Page */
	div.main			{ background-image: url("images/indexback.jpg");
						  background-repeat: no-repeat;
						  background-size: cover;
						  background-attachment: fixed;
						  background-position: -10vw 3vh; 
						  max-width: 100%;
						  height: 92vh;
						  min-height: 100%; }
	div.intro			{ position: absolute;
						  top: 35vh;
						  left: 8%; 
						  right: 8%; 
						  background-color: rgba(21, 39, 74, .9);
						  color: white;
						  border-radius: 3.25vw;
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	div.intro h1		{ font-weight: normal;
						  text-align: center;
						  margin: 3.3vw 0vw 2vw 0vw; 
						  font-size: 2.6vw; }
	div.intro p 		{ text-align: center;
						  line-height: 1.5; 
						  font-size: 2vw;  
						  margin: 1.7vw 2vw 2.7vw 2vw; }
	hr					{ width: 25vw; 
						  border: .005vw solid #E7E8E7; }
	p.aid				{ display: none; 
						  /*position: relative;
						  text-align: center; 
						  font-size: 1.6vw; 
						  top: 200px;*/ }
						  
						  
	/* Default Child Page Styling */
	section.manage		{ margin: 26vh 7% 0vh 7%; 
						  line-height: 1.5;
						  font-size: 2.2vw; }
	.manage h2			{ font-weight: normal; 
						  font-size: 2.6vw; }
	h1.manage			{ font-weight: normal; 
						  text-align: center;
						  font-size: 3vw;
						  position: relative;
						  top: 22vh; }
	footer				{ position: absolute;
						  left: 0px;
						  right: 0px; 
						  bottom: 0px;
						  width: 100%;
						  color: white;
						  background-color: #15274a;
						  text-decoration: bold;
						  font-size: 2vw; 
						  text-align: center;
						  padding: .3vw 0vw; 
						  line-height: 2.5; }
	footer > p			{ animation: none; }
	a.lance				{ color: white;
						  text-decoration: none; }
	a.lance:visited		{ color: white; }
	a.lance:hover		{ color: #E7E8E7; }
	
	
	/* Meet Page */
	div.meet			{ background-image: url("images/meetback.jpg");
						  background-repeat: no-repeat;
						  background-size: cover; 
						  background-attachment: fixed;
						  background-position: 0vw 0vw;
						  max-width: 100%;
						  height: 100vw; 
						  min-height: 92vh; }
	div.slides			{ position: absolute;
						  left: 5%;
						  right: 5%; 
						  top: 36vh; 
						  text-align: center; }
	.slides img			{ border-radius: 1.6vw; 
						  width: 17%; }
	.slides p			{ font-size: 2vw;
						  line-height: 1.5; }
	.buttonleft			{ position: absolute;
						  top: 8vw;
						  left: 20%;
						  background-color: #202020;
						  border: none;
						  color: white; 
						  border-radius: 1.6vw;
						  padding: .35vw .76vw .43vw .76vw;
						  font-size: 1.2vw; }
	.buttonright		{ position: absolute;
						  top: 8vw; 
						  right: 20%;
						  background-color: #202020;
						  border: none;
						  color: white;
						  border-radius: 1.6vw;
						  padding: .35vw .76vw .43vw .76vw;
						  font-size: 1.2vw; }
	button:hover		{ cursor: pointer;
						  background-color: #15274a; }
	button:focus		{ outline: 0; }
	h2					{ font-size: 2.3vw; 
						  line-height: .75; }
	h3					{ font-weight: normal;
						  font-size: 1.9vw; }


	/* Portfolio Page */
	div.folio			{ background-image: url("images/portfolioback.jpg");
						  background-repeat: no-repeat;
						  background-size: cover;
						  background-attachment: fixed; 
						  background-position: 0vw 10vh;
						  max-width: 100%;
						  height: 95vw;
						  min-height: 92vh; }
	img.deals			{ position: relative;
						  width: 70%;
						  left: 15%; }
	
	/* 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: 135vw; }
	div.contactinfo		{ position: relative;
						  top: 7vh;
						  text-align: center; }
	p.ctext				{ font-size: 1.8vw;
						  line-height: 1.75;
						  text-align: left; }
	a.link				{ color: white; }
	a.link:visited		{ color: white; }
	a.link:hover		{ color: #15274a; }
	form > input		{ position: relative; 
						  width: 34%;
						  top: 4vh; 
						  right: 6%; 
						  height: 3.5vw; 
						  padding: 1.6vw 1.4vw 1.6vw 1.4vw;
						  border-radius: 1.25vw;   
						  background-color: #15274a;
						  border: .15vw solid #15274a;
						  color: white;
						  font-family: 'Times New Roman', Times, serif;
						  font-size: 1.9vw; 
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	input.push			{ margin-left: 1.5vw; }
	input:hover			{ border: .15vw solid gray; }
	input:focus			{ background-color: white;
						  border: .15vw solid #15274a;
						  outline: 0;
						  color: black; }
	textarea.big		{ position: relative; 
						  width: 73%;
						  top: 6vh; 
						  right: 6%;  
						  height: 13vw; 
						  padding: 1.7vw;
						  border-radius: 1.25vw;   
						  background-color: #15274a;
						  border: .15vw solid #15274a; 
						  color: white;
						  font-family: 'Times New Roman', Times, serif;
						  font-size: 1.9vw;   
						  resize: none;
						  color: white; 
						  margin-top: -4vh; 
						  -webkit-animation: fadein 2s;
						  -moz-animation: fadein 2s; }
	textarea:hover		{ border: .15vw solid gray; }
	textarea:focus		{ background-color: white;
						  border: .15vw solid #15274a;
						  outline: 0; 
						  color: black; }
	::-webkit-input-placeholder { color: white;
								  font-family: 'Cormorant Garamond', serif;  }
	:focus::-webkit-input-placeholder { color: black; }
	.csend				{ position: relative;
						  left: 63%;
						  width: 8%; 
						  height: 3.75vw;
						  margin-top: 2vh; 
						  color: white;
						  background-color: #15274a;
						  font-size: 1.6vw;
						  border: .15vw solid #15274a;
						  font-family: 'Cormorant Garamond', serif; }
	.csend:hover		{ cursor: pointer;
						  border: .15vw solid gray; }
						 
						  