/* your styles go here */

.site-header a{
  opacity: 1;
  -webkit-opacity: 1
}


.title-info a {
  position: absolute;
  top: 240px;
  font-size: 3rem;
}
.row.site-header-inner {
  min-height: 300px;
  background-position: center;
  background-image: url('/wp-content/uploads/2016/09/cropped-Family_smaller.jpg');
  background-size: auto;
  position: relative;
}

.content-image {
  min-height: 200px;
}



.two.max-image-container img {
  width: 49%;
}
.three.max-image-container img {
  width: 32%;
}

.max-image-container {
  text-align: center;
  padding-bottom: .5em;
}

.entry-content img {
  max-width: 800px;
  min-width: 200px;
}

.full > img {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  padding-bottom: .5em;
}

@media (max-width: 700px) {
  .max-image-container {
    padding-bottom: 0;
  }
  .two.max-image-container img {
    width: 100%;
  }
  .three.max-image-container img {
    width: 100%;
  }
  .full > img {
    width: 100%;
    padding-bottom: .25em;
  }
  .entry-content img {
    width: 100%;
  }
  img {
    padding-bottom: 0.25em;
  }
}
