* {
  box-sizing: border-box;
  outline: none;
  text-rendering: auto;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1024px) {
  * {
    -webkit-user-select: none;
  }
}

html, body {
  padding: 0;
  margin: 0;
  background-color: #131313;
  color: #eee;
  font-family: "helvetica", "verdana";
  position: relative;
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 1023px) {
  html .hide-mobile, body .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  html .hide-desktop, body .hide-desktop {
    display: none !important;
  }
}
html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: normal;
}
html img, body img {
  width: 100%;
}
html .button, body .button {
  margin: 0;
  padding: 10px 40px;
  text-align: center;
  background-color: #396d3b;
  color: #fff;
  border-radius: 15px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
html .logo, body .logo {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px;
  background: linear-gradient(0deg, #212121 0%, #151515 100%);
}
html .logo img, body .logo img {
  width: 150px;
}
html .header, body .header {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px;
}
@media (min-width: 1024px) {
  html .header, body .header {
    flex-direction: row;
    padding: 50px;
  }
}
html .header .title, body .header .title {
  width: 100%;
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  html .header .title, body .header .title {
    width: 45%;
    padding-bottom: 15px;
    text-align: left;
  }
}
html .header .title h1, body .header .title h1 {
  font-size: 28px;
  line-height: 30px;
  color: #79d17c;
}
html .header .title h2, body .header .title h2 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  html .header .title .cta, body .header .title .cta {
    bottom: 0;
  }
}
html .header .gallery, body .header .gallery {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  html .header .gallery, body .header .gallery {
    width: 55%;
    margin-left: 50px;
  }
}
html .header .gallery .media, body .header .gallery .media {
  object-fit: cover;
}
@media (min-width: 1024px) {
  html .header .gallery .media, body .header .gallery .media {
    height: 350px;
  }
}
html .content, body .content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px;
}
html .content .post-content, body .content .post-content {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
html .content .gallery, body .content .gallery {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  html .content .gallery, body .content .gallery {
    justify-content: space-between;
    padding: 50px;
  }
}
html .content .gallery .media, body .content .gallery .media {
  object-fit: cover;
  height: calc(100vw - 30px);
  width: calc(100vw - 30px);
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  html .content .gallery .media, body .content .gallery .media {
    height: 300px;
    width: 300px;
    margin-bottom: 0;
  }
}
html .footer, body .footer {
  padding: 15px;
  background-color: #171717;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
html .footer .company, body .footer .company {
  width: 100%;
  font-weight: 600;
  margin-bottom: 5px;
}
html .footer .address, body .footer .address {
  width: 100%;
  margin-bottom: 5px;
}
html .footer .directions, body .footer .directions {
  width: 100%;
  margin-bottom: 5px;
}
html .footer .phone, body .footer .phone {
  width: 100%;
  margin-bottom: 5px;
}
html .footer .cta, body .footer .cta {
  width: 100%;
}

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