h2 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #555;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.icons {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DJI_0939_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DJI_0939_1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #002c49;
  color: #fff;
}

.hero {
  height: 450px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .14)), url('../images/small-Egersund-panorama-9806.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .14)), url('../images/small-Egersund-panorama-9806.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-cover {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.hero-heading {
  position: absolute;
  z-index: 9999;
  display: block;
  width: 100%;
  margin-top: 93px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-heading.icons {
  position: static;
  margin-top: 20px;
  margin-bottom: 29px;
  font-size: 26px;
  font-weight: 400;
}

.full-width-image {
  width: 100%;
}

.footer-heading {
  margin-top: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.icons-heading {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.icon-image {
  display: block;
  max-height: 110px;
  margin-right: auto;
  margin-left: auto;
}

.padding-top {
  margin-top: 30px;
}

.padding-top.footer {
  padding-top: 0px;
  padding-bottom: 0px;
}

.map {
  height: 450px;
}

