﻿.local-container {
  min-height: calc(100vh - 80px);
  width: calc(100vw - 40px);
  max-height: 100%;
  margin: 60px 20px 20px 20px;
}

@media screen and (min-width: 768px) {
  .local-container {
    min-height: calc(100vh - 120px);
    width: calc(100vw - 80px);
    margin: 80px 40px 40px 40px;
  }
}


.projects figcaption {
    display: none;
}

.local-showcase-container {
  background: #fff;
  padding: 20px;
}

.global-container .local-container.local-showcase-container {
  height: 100%;
}

.local-showcase-container figure {
  height: calc((100vh - 120px)/3);
}

@media screen and (max-width: 767px) {

  .local-showcase-container figure {
      height: 150px;
  }

}




figure {
  margin: 0 0 20px;

}

figure a {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
}


.row-heading {
  text-align: center;
  margin: 10px 0 30px 0;
}

.row-heading h1 {
  margin: 0 0 20px 0;
}

.row-heading p {
  font-size: 1.6rem;
  line-height: 2.3rem;

}

@media screen and (max-width: 768px) {

  .row-heading h1 {
    font-size: 3.0rem;
    line-height: 3.6rem;
    font-weight: 400;
    word-wrap: all;
  }

}