html, body {
  background-color: #fafafa;
  color: #08080B;
  height: 100%
}

@font-face {
  font-family: "hero_lightlight";
  src: url("fonts/hero_light-webfont.woff") format("woff"), url("fonts/Hero_Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@media screen and (min-width: 780px) {

  .wrapper_70{
    margin-left: auto;
    margin-right: auto;
    width: 68%;
    height: 90%
  }
  .left_hidden_image {
    display: none;
  }

  .floater {
    float: left;
    padding-right: 5%;
  }
  .floater_first {
    float: left;
    padding-right: 2%;
  }
  
  .right_floater {
    float: right;
  }

  .footer, .tablinks {
    font-size: 18px;
  }

  .tabcontent {
    height: 85%;
    overflow-y: scroll;
  }

  #howdy {
    width: 47%;
    padding-right: 12%;
    padding-top: 30px;
  }

  #about_text {
    width: 43%;
    padding-left: 7%;
  }

  #black_shirt_after {
    display: block;
    width: 37%;
    min-width: 250px;
    max-width: 500px;
    padding-right: 0;
  }

  #black_shirt_before {
    display: none;
    padding-right: 0;
  }

  #white_shirt {
    width: 40%;
    padding-top: 30px;
  }

  .footer_sticky {
    width: 100%;
    margin-right: auto;
  }
  
  .footer {
    font-size: 18px;
  }
  .floater_box{
    display: flex;
  }
  
  .work_floater {
    width: 60%;
  }

  .pic_floater {
    width: 35%;
  }
}


@media screen and (max-width: 780px) {
  
  .wrapper_70{
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    height: 90%
  }
  
  .tab {
    position: -webkit-sticky;
    position: sticky;
  }

  .tablinks {
    font-size: 20px;
  }

  .left_hidden_image {
    display: block;
  }
  .right_image {
    display: none;
  }
  
  .footer_sticky {
    width: 100%;
  }
  
  .footer, .footer_tablinks {
    font-size: 14px;
  }

  #howdy {
    min-width: 300px;
    padding-right: 7%;
  }

  #black_shirt_before {
    display: block;
    min-width: 250px;
    max-width: 300px;
  }

  #white_shirt {
    min-width: 280px;
    max-width: 320px;
    padding-top: 30px;
  }

  #about_text {
    padding-right: 7%;
  }
    
  #black_shirt_after {
    display: none;
  }
  
}

.tablinks {
  position: relative;
  color: #08080B;
  background-color: inherit;
  border: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-family: 'hero_lightlight', 'Arial', 'sans-serif';
  text-align: center;
}

.wrapper_80{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.floater_box{
  width: 100%;
}
.tab {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tablinks::after {
  content: '';
  position: absolute;
  left: 10%;
  height: 0.1rem;
  background: #08080B;
  bottom: 0;
  width: 80%;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}

.tablinks:hover::after {
  transform: scale(1, 1);
}

.work_header {
  font-weight: bold;
}

.tabcontent {
  display: none;
  width: 100%;
  background-color: inherit;
  text-rendering: optimizeLegibility;
  font-family: 'Inconsolata', 'Arial', 'sans-serif';
  letter-spacing: -.2px;
  font-size: 16px;
  padding-top: 30px;
}

.heading {
  font-family: 'hero_lightlight', 'Arial', 'sans-serif';
  font-size: 22px;
}

.pic {
  width: 100%;
}

.linkref {
  text-decoration: none;
}

.crossbar {
  position: static;
  border-bottom: 1px solid;
  border-color: #d1d2d6;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.footer {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  font-family: 'Inconsolata', 'Arial', 'sans-serif';
}

.footer_tablinks {
    font-family: 'Inconsolata', 'Arial', 'sans-serif';
}

.social_icon {
  cursor:pointer;
  fill: #08080B;
}

#howdy_header {
  font-size: 60px;
}

#about_text {
  min-width: 300px;
  padding-top: 30px;
}