body {
  background: url(../../images/flower_arrangement.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.block-gp-branding .site-name {
  font-family: "Euphoria Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-shadow: 0 0 10px #083800;
  text-align: center;
}
.block-gp-branding .site-name a {
  color: #fff;
}

#content {
  background-color: #fff;
  padding: 40px;
}

.path-frontpage #content {
  background-color: transparent;
}

.columns {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .columns {
    flex-direction: row;
  }
}
.columns .column {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=theme.css.map */