html {
  font-size: 18px;
}
a {
  color: #a5a34e;
}

.navbar-fixed {
  position: absolute;
  z-index:999999999;
}

nav .brand-logo {
  margin-left: 1rem;
  letter-spacing: -1px;
  font-weight: 900;
  font-size: 1.8rem;
}

.header {
  height: 80vh;
  width: 100vw;
  position: relative;
}
.parallax:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0, 0.25);
}
.background-image { 
  background-size: cover;
  background-position: center center;
}

.header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-logo img {
  width: 40vw;
}
@media screen and (max-width: 425px) {
  .header-logo img {
    width: 70vw;
  }
}

.footer-copyright {
  font-size: 0.8rem;
}

h1, h2, h3, h4, h5 {
  letter-spacing: -1px;
}

h2 {
  font-size: 2.7rem;
  text-align: center;
}

h3 {
  font-size: 2.1rem;
  text-align: center;
}

p {
  margin-bottom: 1rem !important;
}

table tr:last-child { 
  border-bottom: 0; 
}

.about,
.services, 
.testimonials, 
.contact {
  padding: 3rem 0;
}

.align-left {
  text-align: left;
}
.no-top-margin {
  margin-top: 0;
}

.about-photo {
  width: 100%;
  overflow: hidden;
}
.facebook-link-image {
  width: 70px;
  margin-right: 20px;
}

#lightgallery {
  z-index: 10000;
}
#lightgallery a {
  width: 19%;
  height: 200px;
  display: inline-block;
}
#lightgallery img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #lightgallery a {
    width: 49%;
  }
}

/* COLOURS */
.green-1 {
  background: #f2f2e4;
}

.green-2 {
  background: #d2d1a0;
}

.green-3 {
  background: #bab86c;
}

.green-4  {
  background: #a5a34e;
}

.green-5 {
  background: #949245;
}
.green-5:hover {
  background: #787638;
}

input, textarea {
  border-bottom: 1px solid #000000 !important;
}