@charset "UTF-8";
/* CSS Document */


.header {
  overflow: hidden;
  padding: 40px;


}

.col-md{
  position: relative;
    width: 100%;
    min-height: 1px;
}

.header a {
  float: left;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  border-radius: 4px;}

  .arrow {
    width: 35px;
    display:inline;
    margin-bottom: -11px


  }

  .header img {
    width:35px;
    margin-top: 25px;
    margin-bottom: 5px;

  }



  .header-right {
    float: right;
    color: black;
    padding-right: 15px;
    letter-spacing: 1px
  }



  .press {

    font-weight: 400;
    font-size: 15px;
    padding: 10px 0px 10px 0
  }




  .beige {

    background-color: #D9D8D8
  }



  /* INSTA PAGE */

  .insta {
    text-align: center;
    font-size: 2em;
    padding: 10vw;
    padding-top: 3vw;
  }


  /* SITE WIDE */




  #footer {
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    font-size: 16px;
    padding: 10px 0px 20px 0px;
    font-weight: 400;
    text-transform: uppercase;

  }

  * {
    box-sizing: border-box;
  }

  body {
    background-color: #f7f7f7;
    min-height: 100vh;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }




  a { text-decoration: none !important;
    color: inherit !important
  }

  .line {
    border: 0;
    border-top: 0.1px;
    border-style: solid;
    height: 10px

  }

  .line2 {
    border: 0;
    border-bottom: 0.1px;
    border-style: solid;
    height: 10px

  }

  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0% 5% 0 5%
  }

  .row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;

  }

  .img-fluid {
    max-width: 100% ;
    height: auto;
    padding: 15px;
    margin: -3px;

  }

.top {
  padding-top: 45px;
}

.pad {
  height: 30px
}

.left {
  transform: rotate(180deg);

}

  /* TYPOGRAPHY */

  p {

    font-size: 16px;
    padding: 20px 0px 10px 0;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.4;



  }

  .bio {
    width: 50vw;
    padding: 5% 5% 2% 5%
  }

.workname {
  padding: 10px 10px 20px 10px
}

.indent {
  padding-left: 5%
}

  .title {
    font-family: "Marcellus", serif;
font-weight: 400;
font-style: normal;
    font-size: 64px;
    color: black;
    line-height: 1.1
  }

  .work {
    font-family: 'Work Sans';
  }

  h2 {
    font-family: 'Work Sans';
    font-weight:400;
    font-size: 18px;

  }


  h3 {
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0 5px 5%
  }

  h4 {

    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 30px;
    margin: 0

  }

  .bold {
    font-weight: 500
  }

.desc {
width: 50%;
padding-top: 0

}

.padx {
  padding: 5% 15%
}
  /* RESPONSIVE */

  @media (max-width: 800px) {

    .bio {
      width: 100%;

    }

    .header {
      padding: 5%
    }


    .header-right {
      display: none
    }

    h3 {
      font-size: 18px;
      text-align: center;
      line-height: 32px;
      padding-left: 60px;
      padding-right: 60px
    }

.row {
  flex-wrap: wrap
}

 .desc {
   width: 100%
 }



  }


  /* FONTS */

      @font-face {
        font-family: 'Marcellus';
        font-style: normal;
        src: url("fonts/Marcellus/Marcellus-Regular.ttf") format('truetype');


      }

  @font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 100;
    src: url("fonts/Work_Sans/WorkSans-Thin.ttf") format('truetype');


  }


  @font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 200;
    src: url("fonts/Work_Sans/WorkSans-ExtraLight.ttf") format('truetype');

  }


  @font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 300;
    src: url("fonts/Work_Sans/WorkSans-Light.ttf") format('truetype');


  }

  @font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Work_Sans/WorkSans-Regular.ttf") format('truetype');

  }

  @font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/Work_Sans/WorkSans-Medium.ttf") format('truetype');


  }


  @font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    src: url("fonts/Work_Sans/WorkSans-SemiBold.ttf") format('truetype');


  }
