.columns {
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  min-height: 100%;
  align-items: stretch; }

.columns > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px; }

main .image,
#main .image {
  background-origin: content-box;
  padding: 20px;
  background-repeat: no-repeat; }

.section-responsive {
  background-color: #1e4b6b;
  background-image: linear-gradient(#4080b0 1px, transparent 1px), linear-gradient(90deg, #4080b0 1px, transparent 1px), linear-gradient(#34719e 1px, transparent 1px), linear-gradient(90deg, #34719e 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: center center;
  align-items: stretch;
  min-height: 0px !important;
  color: #FFF  !important; }

.section-responsive h1 {
  background: none !important;
  color: #FFF !important; }

.section-responsive p {
  color: #FFF !important;
  max-width: 1200px; }

.section-responsive .image {
  background-image: url(kirigami-adapt.png);
  background-size: contain;
  background-position: center center;
  height: 60%;
  width: 100%;
  background-repeat: no-repeat;
  flex: 1;
  height: 400px; }

.section-links {
  display: flex;
  flex-direction: column;
  text-align: center; }

.section-links-content {
  display: flex;
  flex-wrap: wrap; }

.section-links .section-links-content div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 33.33%; }

.section-links h1 {
  padding-bottom: 20px; }

.section-links-content div p {
  max-width: 90%;
  margin-bottom: 3em; }

.section-links-content a {
  display: inline-block;
  color: #feefe2 !important;
  background-color: #e4720c;
  border-radius: 2px;
  padding: 10px 20px;
  width: 80%; }

.section-links-content a:hover {
  background-color: #f37a0d; }

.section-elegant {
  flex-direction: row-reverse; }

.section-elegant .image {
  width: 60%;
  background-image: url(subsurface.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.section-open {
  background-image: url(community.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.section-open * {
  color: #FFF !important;
  background: none !important;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) !important; }

.section-examples {
  background-color: lightgrey; }

.section-examples img {
  width: 90%;
  height: auto; }

.splashLogo .image img {
  max-width: 90%;
  height: auto; }

@media (max-width: 1200px) {
  main.container section > article, #main article {
    min-height: 250px; } }

@media (max-width: 992px) {
  main.container section > article, #main article {
    min-height: 250px; }
  .section-links .section-links-content div {
    flex-basis: 50%; } }

@media (max-width: 768px) {
  main.container section > article, #main article {
    min-height: 250px; }
  .section-responsive .image {
    height: 300px; }
  .columns {
    flex-direction: column; }
  .columns > div {
    width: 100% !important; } }
