h1 {
  font-size: 16px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-weight: bold;
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h1,
h2,
h3,
h5 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

h5 {
  line-height: 26.4px;
}

body {
  background-color: #393939;
  margin: 0;
  padding: 0;
  letter-spacing: 0.8px;
}

html {
  scroll-behavior: smooth;
}

.logo {
  max-width: 360px;
}

.link {
  border-bottom: 1px solid;
  padding-bottom: 2px;
  color: #497637;
  text-decoration: none;
}
.link:hover, .link:focus, .link:active {
  border-color: transparent;
  text-decoration: none;
  color: #497637;
}

#main_row {
  background-image: url("../images/ftbg2.jpg");
  background-color: #f0c75b;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  color: #fff;
}

.home-arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}

img {
  max-width: 100%;
}

.header-sec {
  padding-left: 100px;
  padding-top: 4rem;
}

#second {
  background-color: #497637;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec-content {
  max-width: 960px;
  margin: 0 auto;
}

#third {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

#four {
  background-color: #393939;
  padding-top: 80px;
  padding-bottom: 20px;
  color: #fff;
}

.content-area img {
  width: 200px;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.content-block {
  margin-bottom: 32px;
}

@media (max-width: 992px) {
  .header-sec {
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .content-sec {
    padding-left: 0;
  }

  #second,
#third {
    padding-top: 60px;
    padding-bottom: 44px;
  }

  #four {
    padding-top: 60px;
  }

  .copy {
    margin-top: 3rem;
  }
}
@media (max-width: 576px) {
  #main_row {
    position: relative;
    padding-bottom: 200px;
  }

  .content-sec img {
    max-width: 75%;
  }

  .content-area img {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-bottom: 30px;
    background-size: contain;
  }

  .home-arrow img {
    max-width: 50px;
  }

  .header-sec {
    padding-left: 1rem;
    padding-top: 1rem;
    width: 230px;
  }

  .logo {
    max-width: 200px;
  }
}

/*# sourceMappingURL=common.css.map */
