:root {
  --horizon-red: #ffb07c;
  --horizon-blue: #ffb07c;
  --horizon-white: #ffffff;
}

body {
  background-color: #ffffff;
  color: #3d3d3d;
}

a {
  color: #3d3d3d;
}

a:hover,
a:focus {
  color: #ffb07c;
}

.pcoded-header,
.pcoded-navbar,
.navbar {
  background-color: #ffffff !important;
  color: #3d3d3d !important;
  box-shadow: none !important;
}

.pcoded-header .nav-left a,
.pcoded-header .nav-right a,
.pcoded-header .nav-right .btn,
.navbar .nav-link {
  color: #3d3d3d !important;
}

.btn,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  background-color: #ffb07c !important;
  border-color: #ffb07c !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #ff9d5f !important;
  border-color: #ff9d5f !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  background-color: transparent !important;
  border-color: #ffb07c !important;
  color: #ffb07c !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #ffb07c !important;
  border-color: #ffb07c !important;
  color: #ffffff !important;
}

.bg-primary,
.bg-success,
.bg-warning,
.bg-danger {
  background-color: #ffb07c !important;
}

.bg-secondary,
.bg-info,
.bg-grey,
.bg-dark {
  background-color: #ffb07c !important;
}

.bg-light {
  background-color: #ffffff !important;
}

.text-primary,
.text-success,
.text-warning,
.text-danger {
  color: #ffb07c !important;
}

.text-secondary,
.text-info,
.text-dark,
.text-muted,
.text-grey {
  color: #3d3d3d !important;
}

.card,
.shadow,
.shadow-sm,
.shadow-lg {
  background-color: #ffffff;
  color: #3d3d3d;
  box-shadow: none !important;
}

.form-control {
  border-color: #ffd2b3 !important;
  color: #3d3d3d !important;
}

.form-control:focus {
  border-color: #ffb07c !important;
  box-shadow: none !important;
}
