:root {
  --white: white;
  --black: black;
}

a {
  border: 1px solid #044b17;
  text-decoration: underline;
}

.image {
  width: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.heading {
  background-image: linear-gradient(#ccf2da, #fff);
}

.image-2 {
  width: 100%;
  height: 100%;
}

.hero {
  background-image: url('../images/workingzooms-hero2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-top: 5px solid #333d51;
  border-bottom: 5px solid #333d51;
  height: 700px;
}

.contentarea {
  background-color: #ffffffde;
  border-radius: 8px;
  width: 800px;
  margin: 10px auto 100px;
  padding: 40px 20px;
  font-family: Lato, sans-serif;
  box-shadow: 0 0 #0000, .2px .3px #00000006, .4px .7px #00000007, .7px 1.2px .1px #00000008, 1.1px 1.7px .1px #00000009, 1.5px 2.4px .3px #00000009, 2.1px 3.4px .6px #0000000a, 3px 4.8px .9px #0000000a, 4.1px 6.6px 1.5px #0000000a, 5.6px 9px 2.3px #0000000b, 7.7px 12.4px 3.5px #0000000b, 10.6px 16.9px 5.1px #0000000b, 14.4px 23.2px 7.4px #0000000b, 19.8px 31.8px 10.6px #0000000b, 27.3px 43.8px 15.1px #0000000c, 38.1px 61.1px 21.6px #0000000c, 54.4px 87.2px 31.5px #0000000c, 80.9px 129.8px 47.8px #0000000d, 132.3px 212.2px 79.4px #0000000e;
}

.paragraph {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.bold-text, .bold-text-2 {
  color: #044b17;
}

.button {
  text-align: center;
  background-color: #044b17;
  border-radius: 5px;
  width: 290px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
}

.paragraph-2 {
  text-align: center;
  margin-top: 40px;
}

.link {
  color: #044b17;
  border-width: 0;
  text-decoration: none;
}

.paragraph-3 {
  text-align: center;
  margin-top: 20px;
}

.image-3 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.heading-2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span {
  color: #044b17;
  border: 1px solid #044b17;
  font-weight: 900;
}

.greenhighlight {
  color: #044b17;
  font-weight: 900;
}

.text-span-2 {
  color: #5b0000;
}

.text-span-3 {
  color: #cb2121;
  font-weight: 900;
}

.text-span-4 {
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .hero {
    background-size: cover;
    background-attachment: scroll;
  }

  .contentarea {
    width: auto;
    margin-bottom: 80px;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contentarea {
    margin-left: -5px;
  }
}

@media screen and (max-width: 479px) {
  .contentarea {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .paragraph {
    font-size: 18px;
    line-height: 18px;
  }
}
