body {
  font-size: 1rem;
}

section img{
    box-shadow: 1px 1px 5px 1px #b7b7b7;
}

.no-shadow{
	box-shadow: none !important;
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 50px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
  padding: .2rem 1rem;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 60px;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.alert-warning {
    color: #505050;
    background-color: #ffe38c;
    border-color: #ffffff;
}
.alert-danger {
    color: #ffffff;
    background-color: #ff5464;
    border-color: #ff001b;
}
.alert-danger a{
	color: #ffffff;
}

main section{
	border-bottom: 1px solid #ccc;
	margin-bottom:3rem;
}
pre.custom{
	background-color: #e6e6e6;
    padding: 10px 0;
    border-radius: 3px;
}
.sidebar .nav-link.active {
    color: #ffffff;
    background-color: #00BCD4;
    border-radius: 4px;
    margin: 0 10px;
}

.text-small{
    font-size: 16px;
}

.text-grey{
	color: grey;
}

.line-through{
	text-decoration: line-through;
}

.screenshot{
	width: 50%;
}

.h1,h1{font-size:1.90rem}
.h2,h2{font-size:1.65rem}
.h3,h3{font-size:1.45rem}
.h4,h4{font-size:1.25rem}
.h5,h5{font-size:1.1rem}
.h6,h6{font-size:1rem}