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

.bs-docs-masthead {
  padding-top:50px;
  padding-bottom:40px;
  margin-bottom:20px;
}

.bs-docs-header h1, .bs-docs-header p {
  margin-right:0px;
}

.bs-docs-nav {
  border-bottom: 1px solid #e5e5e5;
}

.bs-docs-sidebar {
  padding-top: 50px;
  /*z-index: -1;*/
}

.bs-docs-sidebar .nav > li > a {
  font-size:15px;
}
.bs-docs-sidebar .nav .nav > li > a {
  font-size:14px;
}
.back-top-top {
  font-size:13px;
}

#content {
  position:relative;
}
#content:after {
  content:"";
  position:absolute;
  bottom:0px;
  right:0px;
  height:50px;
  width:30%;
  background:linear-gradient(135deg, transparent 50px, white 50px);
}

.companyLogo{
  border-radius: 4px;
  background-color: #fcfcfc;
  padding: 5px;
  margin: 5px;
  border: 1px solid orange;
  width: 100px;
  height: 100px;
}

#merch-container{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  width: 100%;
  color: #eeeeee;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
