* {
    box-sizing: border-box;
  }
  
  /* Create two equal columns that floats next to each other */
  .column {
    float: left;
    padding: 10px;
  }

  .photo {
    width: 20vh;
  }

  .bio {
    width: 80vh;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 200px) {
    .column {
      width: 100%;
    }
  }

.site-footer {
  background-color: #085766;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-item {
  color:#085766
}

.block_make_submission .block_make_submission_link {
  background-color: #EDB776;
}

.homepage-announcement {
  background-color: #FFFFFF;
  opacity: 0.8;
}