.banner {
  background-image: url("../img/bert_van_bork.jpg");
  background-repeat: no-repeat;
  height: 50px;
  margin-top: 50px;
  margin-bottom: 15px;
}

.nav-bar {
  background-color: rgba(0,0,0,0.85);
  text-align: center;
  margin-bottom: 25px;
}

.nav-bar ul {
  margin: auto;
}

.nav-bar li {
  display: inline;
  color: white;
}

.nav-bar li a {
  color: white;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 14px;
  padding: 5px;
  line-height: 30px;
}

.nav-bar li a:hover {
  color: lightgrey;
  text-decoration: none;
}

.arial {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 9px;
  font-weight: bold;
}



.home-bio {
  font-size: 13px;
  font-weight: 500;
}

.pen_and_ink-img {
  width: 275px;
  border: 1px solid black;
  max-height: 400px;

}

.woodcuts-img {
  border: 1px solid black;


}

.art-title {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 9px;
  margin-bottom: 20px;
  text-align: left;
}

.wrap {
  display: inline-block;  
  align-items: center;
}



@font-face {
  font-family: "Arial Black";
  src: url();
}



table td {
  padding-top: 20px;
  vertical-align: baseline;
  font-size: 18px;
}


.poop {
  display: flex;
  justify-content: space-between;
  margin: auto;
}


.desktop1 {
  margin-top:60px;
}

.bio-img {
  margin-right: 20px;
  float: left;
}

.bio-p {

}

.home-img {
  margin-top: 60px;
}

.footer_container {
  position: absolute;
}

body {
  height: 100%;

}

.footer {
  position: absolute;
  background-color: rgba(0,0,0,0.85);
  color: #ffffff;
  text-align: center;
  font: 9px arial, sans-serif;
  line-height: 20px;
  width: 100%;
  bottom:0;
}

.page-container {
  position: relative;
  min-height: 100vh;
  padding-bottom: 50px;
}

.hide-mobile {
  display: block;
}

/* sticky{
  position: fixed !important;
  }
  
      #footer_fixed {
        position: fixed;
        display: block;
        bottom: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 20px;
        background-color: rgba(0,0,0,0.85);
        border-top: 1px solid #dcdcdc;
        z-index: 10000;		

      }
      .footer_content {
        color: #ffffff;
        font: 8px arial, sans-serif;
        text-align: center;
        margin: 0 auto;
        padding-top: 6px;
        width: auto;

      }	 */

@media (max-width: 500px) {

    .desktop1 {
          margin-top: 0px;
     }

     .bio-img {
       margin-right: 0px;
     }

     .bio-p {
      display: inline-block;
      margin-top: 20px;
     }

     .home-img {
       margin-top: 0px;
     }

     .page-container {
      position: relative;
      min-height: 100vh;
      padding-bottom: 100px;
    }

    .hide-mobile {
      display: none;
    }
    

}
