@font-face {
  font-family: "Open Sans bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype"); }

* {
  font-family: "Open Sans bold"; }

.paragraph {
  font-family: "Open Sans"; }

.header--top {
  background-color: #535659;
  padding: 30px;
  border-bottom: 15px solid #2d374a; }

.header--images {
  text-align: center;
  margin: 50px 0; }
  .header--images img {
    max-width: 145px; }
    .header--images img:last-child {
      max-width: 135px; }
  @media only screen and (min-width: 768px) {
    .header--images img {
      max-width: 200px; }
      .header--images img:last-child {
        max-width: 180px; } }

.menu {
  padding: 35px;
  width: 100%;
  white-space: normal;
  text-align: center; }
  .menu a {
    font-size: 1em;
    color: #2d374a;
    text-transform: uppercase;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .menu a {
        font-size: 2em; } }
  .menu input[type=text] {
    min-width: 300px;
    border: 1px solid #2d374a !important;
    border-radius: 0 !important; }
  .menu button {
    padding: .6em 1em;
    background-color: #2d374a; }

.hero {
  position: relative;
  background-image: url("../images/hero.jpeg");
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero--text {
    text-align: center;
    font-size: 3em;
    color: white;
    margin: 40px 0;
    position: absolute;
    width: 100%;
    font-family: "Open Sans"; }
    .hero--text p {
      margin: 0; }
    @media only screen and (min-width: 768px) {
      .hero--text {
        font-size: 5em; } }
  .hero--layer {
    background-color: rgba(33, 33, 27, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.overview {
  text-align: center;
  color: white;
  background-color: #2d374a; }
  @media only screen and (min-width: 768px) {
    .overview {
      font-size: 2em;
      padding: 15px 70px; } }

.videos {
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .videos .pure-u-md-1-3 {
      width: 31.3333%;
      margin: 5px !important; } }

.content-images--video {
  width: 100%;
  height: 225px; }

.content-images .pure-u-1-3 {
  margin: 10px;
  width: 31.3333%; }

.content-images .pure-u-1-3 {
  margin: 10px;
  width: 31.3333%; }

.content-images img {
  max-width: 100%; }

.content-images--hover {
  display: none;
  position: relative; }
  .content-images--hover p {
    position: absolute;
    top: 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: "Open Sans";
    font-size: 1.1em;
    padding: 0 20px; }
  @media only screen and (max-width: 768px) {
    .content-images--hover p {
      font-size: 0.9em; } }

.content-images--text, .content-images--bottom {
  text-align: center; }

.content-images--text {
  color: #2d374a;
  font-size: 1.5em; }
  .content-images--text a {
    text-decoration: none;
    color: #2d374a; }

@media only screen and (min-width: 768px) {
  .content-images {
    padding: 80px; }
    .content-images .pure-u-md-1-3 {
      width: 31.3333%;
      margin: 10px; } }

@media only screen and (max-width: 992px) {
  .content-images .pure-u-md-1-3 {
    width: 100%; } }

.seperator {
  border: 1px solid #2d374a;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .tag {
    font-size: 1.5em; } }

.seperator-v {
  display: inline-block;
  height: 105px;
  border: 1px solid #2d374a;
  margin: 0 25px; }
  @media only screen and (min-width: 768px) {
    .seperator-v {
      height: 150px; } }

.instagram {
  color: #2d374a;
  text-align: center;
  font-size: 1.5em; }
  .instagram_gallery {
    margin: 0;
    padding: 0 100px; }
  .instagram_gallery, .instagram-feed {
    overflow: hidden; }

.footer {
  margin-top: 40px;
  width: 100%;
  height: 100px;
  background-color: #2d374a; }
  .footer--icons {
    text-align: center; }
    .footer--icons i {
      font-size: 4em;
      color: white;
      margin: 15px; }

.instafeed a {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin: 5px; }
  @media only screen and (max-width: 768px) {
    .instafeed a {
      margin: 0.1em; } }

.instafeed img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

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