
body {
  width: 98%;
  margin: auto;
  max-width: 1440px;
}

.clear {
  clear: both;
}

/***********************************************************************************************/
/******************************************** Header *******************************************/
/***********************************************************************************************/


#homepage-header {
  width: 100%;
  max-width: 1440px;
  height: 120px;
  margin: auto;
  margin-bottom: 10px;
  position: fixed;
  top: 10px;
}

#homepage-title-container {
  width: 49%;
  height: 120px;
  float: left;
  overflow: hidden;
}

.title h1 {
  line-height: 120px;
  font-variation-settings: "wdth" 170;
  float: left;
}

#about {
  float: left;
  margin-left: 10px;
  width: 25%;
}

#about h2:nth-child(1){
  margin-bottom: 10px;
}


/***********************************************************************************************/
/************************************* Homepage Projects ***************************************/
/***********************************************************************************************/

#homepage-container {
  margin-top: 150px;
  position: fixed;
  width: 98%;
  max-width: 1440px;
}

.project {
  width: 100%;
  border-top: solid black 1px;
}

.project-thumbnail {
  width: 50%;
  height: 30vh;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
}

.project-thumbnail a {
  width: 100%;
  height: 100%;
  display:inline-block;
}

.project h2 {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 25%;
}

.project-type {
  float: right;
  width: 17%;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 16px;
}

/******************************* Unique Project Thumbnail Images *******************************/

#procore.project-thumbnail {
  background-image: url('../images/procore/thumbnail.gif');
}

#simplepractice.project-thumbnail {
  background-image: url('../images/simplepractice/thumbnail.jpg');
}

#allkinds.project-thumbnail {
  background-image: url('../images/allkinds/thumbnail.gif');
}

#outerwork.project-thumbnail {
  background-image: url('../images/outerwork/thumbnail.jpg');
}

#sebastianjoes.project-thumbnail {
  background-image: url('../images/sebastianjoes/thumbnail.jpg');
}

#supdoc.project-thumbnail {
  background-image: url('../images/supdoc/thumbnail.gif');
}

#newellness.project-thumbnail {
  background-image: url('../images/newellness/thumbnail.jpg');
}

#luminary.project-thumbnail {
  background-image: url('../images/luminary/thumbnail.jpg');
  background-position: top;
}

/***********************************************************************************************/
/************************************* Projects Pages *****************************************/
/***********************************************************************************************/

#projectpg-header {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: auto;
  margin-bottom: 10px;
}

#title-container {
  width: 40%;
  height: 120px;
  float: left;
  overflow: hidden;
}

#project-info {
  float: left;
  width: 59%;
}

#project-info h2 {
  width: 66%;
  float: left;
}

#project-info ul {
  width: 30%;
  float: right;
  line-height: 18px;
}

#project-container {
  margin-top: 10px;
  width: 100%;
  max-width: 1440px;
  border-top: solid black 1px;
}

#project-container img {
  padding-top: 20px;
}

#project-container video {
  padding-top: 20px;
}

/******************************* Image & Video Sizing *******************************/

.large {
  width: 100%;
}

.large-video {
  width: 100%;
}

.medium {
  width: 70%;
}

.medium-video {
  width: 70%;
  float: left;
}

.small {
  width: 60%;
}

.small-video{
  width: 60%;
  float: left;
}

.xsmall {
  width:  49.5%;
  margin-right: 1%;
  float: left;
}

.xsmall-video {
  width:  49.5%;
  margin-right: 1%;
  float: left;
}

.two-up img:nth-child(2){
  margin-right: 0%;
}

.with-caption img {
  float: left;
}

.with-caption h3 {
  float: right;
  width: 19%;
  padding-top: 20px;
}

.scroll-image {
  height: 750px;
  width: 100%;
  overflow-y: scroll;
  margin-top: 20px;
}

/*.scroll-image::-webkit-scrollbar { 
    display: none;
}*/

.divider {
  border-top: solid black 1px;
  height: 80px;
  width: 100%;
}

.divider h3 {
  padding-top: 20px;
  float: right;
  width: 19%;
}

/******************************* Unique Project Page Title Sizes *******************************/


/**********************************************************************************************/
/******************************************* Featured ******************************************/
/***********************************************************************************************/

#featured {
  width: 100%;
  margin-top: 10px;
}

#featured h1 {
  float: left;
}

#featured ul {
  float: right;
  width: 19%;
}

/***********************************************************************************************/
/********************************************* Footer ******************************************/
/***********************************************************************************************/

#footer {
  width: 100%;
  border-top: solid black 1px;
  margin-top: 10px;
}

#footer h1 {
  float: left;
}

#footer h4 {
  line-height: 11rem;
  float: left;
}


/***********************************************************************************************/
/********************************************* Fonts *******************************************/
/***********************************************************************************************/

/*Stabil*/
@font-face {
  font-family: Stabil;
    src: url(../fonts/StabilGrotesk-Regular.eot);
    src: url(../fonts/StabilGrotesk-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Fraktion
@font-face {
  font-family: Fraktion;
    src: url(../fonts/FraktionMono-Regular.eot);
    src: url(../fonts/FraktionMono-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}*/

/*Pirelli*/
@font-face {
  font-family: Pirelli;
    src: url(../fonts/PirelliALLVIPWeb.eot);
    src: url(../fonts/PirelliALLVIPWeb.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-stretch: 50% 150%;
}

/**************************************** Type Styles *****************************************/

h1 {
  font-family: Pirelli;
  font-size: 10rem;
  font-variation-settings: "wdth" 150;
  text-transform: uppercase;
}

h2 {
  font-family: Stabil;
  font-size: .85rem;
  line-height: 1.2rem;
  letter-spacing: -.25px;
}

h2 span {
  font-family: Stabil;
  font-size: .85rem;
  line-height: 1.2rem;
}

h2 a {
  font-family: Stabil;
  font-size: .85rem;
  line-height: 1.2rem;
}

h3 {
  font-family: Stabil;
  font-size: .85rem;
  line-height: 1.2rem;
}

h4 {
  font-family: Stabil;
  font-size: 48px;
}

a {
  color: black;
}



