/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: sans-serif;
    }

    .buttons {
      text-align: right;
      padding-top: 10px;
      padding-bottom: 10px;

    }

    .table {
      padding-bottom: 15px;
    }

    .textarea {

    }

    .aboutpic {
      border-radius: 70%;
      height: 75%;
      width: 75%;
    }

    .img-circle {
      border-radius: 50%;
      height: 30%;
      width: 30%
    }

    .content {
      font-family: sans-serif;
      width: 989px;
      margin: 0 auto;
      text-align: center;
    }

    .contentbuttons {
      padding: 20px;
    }

    .dropmargin {
      margin-bottom: 10px;
    }

    .banner {
      width: 100%;
    }

    .subhead {
      padding: 20px;
      background-color: #88ACB3;
    }

    .blogdiv {
      padding: 10px;
      background-color: #DBDADA;
      margin: 25px;
      filter: drop-shadow(0 0 10px black);
    }

    .bio {
      text-align: left;
    }

    .footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #CECECE;
      color: black;
      text-align: center;
    }