@font-face {
    font-family: "PD";
    src: url(Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf) format('opentype');
  }

body {
    font-family: 'PD';
    padding: 0;
    margin: 0;
}

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;
}

.column {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
}

.center {
    text-align: center;
    align-self: center;
}

.h1-m {
    font-style: normal;
    font-size: 55px;
    padding: 0;
    margin: 0;
}

.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;
}

.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;
} */



/* TITLE */

.title {
    font-size: xx-large;
    padding-top: 40px;
    margin: 0;
    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;
}

li a {
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    
}

li a:hover:not(.active) {
    background-color: #eeeded;  
}

.active {
    background-color: #dad8d8;
}

/* 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;
}
.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 {
    background-color: rgb(227, 242, 255);
    border: 1px solid black;
    padding: 10px;
    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 {
    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 {
    margin: 20px;
    border: 1px solid #ccc;
    float: left;
    flex: 1;
    background-color: #fcfcfc;
    margin-bottom: 70px;
  } 
  
 .gallery:hover {
    border: 1px solid #777;
  }
  
  .gallery img {
    width: 100%;
    height: auto;
  }
  
 .desc {
    padding: 15px;
    text-align: left;
  }

  #card-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 10vw;
    margin-right: 10vw;
    /* width: 15vw; */
  }

  .indent {
    margin-left: 10px;
    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: 50vw;
    height: 100vh;

    
  }

  #kruse-description {
   
    width: 50vw;
}

#me {
    width: 25vw;
    padding-bottom: 50px;
    padding-top: 50px;
}

#bio-holder {
    justify-content: space-around;
    align-items: center;
}

#bio {
    width: 50vw;
    padding-bottom: 30px;
    padding-top: 30px;
}

.stretch {
    align-self: stretch;
}

.f-center {
    justify-content: center;
    align-items: center;
  
}




