:root {
  --font-custom-color: #40403E;
}

[data-bs-theme="dark"] {
  --font-custom-color: #f0f0f0;
}

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #EDF2F7;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #2b3035;
  border-radius: 4px;
}

blockquote a:link {
  color: #084298;
  font-weight: 600;
}

blockquote strong {
  color: #388E3C !important
}

.alertBox strong {
  color: #856404;
}

.bg-dark {
  background-color: #191b1d;
}

.myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  height: 70px;
  width: 70px;
  border: none;
  outline: none;
  background-color: #0275d8;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.myBtn:hover {
  background-color: #555;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

h4 a {
  font-family: 'Montserrat', sans-serif;
}

h3 a {
  font-family: 'Montserrat', sans-serif;
}

h2 a {
  font-family: 'Montserrat', sans-serif;
}

h1 a {
  font-family: 'Montserrat', sans-serif;
}

blockquote {
  font-size: 17.5px;
  border-left: 5px solid #388E3C;
  color: #155724;
  background-color: #d4edda;
  border-color: #388E3C;
  position: relative;
  padding: .75rem;
}

p {
  font-family: 'Montserrat', sans-serif;
}

li {
  font-family: 'Montserrat', sans-serif;
}

a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body {
  padding-top: 5rem;
}

@media (min-width: 1101px) {
  .container-fluid {
    width: 98%;
    left: 1%;
    right: 1%;
  }
}

.sidenav {
  height: 100%;
  /* Full-height: remove this if you want "auto" height */
  min-width: 200px;
  /* Set the width of the sidebar */
  max-width: 300px;
  /* Set the width of the sidebar */
  position: fixed;
  /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #111;
  /* Black */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Style page content */
.main {
  margin-left: 160px;
  /* Same as the width of the sidebar */
  padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}

.alertBox {
  font-size: 17.5px;
  border-left: 5px solid #9e7705;
  display: block;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  position: relative;
  padding: .75rem;
}

.alertBox p {
  margin-top: 0;
  margin-bottom: 0;
}

.font-custom {
  font-family: 'Montserrat', sans-serif;
  font-size: 17.5px;
  color: var(--font-custom-color);
  white-space: pre-line;
}

.img-max-width {
  max-width: 100%;
}