.fill-ochre {
  fill: #d3c46c;
}

.fill-mango {
  fill: #e3a25d;
}

.fill-grey {
  fill: #9aa6a7;
}

.fill-mauve {
  fill: #b9a6c1;
}

.fill-lime {
  fill: #e0e153;
}

.fill-sky {
  fill: #a2d2e7;
}

.fill-black {
  fill: #000;
}

.fill-beige {
  fill: #f3e9df;
}

.fill-olive {
  fill: #4f4f2b;
}

.fill-peach {
  fill: #e9baaa;
}

.fill-powder {
  fill: #d1e4ea;
}

.text-beige {
  color: #f3e9df;
}

.text-olive {
  color: #4f4f2b;
}

.text-peach {
  color: #e9baaa;
}

.text-powder {
  color: #d1e4ea;
}

.text-ochre {
  color: #d3c46c;
}

.text-mango {
  color: #e3a25d;
}

.text-grey {
  color: #9aa6a7;
}

.text-dgrey {
  color: #18251a;
}

.text-mauve {
  color: #b9a6c1;
}

.text-lime {
  color: #e0e153;
}

.text-sky {
  color: #a2d2e7;
}

.text-black {
  color: #000;
}

.text-link {
  color: #0000FF;
}

.text-red {
  color: red;
}

.text-green {
  color: #56bc6c;
}

.text-lgrey {
  color: #eef0f0;
}

.bg-black {
  background: #000;
}

.bg-black-opacity {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-white {
  background: #fff;
}

.bg-beige {
  background: #f3e9df;
}

.bg-olive {
  background: #4f4f2b;
}

.bg-peach {
  background: #e9baaa;
}

.bg-powder {
  background: #d1e4ea;
}

.bg-ochre {
  background: #d3c46c;
}

.bg-mango {
  background: #e3a25d;
}

.bg-lmango {
  background-color: #ffd699;
}

.bg-grey {
  background: #9aa6a7;
}

.bg-mauve {
  background: #b9a6c1;
}

.bg-lime {
  background: #e0e153;
}

.bg-sky {
  background: #a2d2e7;
}

.bg-nip {
  background: #c2c28f;
}

.bg-wip {
  background: #e4b073;
}

.bg-red {
  background: red;
}

.button-red {
  border-radius: 4px;
  background-color: red;
  color: white;
  font-family: "font_raleway";
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;

}

.button-olive {
  border-radius: 4px;
  background-color: #4f4f2b;
  color: white;
  font-family: "font_raleway";
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;

}

.button-mango {
  border-radius: 4px;
  background-color: #e3a25d;
  color: #000;
  font-family: "font_raleway";
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;

}


.button-lime {
  border-radius: 4px;
  background-color: #e0e153;
  color: #000;
  font-family: "font_raleway";
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;

}

.button-white {
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font-family: "font_raleway";
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;

}

.no-scroll {
  overflow: hidden;
}

.border-grey {
  border: 2px solid #9aa6a7;
}

.border-bottom-peach {
  border-bottom: 2px solid #e9baaa;
}


.border-bottom-powder {
  border-bottom: 2px solid #d1e4ea;

}

.border-mango {
  border: 1px solid #e3a25d;
}

.border-top-bottom {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;

}

.blog-p-green {
  background-color: #D6E8D9;
}

.blog-p-pink {
  background-color: #F1CBBA;
}

.blog-p-blue {
  background-color: #D1E4EA;
}


.blog-n-purple {
  background-color: #B9A6C1;
}

.blog-n-pink {
  background-color: #E9BAAA;
}

.blog-n-grey {
  background-color: #9AA6A7;
}


.blog-b-olive {
  background-color: #4f4f2b;
}

.blog-b-mango {
  background-color: #e3a25d;
}

.blog-b-grey {
  background-color: #4c5758;
}