body {
  background-color: #074055;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {color: #fff;}

a {color: #01adef;}

hr {border-color: rgba(0,0,0,.2);}

.button.empty.black {
  color: #333;
  border-color: #333;
}
.button.empty.black:hover {
  color: #000;
  border-color: #000;
}
.button.empty.white {
  color: #dfdfdf;
  border-color: #dfdfdf;
}
.button.empty.white:hover {
  color: #fff;
  border-color: #fff;
}
.button.empty.blue {
  color: #0e83c9;
  border-color: #0e83c9;
}
.button.empty.blue:hover {
  color: #008CBA;
  border-color: #008CBA;
}
.button {background-color: #fab042;}

.button.success {background-color: #096784;}

.button.success:hover, .button.success:focus {background-color: #0e83c9;}

blockquote, blockquote p, blockquote cite {color: #fefefe;}

.post .thumb-content h2 a {
  color: #333;
}
[data-magellan-expedition] .post-date, [data-magellan-expedition] .post-details, [data-magellan-expedition] .post-details a,
.thumb .post-date, .thumb .post-details, .thumb .post-details a {
  color: #333;
}
.top-bar {background-color: #074055;}

.top-bar-section>ul>.divider {border-right-color: rgba(255,255,255,.4);}

#header {background-color: #fff; box-shadow: 0 1px 20px rgba(0,0,0,.2); color: #333;}

.index-slider .single-slider p, .index-slider .single-slider p a {
  color: #fff;
  text-shadow: 1px 1px rgba(0,0,0,.45);
}
.fixed .page-title {background-color: #fff;}

[data-magellan-expedition] .page-title {color: #333;}

[data-magellan-expedition] .page-title h1, [data-magellan-expedition] .page-title h2, [data-magellan-expedition] .page-title h3, .subscription-form, .subscription-form h4{
  color: #333;
}
article a {color: #63d4ff !important; text-decoration: underline;}

article a:hover {text-decoration: none;}

.wrap-wdywtg {
  background-color: #EEB729;
  color: #fff;
}
.wrap-wdywtg h2 {color: #fff;}

.wdywtg-form {border-color: transparent;}

.wdywtg-form .button {
  background-color: rgba(255,255,255,.95);
  color: #0e83c9;
}
.wdywtg-form .button:hover {
  color: #fff;
  background-color: #0e83c9;
}
.thumb {
  border: none;
  background-color: #fff;
}
/* FOOTER */
#footer {
  background-color: #fff;
  color: #000000;
}
#footer h3, #footer h4, #footer p, #footer a, #footer abbr {
  color: #000000;
}
#footer a {
  text-decoration: underline;
}
#footer dl dd {
  margin-bottom: .3rem;
}
#footer hr {
  border-color: rgba(255,255,255,.1);
}
#footer .button {background-color: #096784;}

#footer .button:hover {background-color: #0e83c9;}

#footer .credits-color {
  background-color:#074055;
  color: #fff !important;
}