/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: hueman
	Version: 1.0.0
*/

@import url("../hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Default weight for Hueman is 300, which gives ugly, thin letters */
body { font-weight: 400; }

/* Remove nav-topbar - WAAROM WERKT DIT NIET? */
#nav-topbar { display: none; }

/* Colors and margins for headings in posts */
.entry h2 { color: #b00000; margin-top: 30px; }
.entry h3 { color: #b00000; margin-top: 20px; }
.entry h4 { color: #b00000; margin-top: 20px; }

/* Make links in posts more visible */
.entry a { border-bottom: 1px dotted; }
.entry a:hover { border-bottom: 1px solid; }

/* Extra left and right padding on single post page for article on larger screens */
@media only screen and (min-width: 1025px) {
  .single article {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* Fix for Crayon bug (even when alternating rows is off, complete blocks will alternate) */
.crayon-row.alt { background-color: #f8f8f8 !important; }

/* Crayon minor tweaks */
.crayon-theme-jesper-inline { padding: 2px; }
