html {
    overflow-x: hidden;
}

@font-face {
    font-family: "PD";
    src: url(Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf) format('opentype');
  }

body {
    display:flex;
    flex-direction:column;
    font-family: 'PD';
    padding: 0;
    min-height: 100vh;
    margin:0;
}

.wid-sig {
    width: 20vw;
}

article{ 
    flex:1; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PD';
    font-style: normal;
}

a {
    text-decoration: none;
    /* color: black; */
}

.row {
    display: flex;
    flex-direction: row;
    padding-left: 110px;
    padding-right: 110px;
    justify-content: space-between;
    align-items: flex-start;
}

.r {
    display: flex;
    flex-direction: row;
    padding-left: 9vw;
    padding-right: 9vw;
    justify-content: space-between;
    align-items: flex-start;
}

.ro {
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width: 1400px) {
    .r {
     
        display: flex;
        flex-direction: row;
        padding-left: 3vw;
        padding-right: 4vw;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.column {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
}

.col {
    display: flex;
    flex-direction: column;
 
 
}

.center {
    text-align: center;
    align-self: center;
}

.left {
    text-align: left;
    align-self: left;
}

.h1-m {
    font-style: normal;
    font-size: 55px;
    padding: 0;
    margin: 0;
}

.h1-t {
    font-style: normal;
    font-size: 55px;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.h2-m {
    font-style: normal;
    font-size: 45px;
}

.h2-b {
    font-style: normal;
    font-size: 40px;
    padding: 10px;
    background-color: white;
    border: 5px solid rgb(187, 187, 187);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 11px 0px;
    width: fit-content;
    align-self: center;


}

.tag {
    border: 5px solid rgb(255, 255, 255);
    width: 12vw;
    
}

.grey-back {
    background-color:  rgb(240, 240, 240);
    padding-top: 10px;
    padding-bottom: 10px;
}

.h3-m {
    font-style: normal;
    font-size: 35px;
}
.h3-t {
    font-style: normal;
    font-size: 35px;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

.h4-m {
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    color:#797979;
    /* position:absolute;
    bottom:0; */
}

.pr {
    position: relative;
}

p {
    font-size: large;
}

.f2 {
    flex: 2;
}

.f3 {
    flex: 3;
}

/* .pl {
    padding-left: 40px;
} */

.approach-title {
    justify-content: flex-start;
    /* background-color: #797979; */
    margin-top: 110px;
}



/* TITLE */

.title {
    font-size: xx-large;
    /* padding-top: 40px; */
    margin: 50;
    text-align: center;
}

.subtitle {
    font-size: large;
    padding: 5px;
    padding-bottom: 20px;
    margin: 0;
    text-align: center;

}


/* NAV BAR */

.nav-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    border-top: 1px solid black;
    padding-top: 14px;
    border-bottom: 1px solid black;
    padding-bottom: 14px;
    background-color: #f7f7f7;
    margin: 0;
}

.main-nav-item {
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.main-nav-item:hover:not(.active) {
    background-color: #eeeded;  
}

.active {
    background-color: #dad8d8;
    /* font-weight: bold; */
}
.active2 {
    /* background-color: #dad8d8; */
    /* font-weight: bold; */
}

.nav-bar2 {
    list-style: none;
    width: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #969696;
    /* padding: 10px; */
}

.nav-bar2 > li > a {
    color: black;
}

.n-project-li {
    padding: 5px;
    padding-left: 10px;
}

.n-project-li:hover {
    /* font-weight: bold; */
    background-color: #e4e4e4;   
    padding: 5px;
    padding-left: 10px;
}

.project-li {
    background-color: #f3f3f3; 
    padding: 5px;
    padding-left: 45px;
}

.project-li:hover {
    /* font-weight: bold; */
    background-color: #e4e4e4;  
    padding: 5px;
    padding-left: 45px;
}





.dropdown {
    position: relative;
    display: inline-block;
  }
  
.dropdown-content {
    display: none;
    position: absolute;
    text-align: left;
    background-color: #f9f9f9;
    /* min-width: 160px; */
    margin-left: 0;
    margin-top: 13px;
    padding-left: 0;
    z-index: 1;
    width: 300px;
}

  
.dropdown:hover .dropdown-content {
    display: block;
}

/* MAIN */

.process-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    border-top: 1px solid black;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-top: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid black;
    background-color: #313131;
    height: 40px;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    font-size: larger;
}


.project-title-image-container {
    display: flex;
    flex-direction: row;
    /* justify-content: flex-start; */
    align-items: flex-end;
    margin-left: 40px;
    margin-top: 40px;
}

#homelink-img {
    width: 80px;
    height: 80px;
}

#kruse-img {
    width: 120px;
    height: 80px;
}

#bluesky-img {
    width: 75px;
    height: 80px;
}

#nest-img {
    width: 75px;
    height: 80px;
}


.large-img {
    width: 70vw;
    align-self: center;
}

.large-img2 {
    width: 55vw;
    align-self: center;
}
.med-img {
    width: 40vw;
    align-self: center;
}

.med2-img {
    width: 50vw;
    align-self: center;
    border-left: 1px solid #5f5f5f;
    border-right: 1px solid #5f5f5f;
    margin-left: 30px;
}

.bttn {
    width: fit-content;
    background-color: rgb(227, 242, 255);
    border: 1px solid black;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.bttn2 {
    width: 40vw;
    background-color: rgb(240, 240, 240);
    border: 1px solid black;
    padding: 30px;
    text-align: center;
    margin-top: 100px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.bttn3 {
    width: 40vw;
    background-color: rgb(240, 240, 240);
    border: 1px solid black;
    padding: 30px;
    text-align: center;
    margin-top: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.bttn:hover {
    background-color: rgb(205, 232, 255);
}

.top-border {
    border-top: 1px solid #5f5f5f;
    padding-top: 20px;
}

.small-img {
    width: 28vw;
    align-self: center;
}
.small-img2 {
    width: 33vw;
    align-self: center;
}



.space-above {
    margin-top: 100px;
}

.space-below {
    margin-bottom: 100px;
}
.space-above2 {
    margin-top: 10px;
}
.space-above3 {
    margin-top: 150px;
    padding-top: 50px;
}

.project-title-container {
    display: flex;
    flex-direction: column;
    /* background-color: #1b8d4b; */
    margin-left: 40px;
    margin-top: 40px;
    padding-bottom: 10px;
}

.project-title {
    margin: 0;
    padding: 0;
}

.project-subtitle {
    color: #707070;
    margin: 0;
    padding: 0;
}

.main {
    /* padding-bottom: 50px; */
}

.blue-background {
    /* background-color: rgb(244, 250, 255); */
}

/* SUMMARY */

.summary {
    background-color: #e9e9e9;
    color:#272727;
    /* border: 1px solid black; */
    border-radius: 5px;
    margin: 40px;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.summary > div {
    background-color: rgb(247, 247, 247);
    border-radius: 5px;
    border: 1px solid rgb(212, 212, 212);
    
}

.summary > div > p {
    font-size: medium;
}

.lower-sum {
    margin-top: 10px;
}

.summary > div > * {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.summary > div > ul > * {
    padding: 0;
    margin-left: 25px;
}

span {
    font-weight: bold;
}

.tech {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    margin-right: 15px;
}

.tech > * {
    flex: 1;    
    box-shadow: rgba(221, 221, 221, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    background-color: #ffffff;
    margin-bottom: 20px;
    
}

.tech > div > h4 {
    margin-left: 20px;
    font-size: large;
}

/* HL */

.hl-pdf {
    width: 50vw;
    height: 50vh;
}

.hl-img {
    width: 50vw;
    height: 70vh;
}

.blue-link {
    color: blue;
    text-decoration: underline;
}

.blue-link2 {
    color: rgb(14, 59, 110);
    /* text-decoration: underline; */
}

.black-link {
    color: black;
}



/* FOOTER */

.footer-s {
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 14px;
    color: rgb(148, 148, 148);
    font-size: small;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5px;
    
}

.footer {
    background-color: black;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 14px;
    color: rgb(148, 148, 148);
    font-size: small;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5px;
    
}

.inverted-logo {
    filter: invert(100%);
    width: 40px;
    height: 40px;
    padding-top: 10px;
}

/* GALLERY  (from W3schools) */ 

.gallery {
    width: 70vw;

    margin-top: 30px;
    border: 1px solid #ccc;
    float: left;
    flex: 1;
    background-color: #fcfcfc;
    height: 15vw;
    min-width: 500px;
    min-height: 160px;
    overflow: hidden;
} 

.gal {
    width: 70vw;

    border: 1px solid #ccc;
   
} 

.start {
    justify-content: flex-start;
}


.full-width {
    width: 25vw;
}

.gallery:hover {
    border: 1px solid #777;
}

.desc {
    padding: 15px;
    text-align: left;
    font-style: normal;
    font-size: medium;
    width: 22vw;
    
}


  /* GRID */

  .cut-text { 
    /* text-overflow: ellipsis;
    overflow: hidden; 
    width: 160px; 
    height: 1.2em; 
    white-space: nowrap; */
  }

  .switch {
    display: flex;
    flex-direction: row;
  }
  
  .grid-item {
    width: 45vw;
    margin: 20px;
    
    /* height: 180px;
    font-size: 30px;
    text-align: left;
    margin: 20px;
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px 0px; */
    /* overflow: hidden; */
}
   


@media only screen and (max-width: 1300px) {

      .grid-item {
        width: 70vw;
        /* height: 160px; */
        /* height: 180px;
        font-size: 30px;
        text-align: left;
        margin: 20px;
        border: 1px solid #ccc;
        background-color: #fcfcfc;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px 0px;
        width: 70vw; */
        /* height: 180px; */
        
    }
    .align-c {
        justify-content: center;
        align-items: center;
    }
    

    /* .full-width {
        width: 20vw;
    } */

    .switch {
        display: flex;
        flex-direction: column;
    }

    .switch-sa {
        margin-top: 75px;
        width: 80vw;
    }
    
}

a > img:only-child {
    display: block;
  }

.border {
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px 0px;
}
.fix-space {
    padding: 0;
    margin: 0;
}



.grid-item:hover {
    background-color: #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 16px 0px;   
}

.grid-img {
    width: 220px;
    height: 220px;
}

.card-footer {
    /* background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    width: 100%; */
}



  .indent {
    margin-left: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .ind {
    margin-left: 10px;

  }

  .ind100 {
    /* margin-left: 10vw; */
  }

  .indent2 {
    margin-left: 35px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .bs-before {
    justify-content: space-around;
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bs-before-img {
    flex: 1;
    
  }

  .bs-before-text {
    flex: 2;
    margin-left: 50px;
    background-color: rgb(236, 236, 236);
    border: 10px solid rgb(187, 187, 187);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px 0px;
  }

  #bs-final {
    padding: 20px;
  }

  #bs-final-img {
    width: 60vw;
  }

  #style-guide {
    width: 25vw;
  }

  #bs-protos {
    /* background-color: #f5f5f5; */
    text-align: center;

  }

  .bs-gb {
    background-color: #f5f5f5;
    justify-content: center;
    align-items: center;
  }

  .bs-wb {
    background-color: white;
    
  }

  .bs-bb {
    border: 1px solid black;
  }



  /* KRUSE */

  #kruse-content {
    width: 90vw;
    height: 70vh;

    
  }

  #kruse-description {
   
    width: 50vw;
}

#me {
    width: 25vw;
    
    /* padding-bottom: 50px;
    padding-top: 50px; */
    
}

.me-holder {
    width: 25vw;
    height: 60vh;
    border: 1px solid black;
    background-color: #777;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-right: 20px;
}

#bio-holder {
    justify-content: space-around;
    align-items: center;
}

#bio {
    width: 50vw;
    padding-bottom: 30px;
    padding-top: 30px;
}

#bio2 {
    width: 50vw;
    padding-bottom: 30px;
    padding-top: 100px;
}


.stretch {
    align-self: stretch;
    align-items: stretch;
}

.f-center {
    justify-content: center;
    align-items: center;
  
}

.space-between {
    justify-content: space-between;
}


.w100 {
    width: 500px;
}



