
.dropdown-menu > li > a:hover {
  color: #f6f6f6;
  text-decoration: none;
  background-color: #3377BB;
}

/* For having fixed navbar top*/
body {
    padding-top: 65px;
}

 /* Jekyll fixes */
.page-heading {
    font-size: 18px;
}

.post-link {
    font-size: 18px;
}

.post-meta {
    font-size: 14px;
}

.post-header h1 {
    font-size: 34px;
    font-weight: 600;
}

.post-content {
    font-size: 12px;
}
.post-content h1 {
    font-size: 22px;
    font-weight: 600;
}
.post-content h2 {
    font-size: 20px;
    font-weight: 600;
}
.post-content h3 {
    font-size: 18px;
    font-weight: 600;
}
.post-content h4 {
    font-size: 16px;
    font-weight: 600;
}
.post-content h5 {
    font-size: 16px;
    font-weight: 600;
}
.post-content p {
    font-size: 16px;
}

.post-content hr {
    border-top-color: #adadad
}

/* For no linebreaks in <code> */
pre code {
    white-space: pre;
}
code {
    color: #505050;
}
