.main-container-inner {
  color: #441000;
}

#copyright p,
#copyright a {
  color: #fff2ee;
}

#main-container .main-box > div {
  background-color: #fff;
}

.w3-theme-l5 {
  color: #441000 !important;
  background-color: #fff5f2 !important;
}

.w3-theme-l4 {
  color: #441000 !important;
  background-color: #fff2ee !important;
}

.w3-theme-l3 {
  color: #441000 !important;
  background-color: #ffbca7 !important;
}

.w3-theme-l2 {
  color: #441000 !important;
  background-color: #ffd8cc !important;
}

.w3-theme-l1 {
  color: #fff2ee !important;
  background-color: #ff7850 !important;
}

.w3-theme-d1 {
  color: #fff2ee !important;
  background-color: #ff4107 !important;
}

.w3-theme-d2 {
  color: #fff2ee !important;
  background-color: #e93600 !important;
}

.w3-theme-d3 {
  color: #fff2ee !important;
  background-color: #cb2f00 !important;
}

.w3-theme-d4 {
  color: #fff2ee !important;
  background-color: #ae2900 !important;
}

.w3-theme-d5 {
  color: #fff2ee !important;
  background-color: #912200 !important;
}

.w3-theme-light {
  color: #441000 !important;
  background-color: #fff5f2 !important;
}

.w3-theme-dark {
  color: #fff2ee !important;
  background-color: #912200 !important;
}

.w3-theme-action {
  color: #fff2ee !important;
  background-color: #912200 !important;
}

.w3-theme,
.close-nav,
.mobile-nav {
  color: #fff2ee !important;
  background-color: #ff3d00!important;
}

.w3-text-theme {
  color: #ffd8cc !important;
}

.w3-border-theme {
  border-color: #ffd8cc !important;
}

.w3-hover-theme:hover {
  color: #fff2ee !important;
  background-color: #ffd8cc !important;
}

.w3-hover-text-theme:hover {
  color: #ffd8cc !important;
}

.w3-hover-border-theme:hover {
  border-color: #ffd8cc !important;
}

/* custom work */
.w3-active-pager {
  background-color: #fff5f2 !important;
}

.w3-hover-over:hover,
.w3-button:hover {
  background-color: #ffddd3 !important;
  color: #912200 !important;
}

/* button animation  */
@keyframes btnBorderAnimation {
  0% {
    width: 0;
    height: 0;
    border-bottom-color: #ff3d00;
  }

  99.9999% {
    width: 100%;
    height: 100%;
    border-bottom-color: #ff3d00;
  }

  100% {
    width: 0;
    height: 0;
    border-bottom-color: transparent;
  }

}

/* Border animation  */
@keyframes borderLeftColors {
  0% {
    width: 0;
    height: 0;
    border-top-color: #ff3d00;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: #ff3d00;
    border-right-color: #ff3d00;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  99.9999% {
    width: 100%;
    height: 100%;
    border-top-color: #ff3d00;
    border-right-color: #ff3d00;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  100% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

}

@keyframes borderRightColors {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #ff3d00;
    border-left-color: transparent;
  }

  50% {
    width: 100%;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #ff3d00;
    border-left-color: #ff3d00;
  }

  99.9999% {
    width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #ff3d00;
    border-left-color: #ff3d00;
  }

  100% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

}

#footer-container .footer-box>div.animate-border:hover {
  box-shadow: 0 25px 57px 0 rgba(255, 255, 255, .30);
}
