.has-background-image {
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover; }

.has-text-shadow {
  text-shadow: 0.04em 0.04em 0.03em #000; }

.column.is-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .column.is-flex-column > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.paragraph {
  margin-bottom: 1.75rem; }
