* {	
	box-sizing: : border-box;	margin: 0;	padding: 0;	
	font-family: 'trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}

	nav {
	display: flex;
	position: fixed;
	right: 0;
	left: 0;
	align-items: center;
	padding: 0rem calc(80vw/10);
	height: 80px;
	width: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);	}

	.logo {	 width: 30%; padding: 0 2rem;	}
	.headshot {  	aspect-ratio: fixed;  	height: 20vw;	vertical-align: text-top;	margin-right: 1vw;	float: right;		}
	.hero {}

	.column-left {
	background-attachment: fixed; /*edit*/
	background-image: linear-gradient(60deg, #707070, #4a4a4a 75%);
	display: flex;
	margin-top: -50px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: #000;
	padding: 0rem 2rem;			}

		html, body {
		background: rgba(0, 0, 0, 100);
		background-image: url("modular.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;}

		.logo {
	  	aspect-ratio: fixed;
	  	margin-top: 0.2%;
	  	margin-left: -2.5%;	
	  	margin-right: -20%
	  }

		.nav-items{
			font-size: 1rem;
			overflow: hidden;
			white-space: nowrap;
		}

		.nav-items a {
		  float: left;
		  display: block;
		  color: #000;
		  text-align: center;
		  padding: 14px 16px;
		  text-decoration: none;
		  font-size: 17px;
		}

		.hero-container {
		height: 95vh;
		width: calc(50vw + 255px);
		padding: 5vh 15vw;}

		.banner {
	  	object-fit: cover;
	  	width: 64vw;
	  	margin-left: -2vw;
		vertical-align: text-top; }

		.column-left p {
		margin-bottom: 2rem;
		font-size: 1.2rem;
		line-height: 1;}

		.column-left h1 {
		margin-bottom: 2rem;
		font-size: 2.5vw;}

		.column-left h2 {
		margin-bottom: 2rem;
		font-size: 2.5vw;}

		button {
		padding: 1rem 3rem;
		font-size: 1rem;
		border: none;
		color: #FFF;
		background: #000;
		cursor: pointer;
		border-radius: 50px;}

		button:hover {
		background: #fff;
		color: #000;}
	

					/* Change the color of links on hover */
				.nav-items a:hover {
				  background-color: #ddd;
				  color: black;
				}

				/* Add an active class to highlight the current page */
				.nav-items a.active {
/*				  background-color: #04AA6D;*/
				  color: black;
				}

				/* Hide the link that should open and close the topnav on small screens */
				.nav-items .icon {
				  display: none;
				}




	/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
			@media screen and (max-width: 600px) {
			  .nav-items a:not(:first-child) {display: none;}
			  .nav-items a.icon {
			    float: right;
			    display: block;
			  }
		}

			/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
			@media screen and (max-width: 600px) {
			  .nav-items.responsive {
			  	background: linear-gradient(60deg, rgba(112, 112, 112, 0.8), rgba(74, 74, 74, 0.9) 75%);
			    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);	
			  	margin-top: 278px;
			  	position: fixed;
			  	margin-left: 50%;
			  }
			  .nav-items.responsive a.icon {
			    position: absolute;
			    right: 0;
			    top: 0;
			  }
			  .nav-items.responsive a {
			  	margin-top: -10%;
			    float: none;
			    display: block;
			    text-align: left;
			  }
			}


	.hero-image {	width: 75%;	height: 75%;}

	.ifc {  position: relative;  overflow: hidden;  width: 75%;  height: 75%;  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */}

	.responsive-iframe {  position: absolute;  top: 0;  left: 0;  bottom: 0;  right: 0;  width: 100%;  height: 100%;}



