/* Text Elements */

h1.heading-1 {
  margin-top: 10px;
  font-size: 30px;
}

/* Layout Elements */

body > .row > [class*='col-xs-'].column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  float: none;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

body > .row.head-row {
  max-width: 1300px;
}

body > .row.gallery-row {
  max-width: 1200px;
}

.container-fluid.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-right: 3px;
  padding-left: 3px;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

div.responsive-picture.gallery-pic {
  margin-top: 8px;
  max-width: none;
}

@media screen and (min-width: 36rem) {
  .container-fluid.gallery {
    width: 49.5%;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 62rem) {
  .container-fluid.gallery {
    padding-right: 4px;
    padding-left: 4px;
    width: 24.6%;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 40px;
  }

  /* Layout Elements */

  body > .row.head-row {
    max-width: 1200px;
  }

  body > .row.gallery-row {
    max-width: 1200px;
  }
}