@import url('http://fonts.cdnfonts.com/css/sf-pro-display');

@font-face {
  font-family: 'SF Pro Display', sans-serif;
}

body { font-family: 'SF Pro Display'; padding: 0px; margin: 0px; background-color: #fff;}
header { padding: 0px; margin: 0px; }
h1 { font-family: 'SF Pro Display'; font-size: 40px; font-weight: 700; font-style: normal; line-height: 45px; margin: 0px; padding: 0px; line-height: 40px; }
h2 { font-family: 'SF Pro Display'; font-size: 22px; font-weight: 700; font-style: normal; margin: 0px; padding: 0px;}
h3 { font-family: 'SF Pro Display'; font-size: 16px; font-weight: 700; font-style: normal; margin: 40px 0 10px 0;}
h4 { padding: 0px; margin: 0px; }
div { padding: 0px; margin: 0px; }
p { 
	padding: 0px; 
	margin: 0px;
	font-family: 'SF Pro Display';
	font-weight: 400; font-style: normal; 
	font-size: 14px;
	line-height: 23px;
}
a { 
	font-size: 14px;  
	text-decoration: none;
	color: #0066c0;
	font-weight: 500;
	-o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  /* ...and now for the proper property */
  transition:.2s;
}
a .no-link { color: #000; }
a:hover { color: #022C52; text-decoration: none;}
a:visited { text-decoration: none; }
/*a:hover .menu-link { text-decoration: none; }*/
a:active { text-decoration: none; }
ul { padding: 0px; margin: 0px;}
/*prevent body from scrolling */
form {
    margin-bottom: 0em;
}

section { display: block; width: 100%; }

article { display: block; width: 100%; }

main { display: block; width: 100%; }

.display-none {
	display: none;
}

.display-inline {
	display: inline;
}

#header {
	background-color: #0C2527;
	vertical-align: middle;
	position: relative;
}

.static-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 900; height: 200px;}

.project-lane { }

.engelbart {
	font-family: 'SF Pro Display';
	font-weight: 900; font-style: normal; 
	display: inline-block;
	color: #FFF;
}

.design {
	font-family: 'SF Pro Display';
	font-weight: 900; font-style: normal; 
	margin-right: 90px;
	display: inline-block;
	font-color: b4b4b4 !important;
	color: #b4b4b4;
}
.float-l { float: left; }
.float-r { float: right; }
.clear { clear: both; }

.logo a { 
	display: block; 
	color: #fff; 
	text-decoration: none; 
	position: relative;
  }

#primary-button {
	background-color: #15CADC;
	border-radius: 3px;
	color: #000;
	font-family: "SF Pro Display";
	font-weight: 700;
	border: none;
	border-radius: 100px;
	z-index: 3;
	height: 80px;
}
#primary-button:hover { 
	background-color: 
	#64EDFB;
	cursor: pointer; 
	-o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;
  /* ...and now for the proper property */
  transition:.2s;
}
.button-depth {
	background-color: #000;
	border-radius: 4px;
	height: 12px;
	position: relative;
	top: -8px;
	z-index: 0;
}

.introduction { 
	background-image: url(../img/svg/organic_bgd.svg);
	color: #fff;
	background-repeat: no-repeat;
	background-size:cover;
}

.introduction ul { list-style: none; }

.introduction-copy { margin: 0 0 20px 0; font-size: 48px; }



.responsive-hero { 
	margin-top: 50px;
	background-size: cover;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
}

.projects { 
	display: grid;
  	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); 
}


.project-card { 
	
}

.mobile-project-card {
	background-color: #fff; 
}

/*.project-card {
	position: relative; 
	top: -425px; 
	background-color: #fff;
	height: 770px;
	border-radius: 5px 5px 10px 10px;
	box-shadow: 0px 3px 23px 0px #0000001A;
	overflow: hidden;
}*/

.project-color-stripe {
	position: relative;
	width: 100%;
	height: 5px;
	left: 0px;
	top: 0px;
	background: #0DA4B3;
	border-radius: 10px 10px 0 0 ;
}
.project-color-stripe-fresh {
	position: relative;
	width: 100%;
	height: 5px;
	left: 0px;
	top: 0px;
	background: #75B91F;
	border-radius: 10px 10px 0 0 ;
}

.project-color-stripe-fusion {
	position: relative;
	width: 100%;
	height: 5px;
	left: 0px;
	top: 0px;
	background: #F57F20;
	border-radius: 10px 10px 0 0 ;
}

.project-card-content { }

.hero-title {  }

.project-logo-hero { /*position: relative; top: -125px;*/}
.project-logo img { margin-bottom: 20px; }

.date { font-size: 14px; font-weight: 700; margin: 15px 0;}

.project-organic-shape {
	background-image: url(../img/svg/project_organic_shape.svg);
	background-repeat: no-repeat;
	height: 200px;
	background-size:cover;
}
.project-organic-shape-green {
	background-image: url(../img/svg/project_organic_shape_green.svg);
	background-repeat: no-repeat;
	height: 200px;
	background-size:cover;
}



#footer {
	background-image: url(../img/svg/bottom_organic_bgd.svg);
	background-size:cover;
	background-repeat: no-repeat; 
}

#footer ul { list-style: none; }

.footer-element { 
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center; 
}

.explainer { margin-bottom: 20px; }

.project-pitch { color: #838383; font-size: 20px; font-weight: 500; margin: 10px 0 20px 0; line-height: 30px;}

.detail-page-top { }

.detail-page-bottom { }

.detail-page-hero { 
	padding: 250px 120px 120px 120px;
}
.detail-page-bgd-image { 
	width: 100%;
	background-image: url(../img/svg/detail_page_bgd.svg);
	background-size:cover;
	background-repeat: no-repeat;
	
	/*position: relative;
	left: -120px;*/
	/*background-position: 0 100px;*/
	margin-bottom: 30px;
}
.hero-image {
	margin: 20px 0px 0px 0px; 
}


.article-section { margin: 0 0 20px 0; }

.project-image { margin: 15px 0 0 0; }


.project-image img { width: 100%; }

/*.project-image {
	height: 300px;
	width: 100%;
	background-color: #ccc;
	margin: 20px 0 0 0;
}*/

.project-image-subtext { font-size: 12px; color: #666; padding: 10px 0 20px 0;}


.article-section ul {
	margin: 0px 20px 20px 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

/*----- old stuff*/

.medium {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 6px;
}

.bgd-image {
	width: 450px;
	height: 300px;
	display: inline-block;
  overflow: hidden;
	position: relative;
	top: 0;
	background-color: #ccc;
}

.triangle {
    border-top: 1500px solid #fff;
    border-right: 73px solid transparent;
    position: relative;
    /*left: -430px;*/
    top: -390px;
    z-index: 200;
    display: inline-block;
}
.clip-block {
  text-align: center;
}

.clip-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 0;
}

.clip-css {
  -webkit-clip-path: polygon(15% 0%, 90% 0%, 90% 90%, 10% 90%);
  clip-path: polygon(15% 0%, 90% 0%, 90% 90%, 10% 90%);
}


.divider {
	background-color: #fAfAfA;
	height: 8px;
	width: 100%;
	border-bottom: 1px solid #DFDFDF;
}

.logo { }

.no-scroll {
  overflow: hidden;
}

/* allow the menu to scroll */

.image-carousel {
	width: 100%;
	background-color: #ccc;
	background-image: url(../img/bgd-top.png);
}


.col-1-4 {
  /*width: 13.5%;*/
  background-color: #000;
  overflow: hidden;
  /*border: 1px solid #ccc;*/
}
.col-1-4:hover {
  /*border: 1px solid #cc0000;*/
}
.col-1-4 img{
    /*border: solid 1px #ddd;*/
    width: 100%;
    /*-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;*/
	/*opacity: .8;*/
	position: relative;
	z-index: 1;
}
.veil {
    position:relative; 
    background-color: #cc0000; 
    opacity: .2; 
    top: -206px; 
    height: 500px; 
    width: 100%;
    display: inline-block;
    z-index: 2;
}
.veil:hover {
    -moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    opacity: 0;
}

.col-1-4:hover img{
    width: 100%;
    /*-moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);*/
    /*opacity: .65;*/
}
[class*='col-'] {
  float: left;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*='col-'] {
  margin-right: 5px;
  margin-bottom: 3px;
}


.carousel-header {
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	font-family: 'SF Pro Display';
	/*padding: 120px;*/
}
.carousel-content {
	text-align: center;
}




@media screen and (max-device-width: 480px) {
    body {
        /*background-color: blue;*/
        /*background-color: #EEEEEE;*/
        /*width: fit-content;*/
    }
    h1 { font-size: 30px; line-height: 32px; }
    #header { position: fixed; top: 0; left: 0px; width: 100%; height: 75px; z-index: 3000; }
		.header-space { height: 65px; display: inline-block; }
		.logo { margin: 23px 0 8px 23px; }
		.engelbart { font-size: 22px; }
		.design { font-size: 22px; }
		
		
		.projects > ul {
		  display: grid;
		  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		  grid-gap: 0rem;
		  list-style: none;
		  margin: 0px 0px;
		}
		.projects > ul > li {
			margin: 0px 0px 0px 0px ;
		}

		.projects figure { margin: 15px 0px;}

		#primary-button {
			font-size: 14px;
			padding: 0px 30px 0px 30px;
			height: 50px;
		}
    
		br { 
			display: block; /* makes it have a width */
		  content: ""; /* clears default height */
		  height: 60px; /* change this to whatever height you want it */
		}

		

		.introduction { 
			font-size: 24px; 
			font-weight: 900; 
			line-height: 40px;
			/*width: fit-content;*/
			height: 530px;
			/*padding: 30px 30px 50px 30px;*/
			/*padding: 30px;*/
		}

		.introduction-copy { margin: 0 0 20px 0; font-size: 30px; }

		.homepage-hero-photo { margin: 15px 0px 0 30px; }
		.homepage-hero-photo img { width: 100%; }

		.homepage-photo { margin: 15px 0px 0 30PX;  }
		.homepage-photo img { width: 90%; }

		.old-homepage-photo { margin: 0px; position: relative; bottom: -16px; }
		.old-homepage-photo img { width: 100%; }


		#project-arrow-hero {
			background-image: url(../img/svg/project_arrow.svg);
			position: relative;
			bottom: 99px;
			right: 27px;
			height: 65px;
			width: 65px;
			border-radius: 65px;
			background-size: contain;
			background-repeat: no-repeat;
			box-shadow: 0px 3px 23px 0px #0000001A;
		}
		#project-arrow-hero:hover { 
			background-image: url(../img/svg/project_arrow_hover.svg);
			background-repeat: no-repeat;
			cursor: pointer; 
			-o-transition:.2s;
		  -ms-transition:.2s;
		  -moz-transition:.2s;
		  -webkit-transition:.2s;
		  /* ...and now for the proper property */
		  transition:.2s;
		  box-shadow: 0px 3px 23px 0px #0000001A;
		}

		#project-arrow {
			background-image: url(../img/svg/project_arrow.svg);
			display: none;
			position: relative;
			bottom: 99px;
			right: 27px;
			height: 65px;
			width: 65px;
			border-radius: 65px;
			background-size: contain;
			background-repeat: no-repeat;
			box-shadow: 0px 3px 23px 0px #0000001A;
		}
		#project-arrow:hover { 
			background-image: url(../img/svg/project_arrow_hover.svg);
			background-repeat: no-repeat;
			background-size: contain;
			cursor: pointer; 
			-o-transition:.2s;
		  -ms-transition:.2s;
		  -moz-transition:.2s;
		  -webkit-transition:.2s;
		  /* ...and now for the proper property */
		  transition:.2s;
		}
		
	
		.mobile-project-card { display: inline-block; }
		.project-card { 
			display: none;
			background-color: #fff; 
			position: relative; 
			height: 820px; 
			border-radius: 5px 5px 10px 10px;
			box-shadow: 0px 3px 23px 0px #0000001A;
			overflow: hidden; 

		}

		.mobile-div { height: 5px; width: 100%; background-color: #EBEBEB; }

		.intro-spacing { padding: 30px !important; }
		.project-spacing { padding: 0px 30px; }
		.hero-title { width: 100%; }

		.profile-photo { height: 60px; margin-bottom: 20px;}
		.project-lane { margin: 0; display: block; position: relative; top: 0px; }
		.project-card-content { margin: 80px 30px 20px 30px; }

		.main-style { position: relative; }
		
		#product-detail-header { 
			width: 100%;
			height: 30px; 
			padding: 30px ;
			background-color: #0C2527;
			vertical-align: middle;
			position: relative;
			z-index: 900px !important;
		}
		.product-detail-header-arrow {
			position: relative;
			top: -8px;
		}
		.detail-page-logo { 
			/*margin: 0px 20px;*/
			position: relative;
			top: 1px;
			left: 10px;
		}
		.project-logo { display: none; }
		.detail-page-top { padding: 130px 0px 0px 0px; display: inline-block; width: 100%; }
		.detail-page-bottom { padding: 0px 30px 120px 30px; }
		.hero-image img {
			margin: 0 30px 0 30px;
			width: 80%;
		}

		#footer {
			height: 100%;
			padding: 50px 50px 50px 50px;
			margin-top: 0px;  
		}
		.mobile-hero { display: inline; }
		a { color: #222 ; }
		.responsive-hero { display: none; }

}
@media screen and (min-device-width: 480px) {
    body {
        /*background-color: lightgreen;    */
        /*background-color: #EEEEEE;*/
    }
    h1 { font-size: 38px; line-height: 49px; }
    #header { position: fixed; top: 0; left: 0px; width: 100%; height: 82px; z-index: 3000;/*border-bottom: 3px solid #cc0000;*/ }
   /* .header-space { height: 75px; display: inline-block;}*/
   .logo { margin: 23px 0 8px 28px; }
   .engelbart { font-size: 22px; }
		.design { font-size: 22px; }
  

    br { 
			display: block; /* makes it have a width */
		  content: ""; /* clears default height */
		  height: 60px; /* change this to whatever height you want it */
		}

    .profile-photo { 
    	height: 60px;
    	margin: 30px 0 20px 0;
    }
    
    .main-style { position: relative; top: -150px;}

    .responsive-hero { display: inline; }
    .mobile-hero { display: none; }

    .project-logo-hero { display: none; }

    .introduction { 
			font-size: 25px; 
			font-weight: 900; 
			line-height: 44px;
			height: 700px;
			/*padding: 30px 180px 50px 180px;*/
		}
		.introduction-copy { margin: 0 0 20px 0; font-size: 30px; }
		.intro-spacing { padding: 60px 60px 0 60px; }
		.project-spacing { padding: 0 60px; }

		.homepage-hero-photo { margin-left: 80px; }
		.homepage-hero-photo img { width: 90%; }

		.homepage-photo { margin: 15px 0px 0 30PX; }
		.homepage-photo img { width: 90%; }

		.old-homepage-photo { margin: 0px; position: relative; bottom: -16px; }
		.old-homepage-photo img { width: 100%; }

		#project-arrow-hero {
			display: inline;
			background-image: url(../img/svg/project_arrow.svg);
			position: relative;
			bottom: 144px;
			right: 39px;
			height: 101px;
			width: 101px;
			background-repeat: no-repeat;
		}
		#project-arrow-hero:hover { 
			display: inline;
			background-image: url(../img/svg/project_arrow_hover.svg);
			cursor: pointer; 
			-o-transition:.2s;
		  -ms-transition:.2s;
		  -moz-transition:.2s;
		  -webkit-transition:.2s;
		  /* ...and now for the proper property */
		  transition:.2s;
		}

		/*#project-arrow-hero-mobile {
			display: none;
			background-image: url(../img/svg/project_arrow.svg);
			position: relative;
			bottom: 247px;
			right: 42px;
			height: 101px;
			width: 101px;
			background-repeat: no-repeat;
		}*/

		#project-arrow {
			background-image: url(../img/svg/project_arrow.svg);
			position: relative;
			bottom: -116px;
			right: -30px;
			height: 101px;
			width: 101px;
			background-repeat: no-repeat;
		}
		#project-arrow:hover { 
			background-image: url(../img/svg/project_arrow_hover.svg);
			cursor: pointer; 
			-o-transition:.2s;
		  -ms-transition:.2s;
		  -moz-transition:.2s;
		  -webkit-transition:.2s;
		  /* ...and now for the proper property */
		  transition:.2s;
		}
.projects
		.projects > ul {
		  display: grid;
		  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		  grid-gap: 3rem;
		  list-style: none;
		  margin: 0px 60px;
		}
		.projects > ul > li {
			margin: 0px 0px 0px 0px ;
		}

		.projects figure { margin: 0px; height: 450px; }

		#primary-button {
			font-size: 18px;
			padding: 0px 40px 0px 40px;
			height: 80px;
		}

		.mobile-project-card { display: none; }
		.project-card { 
			display: inline;
			background-color: #fff; 
			position: relative; 
			height: 582px; 
			border-radius: 5px 5px 10px 10px;
			box-shadow: 0px 3px 23px 0px #0000001A;
			overflow: hidden; 
			display: block;
		}
		
		#product-detail-header { 
			width: 100%;
			height: 30px; 
			padding: 30px ;
			background-color: #0C2527;
			vertical-align: middle;
			position: relative;
			z-index: 900px !important;
		}
		.product-detail-header-arrow {
			position: relative;
			top: -8px;
		}
		.detail-page-logo { 
			/*margin: 0px 20px;*/
			position: relative;
			top: 1px;
			left: 10px;
		}

    .hero-title { width: 100%; }
    /*.mobile-hero { display: none; }*/
    .project-lane { display: block; }
    .project-card-content { margin: 60px 60px 20px 60px; }

    .project-logo { display: none; }
    .detail-page-top { padding: 150px 0px 0px 0px;  }
    .detail-page-bottom { padding: 0px 120px 120px 120px; display: contents; }
    .hero-image img {
			margin: 0 60px 0 60px;
			width: 80%;
		}

    #footer {
			height: 300px;
			padding: 150px 50px 50px 50px;
			margin-top: -100px;  
		}

}
@media screen and (min-width: 720px) {
    body {
        /*background-color: yellow;*/
        /*background-color: #EEEEEE;*/
    }
    h1 { font-size: 40px; line-height: 40px; }
    #header { position: fixed; top: 0; left: 0px; width: 100%; height: 60px; /*border-bottom: 3px solid #cc0000;*/ }
		.header-space { height: 65px; display: initial; }
		.logo { margin: 28px 0 8px 40px; }
		.engelbart { font-size: 22px; }
		.design { font-size: 22px; }
    
    .profile-photo { 
    	height: 60px;
    	margin: 30px 0 20px 0;
    }
    
    .main-style { position: relative; top: -150px;}

    

    br { 
			display: block; /* makes it have a width */
		  content: ""; /* clears default height */
		  height: 60px; /* change this to whatever height you want it */
		}

    .introduction { 
			font-size: 28px; 
			font-weight: 900; 
			line-height: 45px;
			height: 610px;
			/*padding: 30px 180px 50px 180px;*/
		}

		.introduction-copy { margin: 0 0 20px 0; font-size: 34px; }

		.homepage-hero-photo { margin-left: 80px; }
		.homepage-hero-photo img { width: 90%; }

		.homepage-photo { margin: 15px 0px 0 30PX; }
		.homepage-photo img { width: 90%; }

		.old-homepage-photo { margin: 0px;  position: relative; bottom: -16px;}
		.old-homepage-photo img { width: 100%; }

		#project-arrow-hero {
			background-image: url(../img/svg/project_arrow.svg);
			position: relative;
			bottom: 126px;
			right: 42px;
			height: 101px;
			width: 101px;
			background-repeat: no-repeat;
		}
		#project-arrow-hero:hover { 
			background-image: url(../img/svg/project_arrow_hover.svg);
			cursor: pointer; 
			-o-transition:.2s;
		  -ms-transition:.2s;
		  -moz-transition:.2s;
		  -webkit-transition:.2s;
		  /* ...and now for the proper property */
		  transition:.2s;
		}

		#project-arrow {
			background-image: url(../img/svg/project_arrow.svg);
			position: relative;
			bottom: 182px;
			right: 54px;
			height: 101px;
			width: 101px;
			background-repeat: no-repeat;
		}
		#project-arrow:hover { 
			background-image: url(../img/svg/project_arrow_hover.svg);
			cursor: pointer; 
			-o-transition:.2s;
		  -ms-transition:.2s;
		  -moz-transition:.2s;
		  -webkit-transition:.2s;
		  /* ...and now for the proper property */
		  transition:.2s;
		}

		.project-card { 
			display: inline;
			background-color: #fff; 
			position: relative; 
			height: 690px; 
			border-radius: 5px 5px 10px 10px;
			box-shadow: 0px 3px 23px 0px #0000001A;
			overflow: hidden; 
			display: block;
		}
		.mobile-project-card { display: none; }
		
		.projects > ul {
		  display: grid;
		  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
		  grid-gap: 3rem;
		  list-style: none;
		  margin: 0px 60px;
		}
		.projects > ul > li {
			margin: 0px 0px 0px 0px ;
		}

		.projects figure { margin: 0px; height: 530px; }

		#primary-button {
			font-size: 18px;
			padding: 0px 40px 0px 40px;
			height: 80px;
		}

		.intro-spacing { padding: 60px 80px 0 80px; }
		.project-spacing { padding: 0 60px; }
    
    .hero-title { width: 100%; }
    /*.mobile-hero { display: none; }*/
    .project-lane { display: block; }
    .project-card-content { margin: 80px 80px 20px 80px; }

    .project-logo-hero { display: inline; }


		#product-detail-header { 
			width: 100%;
			height: 30px; 
			padding: 30px ;
			background-color: #0C2527;
			vertical-align: middle;
			position: relative;
			z-index: 900px !important;
		}
		.product-detail-header-arrow {
			position: relative;
			top: -8px;
		}
		.detail-page-logo { 
			/*margin: 0px 20px;*/
			position: relative;
			top: 1px;
			left: 10px;
		}    


    .project-logo { display: inline; }
    .detail-page-top { padding: 200px 0px 0px 0px;  }
    .detail-page-bottom { padding: 0px 120px 120px 120px; display: contents; }
    .hero-image img {
			margin: 0 60px 0 60px;
			width: 80%;
		}

    #footer {
			height: 300px;
			padding: 150px 100px 50px 100px;
			margin-top: -100px; 
		}
		.responsive-hero { display: inline; }
    .mobile-hero { display: none; }

}
@media screen and (min-width: 960px) {
    body {
        /*background-color: red;*/
        /*background-color: #EEEEEE;*/
    }
    h1 { font-size: 50px; line-height: 55px; }
    #header { position: relative; height: 128px; /*border-bottom: none;*/ }
    .header-space { height: 65px; display: initial; }
    .logo { margin: 28px 0 8px 40px; }
    .engelbart { font-size: 28px; }
		.design { font-size: 28px; }

    .main-style { position: relative; top: -150px;}

    .responsive-hero { display: inline; }
    .mobile-hero { display: none; }

    .project-logo-hero { display: inline; }

    .profile-photo { 
    	height: 90px;
    	margin: 0 0 40px 0;
    }

    .responsive-hero { display: inline; }
    .introduction { 
			font-size: 35px; 
			font-weight: 900; 
			line-height: 58px;
			height: 650px;
			/*padding: 30px 180px 50px 180px;*/
		}

		.introduction-copy { margin: 0 0 20px 0; font-size: 34px; }

		br { 
			display: block; /* makes it have a width */
		  content: ""; /* clears default height */
		  height: 60px; /* change this to whatever height you want it */
		}

		.homepage-hero-photo { margin-left: 80px; }
		.homepage-hero-photo img { width: 90%; }

		.homepage-photo { margin: 25px 0px 0 0; }
		.homepage-photo img { width: 95%; }

		.old-homepage-photo { margin: 0px; position: relative; bottom: -40px;}
		.old-homepage-photo img { width: 100%;}

		#project-arrow-hero {
			background-image: url(../img/svg/project_arrow.svg);
			position: relative;
			bottom: 247px;
			right: 42px;
			height: 101px;
			width: 101px;
			background-repeat: no-repeat;
		}
		#project-arrow-hero:hover { 
			background-image: url(../img/svg/project_arrow_hover.svg);
			cursor: pointer; 
			-o-transition:.2s;
		  -ms-transition:.2s;
		  -moz-transition:.2s;
		  -webkit-transition:.2s;
		  /* ...and now for the proper property */
		  transition:.2s;
		}

		#project-arrow {
			background-image: url(../img/svg/project_arrow.svg);
			position: relative;
			bottom: 143px;
			right: 42px;
			height: 101px;
			width: 101px;
			background-repeat: no-repeat;
		}
		#project-arrow:hover { 
			background-image: url(../img/svg/project_arrow_hover.svg);
			cursor: pointer; 
			-o-transition:.2s;
		  -ms-transition:.2s;
		  -moz-transition:.2s;
		  -webkit-transition:.2s;
		  /* ...and now for the proper property */
		  transition:.2s;
		}

		.project-card { 
			display: inline;
			background-color: #fff; 
			position: relative; 
			height: 690px; 
			border-radius: 5px 5px 10px 10px;
			box-shadow: 0px 3px 23px 0px #0000001A;
			overflow: hidden; 
			display: block;
		}
		.mobile-project-card { display: none; }
		
		.projects > ul {
		  display: grid;
		  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
		  grid-gap: 3rem;
		  list-style: none;
		  margin: 0px 60px;
		}
		.projects > ul > li {
			margin: 0px 0px 0px 0px ;
		}

		.projects figure { margin: 0px; height: 630px; }

		#primary-button {
			font-size: 18px;
			padding: 0px 40px 0px 40px;
			height: 80px;
		}

		.intro-spacing { padding: 0px 100px 0 100px; }
		.project-spacing { padding: 0 60px; }
    
    .hero-title { width: 70%; }
    /*.mobile-hero { display: none; }*/
    .project-lane { display: block; }
    .project-card-content { margin: 60px 60px 20px 60px; }
    .project-card-bottom {
    	position: relative; 
    	bottom: 186px;
    }

    .project-logo { display: inline; }
    .detail-page-top { padding: 200px 0px 0px 0px;  }
    .detail-page-bottom { padding: 0px 120px 120px 120px; display: contents; }
    .hero-image img {
			margin: 0 60px 0 60px;
			width: 80%;
		}

    #footer {
			/*height: 300px;*/
			padding: 150px 300px 100px 300px;
			margin-top: -110px;
		}
    
}
@media screen and (min-width: 1200px) {
    body {
        /*background-color: orange;*/
        /*background-color: #EEEEEE;*/
    }
    h1 { font-size: 50px; line-height: 55px; }
    .main-style { position: relative; top: -400px;}

    .responsive-hero { display: inline; }
    .mobile-hero { display: none; }

    .project-logo-hero { display: inline; }
    
    #header { position: relative; height: 128px; /*border-bottom: none;*/ }
    
    .logo { margin: 40px 0 8px 40px; }
    .engelbart { font-size: 28px; }
		.design { font-size: 28px; }
    
    .profile-photo { 
    	height: 90px;
    	margin: 0 0 40px 0;
    }
    
    .introduction { 
			font-size: 54px; 
			font-weight: 900; 
			line-height: 77px;
			height: 1010px;
		}

		br { 
			display: block; /* makes it have a width */
		  content: ""; /* clears default height */
		  height: 60px; /* change this to whatever height you want it */
		}

		.intro-spacing { padding: 0px 120px 0 120px; }

		.introduction-copy { margin: 0 0 20px 0; font-size: 54px; }
		.project-spacing { padding: 0 120px; }

		.homepage-hero-photo { 
			/*margin-left: 80px;*/
			position: relative;
    		bottom: 380px; 
		}
		.homepage-hero-photo img { width: 100%; }

		.homepage-photo { margin: 25px 0px 0 0; min-height: 250px; max-height: 300px;}
		.homepage-photo img { width: 95%; }

		.old-homepage-photo { margin: 0px; position: relative; bottom: -46px; }
		.old-homepage-photo img { width: 120%; position: relative; left: -80px; margin-top: 10px; }

		#project-arrow-hero {
			background-image: url(../img/svg/project_arrow.svg);
			position: relative;
			bottom: 150px;
			right: 50px;
			height: 101px;
			width: 101px;
			background-repeat: no-repeat;
		}
		#project-arrow-hero:hover { 
			background-image: url(../img/svg/project_arrow_hover.svg);
			cursor: pointer; 
			-o-transition:.2s;
		  -ms-transition:.2s;
		  -moz-transition:.2s;
		  -webkit-transition:.2s;
		  /* ...and now for the proper property */
		  transition:.2s;
		}

		#project-arrow {
			background-image: url(../img/svg/project_arrow.svg);
			position: relative;
			bottom: 147px;
			right: 50px;
			height: 101px;
			width: 101px;
			background-repeat: no-repeat;
		}
		#project-arrow:hover { 
			background-image: url(../img/svg/project_arrow_hover.svg);
			cursor: pointer; 
			-o-transition:.2s;
		  -ms-transition:.2s;
		  -moz-transition:.2s;
		  -webkit-transition:.2s;
		  /* ...and now for the proper property */
		  transition:.2s;
		}
		
		.project-card { 
			display: inline;
			background-color: #fff; 
			position: relative; 
			height: 580px; 
			border-radius: 5px 5px 10px 10px;
			box-shadow: 0px 3px 23px 0px #0000001A;
			overflow: hidden; 
			display: block;
		}

		.projects > ul {
		  display: grid;
		  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		  grid-gap: 3rem;
		  list-style: none;
		  margin: 0px 120px;
		}
		.projects > ul > li {
			margin: 0px 0px 0px 0px ;
		}

		.projects > ul > li > figure {
		  height: 630px;
		  overflow: hidden;
		  position: relative;
		}

		/*.projects figure { margin: 0px; height: 650px; }*/

		#primary-button {
			font-size: 18px;
			padding: 0px 40px 0px 40px;
			height: 80px;
		}

		.mobile-project-card { display: none; }

    .hero-title { width: 40%; }
    
    .project-lane { 
    	display: block; 
    }
    .project-card-content { margin: 60px 60px 20px 60px; }

    .project-card-bottom {
    	position: relative; 
    	bottom: 136px;
    }

    #product-detail-header { 
			height: 50px; 
			padding: 30px 50px;
			background-color: #0C2527;
			vertical-align: middle;
			position: relative;
			z-index: 900px !important;
		}
		.detail-page-logo { 
			margin: 0px 20px;
			position: relative;
			top: 5px;
		}

    .project-logo { display: inline; }
    .detail-page-top { padding: 200px 0px 0px 0px;  }
    .detail-page-bottom { padding: 0px 120px 120px 120px; display: contents; }
    .hero-image img {
			margin: 0 120px 0 120px;
			width: 80%;
		}
    

    #footer {
			/*height: 300px;*/
			padding: 150px 300px 100px 300px;
			margin-top: -300px;
		}

		.footer-spacing {
			/*padding: 60px 120px 60px 120px;*/
		}
}