/**************************************************************************/
/* Positionning social icons in the header menu. **************************/
/**************************************************************************/
div#md-menu-left { float: left; }
div#md-menu-right { float: right; }

/* Change display of link. */
div#md-menu-right a {
	display: inline-block !important;
	margin: 5px 5px 5px 0;
}

/* Sizing social icon image. */
div#md-menu-right a img { width: 32px; }

body {
	padding-top: 0 !important;
}

article {
	padding: 0 !important;
}

.entry-title {
  margin-bottom: -4px !important;
}

/* theme background */
div#page {
  background-color: #131016 !important;
}