/* Base */
body {
  line-height: 1.7;
  color: rgba(0, 0, 0, 1);
  font-weight: 100;
  font-size: 1rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #f6ece4;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }

a {
	color:#666666;
}

a:hover {
	color:#000000;
}

.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0); }

.first-section {
  position: relative;
  z-index: 5;
  margin-top: -180px; }
  @media (max-width: 991.98px) {
    .first-section {
      margin-top: -50px; } }

.text-primary {
	color:#000000 !important;
}
.site-section-heading:before, .site-section-heading.text-center:before,
.block-13 .owl-dots .owl-dot.active > span, .block-14 .owl-dots .owl-dot.active > span, .block-15 .owl-dots .owl-dot.active > span {
	background : #000000;
}

.text-block {
	padding-top:2em;
}

.caption {
  color: rgba(0, 0, 0, 0.5);
}

.btn-primary, .btn-primary:hover {
	background-color:#000000;
	border-color:#999999;
}
.site-footer {
	padding:0;
}
.site-blocks-cover a {
	border-bottom:none !important;
}
.bg-dark {
	background-color:#231f20!important;
}

@media (min-width: 1200px) {
	.container {
		max-width: 960px;
	}
}