p {
  margin-bottom: 10px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #faf1e4;
  background-clip: border-box;
}

.container-primary {
  height: auto;
}


/* unvisited link */
a:link {
  color: #788e2e;
  font-size: 20px;
    text-align: center;
    font-weight: 700;
    font-family: Verdana;
}

/* visited link */
a:visited {
  color: #acfa73b;
  font-size: 20px;
    text-align: center;
    font-weight: 700;
    font-family: Verdana;
}

/* mouse over link */
a:hover {
  color: #acfa73b;
  font-size: 20px;
    text-align: center;
    font-weight: 700;
    font-family: Verdana;
}

/* selected link */
a:active {
  color: #788e2e;
  font-size: 20px;
    text-align: center;
    font-weight: 700;
    font-family: Verdana;
}

.download-link {
  color: #788e2e;
  font-size: 20px;
    text-align: center;
    font-weight: 700;
    font-family: Verdana;
  /*text-transform: uppercase;*/
}



.image {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 1000px;
  min-height: auto;
  min-width: auto;
  float: none;
  clear: none;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  position: relative;
  right: auto;
  display: block;
  width: auto;
  max-width: 1030px;
  font-family: Verdana, Geneva, sans-serif;
  color: #788e2e;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.container {
  position: relative;
  display: block;
  height: auto;
  max-width: 1030px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.rich-text-block {
  position: absolute;
  top: 1030px;
  width: 1030px;
  max-width: 1030px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.rich-text-block-2 {
  position: absolute;
  top: 1030px;
  max-width: 1030px;
}

.os1 {
  position: absolute;
  left: auto;
  top: 1040px;
  max-width: 1030px;
  min-width: 320px;
  margin-bottom: 0px;
  color: #a3832d;
  font-size: 20px;
  text-align: center;
}

.bold-text {
  color: #788e2e;
  font-size: 25px;
  text-transform: uppercase;
}

.italic-text {
  letter-spacing: 1px;
}

.os2 {
  position: absolute;
  left: auto;
  top: 1040px;
  max-width: 1030px;
  min-width: 320px;
  margin-bottom: 0px;
  color: #a3832d;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .container {
    position: absolute;
    max-width: 1000px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    min-width: 320px;
  }
}