/* ====================================
** GENERAL
** ====================================
*/

body {
  /*font-family: "Open Sans", sans-serif;*/
  background-color: #fbd9bb;
  color: #d26220;
}

a {
  text-decoration: none;
  color: #d26220 !important;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, li, .container, .content {
  color: #d26220;
}

.main, .content {
    color: #000000;
    background-color: #fbd9bb;
}

.page ol {
  list-style-position: outside;
}

.page ul {
  list-style-type: disc;
}

.page ol li {
  margin-left: 0;
}

.page ol p {
  margin-left: 0;
}

.page h5 {
  margin-top: 30px;
}

.page-top {
  margin-top: 100px;
}
.page-title {
  text-align: center;
  margin-bottom: 30px;
}

/* ====================================
** BACK TO TOP
** ====================================
*/
.back-to-top {
  color: #fff !important;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d26220;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff !important;
  line-height: 0;
}

.back-to-top:hover {
  background: #e28230;
  color: #fff !important;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* ====================================
** FOOTER
** ====================================
*/
#footer {
  /* background: url("../img/footer-bg.jpg") center center no-repeat; */
  background-color: #fbd9bb;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer .footer-bottom {
  border-top: 1px solid #f4a444;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
}

/* ====================================
** CARD
** ====================================
*/

.card {
  background-color: #222222;
  color: #dedede;
}

.card > .card-header {
  background-color: #101010;
  color: #fafafa;
}