/* Custom CSS settings */
img.shadow {
  border-radius: .5em;
  box-shadow: 4px 4px 6px #999;
}

#header .logo img {
  background-color: #fff;
  border-radius: .475em;
  height: 60px;
}

#blog-hero h2 {
  margin-top: 0;
}

.inc-logo {
  background: rgba(255, 255, 255, .3);
  border-radius: .375em;
  margin-top: 1rem;
}

#body-wrapper .container {
  padding: 1rem 0 2rem;
}

.ident {
  display: block;
  text-indent: 16px !important;
}

.sidebar-content p {
  font-size: .8em;
}

.notices ul li {
  color: #333;
  font-size: .8em;
  padding: 0 1rem 0 0;
}

.modular-features .feature-icon {
  color: rgba(190, 0, 0, 0.5);
  text-decoration: none;
}

/* Adjustments for Responsive devices */
@media screen and (max-width: 1500px) {
  #blog-hero h2 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(70, 70, 70, 0.6);
  }
}