/* Base Color 20790A
h1 0E3504
background color EBFDE6 */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  font-size: 62.7%;
  box-sizing: border-box;
}

h1 {
  color: #0e3504;
  font-size: 7rem;
  letter-spacing: -0.4rem;
}

h2 {
  color: #0e3504;
  font-size: 3rem;
  letter-spacing: -0.2rem;
  padding-bottom: 1.4rem;
}

h3 {
  color: #0e3504;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  padding-top: 2rem;
  padding-bottom: 1.4rem;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
}

ul {
  list-style: none;
}

li {
  color: #0e3504;
  font-size: 1.6rem;
  line-height: 1.6;
}

.grid-col-2 {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
}

.grid-col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.top-space {
  margin-top: 8rem;
}

/* ************************ */
/* Header including Nav Bar */
/* ************************ */

header {
  height: 10vh;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 0 2rem;
}

.logo-box {
  height: 100%;
  display: flex;
  align-items: center;
}

.logo {
  color: #20790a;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -3px;
}

.logo-link {
  color: inherit;
  text-decoration: none;
}

.main-nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-nav-list {
  list-style: none;
  display: flex;
  gap: 1rem;
}

.main-nav-link {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #0e3504;
}

.main-nav-link:hover {
  color: #20790a;
}

/* ************ */
/* Hero Section */
/* ************ */

.hero-section {
  height: 90vh;
  background-color: #ebfde6;
}

.hero-container {
  height: 100%;
}

.hero-title {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-image {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-img {
  opacity: 0.6;
  width: 100%;
  border-radius: 10%;
}

/* ************* */
/* Offer Section */
/* ************* */

ol {
  padding-left: 3rem;
}

/* ************ */
/* Service Area */
/* ************ */

.list-icon {
  width: 2rem;
  color: #7b0a20;
}

/* ************** */
/* Footer Section */
/* ************** */

footer {
  background-color: #0e3504;
  padding: 2rem 0;
}

.copyright {
  font-size: 1rem;
}
.tsturrup {
  font-size: 0.8rem;
}

.tsturrup-link {
  text-decoration: none;
  color: #20790a;
}

.footer-address {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-heading {
  color: #ebfde6;
  font-size: 1rem;
  font-weight: 700;
}

.address {
  color: #ebfde6;
  font-size: 0.8rem;
  text-decoration: none;
}

.blog-links {
  color: #ebfde6;
  font-size: 0.8rem;
  text-decoration: none;
}

/* *************** */
/* Secondary Pages */
/* *************** */

.title-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 30vh;
  background-color: #ebfde6;
  border-bottom: solid 2px #20790a;
}

.page-title {
  font-size: 68px;
  font-weight: 700;
  letter-spacing: -2px;
}

/* ************ */
/* Contact Page */
/* ************ */

.contact-headings {
  color: #0e3504;
}

.contact-address {
  text-decoration: none;
  color: #20790a;
}
