body {
  background: #fefefe; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#fefefe 0%, #efefef 100%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fefefe 0%, #efefef 100%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fefefe 0%, #efefef 100%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fefefe 0%, #efefef 100%); /* Standard syntax */
  background-repeat: no-repeat;
  background-attachment: fixed;
}
a {color: #002a48;}

hr {border-color: #efefef;}

#red{color:red;}

.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: #002a48;
  border-color: #002a48;
}
.button.empty.blue:hover {
  color: #FBB11C;
  border-color: #FBB11C;
}
.button.success {
  background-color: #002a48;
}
.button.success:hover, .button.success:focus {
  background-color: #FBB11C;
}

.ensemble-specialties .button {background-color: #0f8d99;}

/* Header */
.top-bar {background-color: #002a48;}

#header {
  background-color: #fff;
  color: #002a48;
}
#header a {color: #da251d;}

.post .thumb-content h2 a, .simple-thumb h2 a {
  color: #333;
}
.post-date, .post-details, .post-details a {color: #999;}

.headline-slider h2, .headline-slider p, .headline-slider p a {
  color: #fff;
  text-shadow: 1px 1px rgba(0,0,0,.45);
}
.travel-quote blockquote p {
  color: #555;
}
.wrap-wdywtg {
  background-color: #002a48;
  color: #fff;
}
.wrap-wdywtg h2 {
  color: #fff;
}
.wdywtg-form {
  border-color: transparent;
}
.wdywtg-form .button {
  background-color: rgba(255,255,255,.95);
  color: #FBB11C;
}
.wdywtg-form .button:hover {
  color: #fff;
  background-color: #FBB11C;
}
.thumb {
  border: 3px solid #002a48;
  background-color: #fff;
}
.thumb-img-text {
  color: white;
}

/* FOOTER */
#footer {
  background-color: #002a48;
  color: #efefef;
}
#footer h3, #footer h4, #footer p, #footer a, #footer abbr {
  color: #fff;
}
#footer a {
  text-decoration: underline;
}
#footer dl dd {
  margin-bottom: .3rem;
}
#footer hr {  
  border-color: rgba(255,255,255,.1);
}
#footer-logo{
  background-color: #fff;
}
#credits{
  background-color: #002a48;
}