h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.navbar {
  border-bottom: 1px solid #000;
  background-color: #d6d6d6;
  color: #fff;
}

.slide {
  height: 100%;
  background-color: #686c6e;
  background-image: url('../images/seo-image.jpg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
  opacity: 0;
}

.slide-nav {
  background-color: transparent;
}

.slider {
  height: 100%;
}

.mask {
  opacity: 0.36;
}

.container {
  position: static;
}

.heading {
  margin-top: 7px;
  padding-right: 9px;
  padding-left: 9px;
  background-color: transparent;
  font-size: 15px;
}

.slider-2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  opacity: 1;
}

.slide-2 {
  position: static;
  height: 100%;
  background-color: #d1d1d1;
  opacity: 1;
}

.container-2 {
  position: absolute;
  left: 17%;
  top: 3%;
  right: 17%;
  z-index: 23;
  margin-top: 3%;
}

.heading-2 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #e4e4e4;
}

.section {
  height: 150%;
  background-color: #fff;
}

.section-2 {
  position: fixed;
  bottom: 0%;
  width: 100%;
  height: 5%;
  border: 1px solid #000;
  background-color: #33a3f0;
}

.section-3 {
  position: relative;
  height: 300px;
  background-color: transparent;
}

.brand {
  left: -6%;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-3 {
  position: relative;
  left: 74px;
  margin-left: 0%;
  color: #e4e4e4;
}

.row {
  position: absolute;
  height: 100%;
}

.container-3 {
  position: relative;
  height: 100%;
  background-color: #a1c3da;
}

.column {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.column-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.row-2 {
  position: static;
  height: 100%;
  margin-left: -24px;
}

.column-3 {
  height: 100%;
}

.column-4 {
  height: 100%;
}

.column-5 {
  position: static;
  height: 100%;
}

.section-4 {
  height: 450px;
}

.right-arrow {
  position: static;
}

.left-arrow {
  position: static;
}

.nav-link {
  display: none;
}

.div-block {
  position: fixed;
  left: 0px;
  top: 13%;
  bottom: 0px;
  z-index: 100;
  width: 12%;
  height: 25%;
}

.facebook {
  position: absolute;
  top: 104%;
}

.google {
  position: absolute;
  top: NaNpx;
}

.div-block-2 {
  position: absolute;
  z-index: 2;
}

.twitter {
  position: absolute;
}

.heading-4 {
  width: 65%;
  margin-left: 7%;
}

.rich-text-block {
  position: static;
  width: 65%;
  margin-left: 14%;
  text-decoration: none;
}

.image {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 13%;
}

.heading-5 {
  width: 60%;
}

.paragraph {
  position: static;
  margin-left: 0px;
  font-size: 1.4em;
  line-height: 23px;
}

.image-2 {
  position: static;
  top: 118px;
  display: block;
  margin-top: 0px;
  margin-left: 36px;
}

.heading-6 {
  font-weight: 400;
}

.container-4 {
  padding-right: 23px;
  padding-left: 23px;
  background-color: #e7e7e7;
}

.collection-item {
  padding-right: 30px;
  padding-left: 30px;
}

.dropdownhover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .56);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.dropdownhover:hover {
  border: 1px solid #000;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.section-5 {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .brand {
    left: 0%;
  }
}

