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


/* === Size About Images ====== */

.aboutimage {
  text-align:center;
}
.aboutimage img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

/* === Content Blocks ===== */

.aboutcontent {
  padding:30px;
}

.aboutcontent .row {
  margin-top:40px;
}
.subinfo {
  font-style: italic;
  color: #999;
}
