@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200,0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&amp;display=swap');

.site-title {
  font-family: 'Permanent Marker', cursive;
  font-size: 35px;
	font-weight: normal;
	letter-spacing: .04em;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #3a3a3a;
  background-color: #fff;
  font-style: normal;
  /*font-weight: 300;*/
}
b, strong {
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

.r-navbar {
  /*Move navbar to right side of new div */
  margin: 0 0 0 auto;
}
#site-menu {
  width: 100%;
}


.singular-section .entry-header {
  margin-bottom: 0;
}

.dbd-page-nav {
  padding-top: 10px;
}
.nextpagebutton {
  display: inline-block;
  float: right;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  background-color: #00a7e9;
  outline: 1px solid;
  outline-color: #00a7e9;
  border: 1px solid;
  border-color: #fff;
}

.nextpagebutton::after {
  content: " \003e";
  font-weight: 400;
  /*font-size: x-large;*/
}

.prevpagebutton {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  background-color: #00a7e9;
  outline: 1px solid;
  outline-color: #00a7e9;
  border: 1px solid;
  border-color: #fff;
}

.prevpagebutton::before {
  content: "\003c \00a0";
  font-weight: 400;
  /*font-size: x-large;*/
}

.dbd-btn-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  background-color: #00a7e9;
  outline: 1px solid;
  outline-color: #00a7e9;
  border: 1px solid;
  border-color: #fff;
}
.dbd-btn-link.prev::before {
  content: "\003c \00a0";
  font-weight: 400;
}

.entry-meta {
  display: none;
}

pre {
  padding: 0;
  margin: 0;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
}