body nav {
  height: 100px;
}

@media (max-width: 600px) {
  body nav .brand-logo {
    left: 66%;
  }
}

body nav .brand-logo img {
  width: 182px;
}

body nav ul a {
  color: #444;
}

body nav ul .brand-logo {
  color: #444;
}

body nav ul.right {
  margin-top: 36px;
}

body p {
  line-height: 2rem;
}

body .button-collapse {
  color: #26a69a;
  margin-top: 20px;
}

body .parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9);
}

body .parallax-container .section {
  width: 100%;
}

@media (max-width: 992px) {
  body .parallax-container .section {
    position: absolute;
    top: 40%;
  }
}

body .parallax-container:nth-child(6) .parallax img {
  bottom: -100%;
  left: 75%;
}

@media (max-width: 600px) {
  body .parallax-container:nth-child(6) .parallax img {
    bottom: 100%;
  }
}

@media (max-width: 600px) {
  body #index-banner .section {
    top: 0;
  }
}

@media (max-width: 992px) {
  body #index-banner .section {
    top: 10%;
  }
}

body .container:nth-child(5) ul li {
  list-style: disc;
}

body .icon-block {
  padding: 0 15px;
}

body footer.page-footer {
  background-color: #FBB03D;
  margin: 0;
}

body footer.page-footer a:hover {
  text-decoration: underline;
}

body footer.page-footer .footer-copyright {
  text-align: center;
}
