/*   
 * Template Name: PrettyDocs - Bootstrap 4 Template for documentations
 * Version: 2.3
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
/* ======= Base ======= */
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #3e8cf3;
  transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #f97316;
}

a:focus {
  text-decoration: none;
}

pre {
  padding: 1rem;
  border-radius: 3px;
  background-color: #494d55;
  font-weight: 500;
  color: #fff;
}

code {
  font-weight: bold;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}

hr {
  width: 130px;
  border: 1px solid #888;
  margin-top: 0.5rem;
}

#toUp {
  display: none;
  position: fixed;
  z-index: 1;
  height: 40px;
  width: 40px;
  bottom: 55px;
  right: 20px;
  border: none;
  outline: none;
  background-color: grey;
  color: #ffff;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
}

#toUp:hover {
  background-color: #404040;
}

#toUp svg {
  height: 25px;
  width: 25px;
  margin-bottom: 2px;
}

/* ======= Doc Styling ======= */
.callout svg {
  height: 25px;
  width: 25px;
}

/* Sidebar */
.nav-link {
  color: #616670;
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.active {
  color: #3e8cf3;
}
