@import url(../assets/fontawesome/navcard.css);

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.bio-column-20 {
  float: left;
  width: 20%;
  padding: 10px;
}

.bio-column-15 {
  float: left;
  width: 20%;
  padding: 10px;
}

/* Clearfix (clear floats) */
.bio-row::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .bio-column, .bio-column-2, .bio-column-3 {
    width: 100%;
  }
}

.hr-gold {
    height:2px;
    border:none;
    color:#F7AD29;
    background-color:#F7AD29;
}

.img-tag {
    padding-top: 0px;
    text-align: center;
    font-size: 12px;
    color: #797979;
}

.bioheading {
    font-size: 25px;
    color: #797979;
    margin-top: 10px;
}

img.left {
    float: left;
    margin: 10px 20px;
    clear:both;
}


div.block {
    margin-left: 0px;
    margin-top: 0px;
    overflow: auto;
    display: block;
    
}