html,
body {
  height: 100%;
  width: 100%;
}

.relative {
  position: relative;
}

.parallax {
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}

.home {
  background: url(./shutterstock_360577934_MD.jpg) no-repeat center center fixed;
  height: 100%;
  display: table;
}

.services {
  background: url(./shutterstock_408736432.jpg) no-repeat center center fixed;
  height: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.text-vcenter strong {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.home-section {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(./shutterstock_360577934_MD.jpg);
  background-position: 50% 0px;
}

.home-content {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* Home content */

.home-content {
  position: relative;
}
.home-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.hs-wrap-1 {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hs-line-2 {
  position: relative;
  /*font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.085em;
  line-height: 0.9;
  padding-bottom: 20px;*/
  color: rgba(255, 255, 255, 0.85);
}

.hs-line-6 {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.btn-services {
  color: #f7e581;
  border: 2px solid #f7e581;
}

.btn-services:hover {
  color: #333333;
  background: #f7e581;
}

.white {
  color: rgba(255, 255, 255, 0.85);
}

hr.white {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.35);
}

.services-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(./shutterstock_408736432.jpg);
  background-position: 50% 0px;
  padding: 100px 0;
  box-sizing: border-box;
}

.contact-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #1d2124;
  background-position: 50% 0px;
  box-sizing: border-box;
}

.heading {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 24px;
}

.section-heading {
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  font-size: 16px;
}

.services-icon {
  /*font-size: 60px;
  line-height: 1.3;
  margin-bottom: 5px;*/
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  height: 85px;
}

.services-icon img {
  max-height: 60px;
  margin: auto;
}

.services-title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  align-items: end;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  /*margin-bottom: 3px;
  font-weight: 600;
  line-height: 22px;
  min-height: 30px;*/
}

.services-desc {
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  color: rgba(255, 255, 255, 0.75);
  align-items: baseline;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  /*margin-bottom: 10px;
  line-height: 22px;
  min-height: 40px;*/
}

.services-button {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.services-icon.black {
  color: rgba(0, 0, 0, 0.9);
}
.services-title.black {
  color: rgba(0, 0, 0, 0.9);
}
.services-descr.black {
  color: rgba(0, 0, 0, 0.75);
}

.contact-heading {
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  font-weight: 800;
  font-size: 24px;
}

.contact-sub-heading {
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  font-size: 20px;
}

.contact-line {
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  font-size: 16px;
}
