/* Custom NULISAseqR styling - Add logo to sidebar with link */
#pkgdown-sidebar {
  position: relative;
}

#pkgdown-sidebar .logo-link {
  display: block;
  height: 60px;
  margin-bottom: 15px;
  background-image: url(logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
}

/* Match ggplot2 font styling */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  padding-top: 60px !important;
}

html {
  scroll-padding-top: 70px;
}

.contents p,
.contents li {
  font-size: 18px !important;
}

h1.title {
  font-size: 2.5em !important;
  font-weight: 300 !important;
}

.contents h1 {
  font-size: 2.5em !important;
  font-weight: 300 !important;
}

.contents h2 {
  font-size: 2em !important;
  font-weight: 300 !important;
  margin-top: 1.5em;
}

.contents h3 {
  font-size: 1.5em !important;
  font-weight: 400 !important;
}

/* Sidebar styling */
.col-md-3.hidden-xs.hidden-sm {
  font-size: 14px;
}
