/* Color Palette

#FDFFFC - Baby Powder (white)
#009EE3 - Carolina Blue (light blue)
#003E61 - Indigo Bye (blue)
#F35963 - Sizzling Red (light red)
#A31621 - Ruby Red (red)
#9CC5A1 - Eton Blue (light green)
#49A078 - Shiny Shamrock (green)
*/

#site-head {
  background-color: #292322;
}

.segment-logo img {
  width: 128px;
  height: 128px;
  display: inline;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-right: 1em;
  float: left;
}

/* Links */
a:hover {
  color: #F35963;
}

/* Header Buttons on Startpage */
a.btn {
  color: #ffffff;
  background-color: #003E61;
  }
a.btn:hover {
  background-color: #009EE3;
}

/* Scroll Menu on Startpage */
a.fn-item.active {
  color: #F35963;
}
a.fn-item:hover {
  color: #F35963;
}

/* Content / Sections */
.post-holder.odd {
  background: rgba(0, 62, 97, 1); 
  color: rgb(255, 255, 255);
}
.post-holder {
  background: #FDFFFC;
}
body {
  color: #000000;
}

/* Footer */
.site-footer {
  color: #BBC7CC;
  background-color: #22343A;
}

/* improve page title visibility */
h1.blog-title, h2.blog-description {
    text-shadow: 0 0 8px black;
}

/* set default list-style for better accessability */
ul li {
  list-style-type: circle;
}