/* Gallery Styles
*/
.membersGalleryText p {
  font-size: 1em;
  font-style: italic;
  font-weight: 700; }
.membersGalleryText__darken {
  color: #1f1f1f; }

.galleryCategories {
  overflow: hidden;
  margin: 0 -40px; }
  .galleryCategories__categoryWrapper {
    width: 50%;
    float: left;
    padding: 0 40px;
    margin-bottom: 50px; }
    @media screen and (max-width: 890px) {
      .galleryCategories__categoryWrapper {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
    @media screen and (max-width: 720px) {
      .galleryCategories__categoryWrapper {
        width: 50%;
        float: left; } }
    @media screen and (max-width: 630px) {
      .galleryCategories__categoryWrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
  .galleryCategories__category {
    font-size: 2.375em;
    color: #ffffff;
    display: block;
    font-family: "Cardo", serif;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 1075px) {
      .galleryCategories__category {
        font-size: 2em; } }
    @media screen and (max-width: 1000px) {
      .galleryCategories__category {
        font-size: 1.75em; } }
    @media screen and (max-width: 890px) {
      .galleryCategories__category {
        font-size: 2.375em; } }
    @media screen and (max-width: 720px) {
      .galleryCategories__category {
        font-size: 1.75em; } }
    @media screen and (max-width: 630px) {
      .galleryCategories__category {
        font-size: L 2.375em; } }
    .galleryCategories__category:hover {
      text-decoration: none; }
    .galleryCategories__category__overlay {
      background-color: rgba(35, 31, 32, 0.4);
      padding: 10px; }
    .galleryCategories__category__contentWrapper {
      display: table;
      width: 100%; }
    .galleryCategories__category__contentContainer {
      border: 1px solid;
      display: table-cell;
      height: 188px;
      vertical-align: middle; }

.projectColumn {
  float: left;
  width: 50%; }
  .projectColumn__left {
    padding-right: 10px; }
    @media only screen and (max-width: 1000px) {
      .projectColumn__left {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px; } }
  .projectColumn__right {
    padding-left: 10px; }
    @media only screen and (max-width: 1000px) {
      .projectColumn__right {
        float: none;
        width: 100%;
        padding: 0; } }
  .projectColumn .grid3Col {
    overflow: hidden; }
    .projectColumn .grid3Col__element {
      display: block;
      float: left; }
      @media only screen and (max-width: 900px) {
        .projectColumn .grid3Col__element {
          width: 32.5%; } }
      @media only screen and (max-width: 490px) {
        .projectColumn .grid3Col__element {
          width: auto;
          float: none; } }
      .projectColumn .grid3Col__element img {
        width: 100%; }

.projectMessage {
  display: block;
  width: 100%;
  height: 100px;
  resize: vertical;
  margin-bottom: 1em; }

.lightbox_image:hover {
  cursor: pointer; }

.lightbox_div {
  position: relative;
  max-width: 90%;
  max-height: 600px; }

.lightbox_close {
  background-color: white;
  color: black;
  border: solid 1px black;
  border-radius: 50%;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  position: absolute;
  font-size: 24px;
  right: -28px;
  top: -28px; }
  .lightbox_close:hover {
    cursor: pointer;
    text-decoration: none; }

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