/*
 * styling for the icons
 */
nav.sidebar-nav div.sidebar-nav-item a i.fab {
    padding-right: 10px;
    padding-top: 20px;
    font-size: 1.5em;
}

/*
 * styling for sidebar links
 */
div.sidebar h1 a {
    text-decoration: none;
}

div.sidebar nav.sidebar-nav a {
    text-decoration: none;
}

div.content.container {
    max-width: 50rem;
}

pre.highlight {
    line-height: 1.1;
}

/* 
 * adjust the font size to make it a little smaller
 */

div.post p, li {
  font-size: 15px;
}

div.post td, th {
  font-size: 15px;
}

div.page p, li {
  font-size: 15px;
}

div.post {
}

div.sidebar p {
  font-size: 15px;
}

div.sidebar a.sidebar-nav-item {
    font-size: 15px;
}

h1 {
    font-size: 1.5rem !important;
}

h2 {
    font-size: 1.25rem !important;
}

h1.post-title a:hover {
	text-decoration: none;
}

/*
 * Make the sidebar a little skinnier
 */
div.sidebar {
    width: 15rem;
}

div.content {
    margin-left: 18rem;
    padding-top: 2rem;
}

pre code {
    font-size: 85%;
}

/* White theme */
.sidebar {
  background-color: white;
  color: #515151;
}
.sidebar a {
  color: #515151;
}

div.sidebar-sticky {
    bottom: initial;
}

div.sidebar-about h1 a{
    color: #303030 !important;
    font-family: "PT Sans";
}


