/* Dark Mode - salirporbenidorm.com */
body.dark-mode {
  background-color: #1a1a2e !important;
  color: #e0e0e0;
}
body.dark-mode .bg-white,
body.dark-mode .container.bg-white {
  background-color: #16213e !important;
  background: #16213e !important;
}
body.dark-mode .bg-light,
body.dark-mode .breaking-news.bg-light {
  background-color: #0f3460 !important;
  background: #0f3460 !important;
}
body.dark-mode .bg-dark {
  background-color: #0a0a1a !important;
}
body.dark-mode .blog-footer {
  background-color: #0f3460 !important;
  color: #a0a0a0 !important;
  border-top-color: #1a1a3e !important;
}
body.dark-mode .blog-header {
  border-bottom-color: #1a1a3e !important;
}
body.dark-mode a,
body.dark-mode .blog-header-logo.text-dark {
  color: #e0e0e0 !important;
}
body.dark-mode a:hover {
  color: #fff !important;
}
body.dark-mode a.text-muted,
body.dark-mode .nav-scroller .nav-link {
  color: #a0a0a0 !important;
}
body.dark-mode .text-dark {
  color: #e0e0e0 !important;
}
body.dark-mode .text-muted {
  color: #888 !important;
}
body.dark-mode h1, body.dark-mode h2, body.dark-mode h3,
body.dark-mode h4, body.dark-mode h5, body.dark-mode h6 {
  color: #f0f0f0 !important;
}
body.dark-mode .blog-post-meta {
  color: #888 !important;
}
body.dark-mode .card,
body.dark-mode .list-group-item {
  background-color: #16213e !important;
  border-color: #1a1a3e !important;
  color: #e0e0e0;
}
body.dark-mode .jumbotron {
  background-color: #16213e !important;
}
body.dark-mode .form-control {
  background-color: #0f3460 !important;
  border-color: #1a1a3e !important;
  color: #e0e0e0 !important;
}
body.dark-mode .form-control::placeholder {
  color: #888 !important;
}
body.dark-mode .news-scroll a {
  color: #c0c0c0 !important;
}
body.dark-mode .blog-post p img {
  opacity: 0.9;
}
body.dark-mode #dark-toggle {
  background: #ffc107 !important;
  color: #000 !important;
}
