/*
   ------------------------------------
   Scaffolding
   ------------------------------------
*/

body {
  background: #FFFFFF;
  color: #465258;
}

h1, h2, h3, h4, h5 {
  color: #000000;
}

a {
  color: #000000;
}

a:hover {
  color: #13CA37;
}

/*
   ------------------------------------
   Header
   ------------------------------------
*/

.site-header {
  background: #FFFFFF;
}

.site-title a {
  color: #000000;
}

.site-description {
  color: #465258;
}

.site-navigation-inner {
  background: #FFFFFF;
  color: #465258;
}

.navigation-trigger path {
  fill: #000000;
}

.site-navigation .nav-close path {
  fill: #000000;
}

.site-navigation a {
  color: #000000;
}

.site-navigation a:hover {
  color: #13CA37;
}

/*
   ------------------------------------
   Banner
   ------------------------------------
*/

.site-banner {
  background-image: url('%banner_path%');
  background-color: #000000;
  color: #FFFFFF;
}

.site-banner h1,
.site-banner h2,
.site-banner h3,
.site-banner h4,
.site-banner h5 {
  color: #FFFFFF;
}

/*
   ------------------------------------
   Sidebar
   ------------------------------------
*/

.site-sidebar {
  color: #465258;
}

/*
   ------------------------------------
   Footer
   ------------------------------------
*/

.site-footer {
  background: #000000;
  color: #465258;
}

.site-footer a {
  color: #FFFFFF
}

.site-footer a:hover {
  color: #13CA37;
}
