/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/
/* {
  background: #dffff2;
  background: -webkit-linear-gradient(to right, #dffff2, #9effd6);
  background: linear-gradient(to right, #dffff2, #9effd6);
  min-height: 100vh;
} */
body {
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300 !important;
}
h1 {
  color: #000;
}
p {
  color: #000;
}
.col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.list-group h5,
.list-group h6 {
  color: #fff;
}
.list-group p {
  color: #fff !important;
}
.ludo {
  background-color: #4f048e !important;
}
.bigfoot {
  background: #cce1ff;
  /* background: -webkit-linear-gradient(to right, #9effd6, #dffff2);
  background: linear-gradient(to right, #9effd6, #dffff2); */
}
.bigfoot h5,
.bigfoot p {
  color: #000 !important;
}
.decor {
  background: #9effd6;
  background: -webkit-linear-gradient(to right, #9effd6, #dffff2);
  background: linear-gradient(to right, #9effd6, #dffff2);
}
.decor h5,
.decor p {
  color: #000 !important;
}
.zuedex {
  background: #e1e1e1;
  background: -webkit-linear-gradient(to top, #e1e1e1, #b0b0b0);
  background: linear-gradient(to bottom, #e1e1e1, #b0b0b0);
}
.zuedex h5,
.zuedex p {
  color: #000 !important;
}
.fish {
  background: #9feaf1;
  background: -webkit-linear-gradient(to right, #9feaf1, #e9fdff);
  background: linear-gradient(to right, #9feaf1, #e9fdff);
}
.fish h5,
.fish p {
  color: #000 !important;
}

.text-gray {
  color: #aaa;
}
.media .img {
  width: 65% !important;
}

.ul {
  text-align: center !important;
}
@media (max-width: 768px) {
  .media > .img {
    width: 100% !important;
  }
}
/* @media (max-width: 400px) { */
/* } */
