@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Playfair+Display:400,400i,700,700i");

html,body{
  scroll-behavior: smooth;
}

.anchor {
    display: block;
    position: relative;
    top: -87px;
    visibility: hidden;
}

h2 {
  font-size:5vh!important;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Playfair Display;
  font-weight: 400;
}

.text-primary {
  color: #f5a637!important;
}

.bg-gray {
  background-color: #f9f9f9;
}

.parallax-mirror {
  visibility: visible;
  z-index: -100;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: -webkit-fill-available;
  transform: translate3d(0px, 0px, 0px);
}

.parallax-mirror:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.6;
  background: #372c1479; /* orange */
  background: #3d503f70; /* green */
  /* background: #65532c59; */
  background: #0e0b0770;
}

.video {
  background: url('../images/bg.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}

section.section-header {
  height: 100vh;
  padding-top: 87px;
}
section.section-content {
  height: calc(100vh - 70px - 87px);
}

section.section-footer {
  height: 70px;
  /* background-color: blue; */
}

.section-preheading {
  font-family: Lato,sans-serif!important;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.section-heading {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}

.section-header .text-muted {
  color: hsla(0,0%,100%,.7)!important;
}

.section-social > li {
  display: inline-block;
}

.section-social > li + li {
  margin-left: 2rem;
}

.title {
  border-bottom: 1px solid #c3c3c3;
  padding: 0 10px 6px;
  display: inline;
}
