body {
  overflow-x: hidden;
}

.phone
{
  text-decoration: none
  color: black;
  padding:5px;
  font-size: 13px;
  margin-top: -5px;
  width: 100%;
  border-top: 1px solid #e9ecef;
  font-weight: 500;

}

#navigation li:hover
{
  background: linear-gradient(white,#e11e21,white);

}
#navigation a
{
  color: black;
  font-weight: 400;
  font-size: 1.05rem;
}
#navigation a:hover, a:active
{
  background: linear-gradient(white,#e11e21,white);
  color: white;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper a
{
  font-size: 1rem;
  color: black;
  font-weight: 500;
  padding-left: 1rem;
  transition: background 3s;
}
#sidebar-wrapper a:hover
{
  font-size: 1rem;
  color: black;
  font-weight: 500;
}

#drop1 a,#drop2 a,#drop3 a,#drop4 a,#drop5 a,#drop6 a,#drop7 a,#drop8 a
{
  font-size: 0.9rem;
  color: black;
  font-weight: 400;
  padding-left: 1.5rem;
}
#drop1 a:hover,#drop2 a:hover,#drop3 a:hover,#drop4 a:hover,#drop5 a:hover,#drop6 a:hover,#drop7 a:hover,#drop8 a:hover
{
  font-size: 0.9rem;
  background: #e12029;
  font-weight: 400;
}

.list-group list-group-flush



#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
.codeblock{
  width: 100%;

}
.codeblock textarea{
  width: 100%;
  border-left: 3px solid #e11e21;
  height: 200px;
  scale: none;
}

.topnav .search-container {
  width: 30%;
}
.search-container form{
  display: flex;
}
.topnav input[type=text] {
  padding: 6px;
  font-size: 17px;
  border: none;
 width: 93%;
 border: 1px solid #e11e21;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-right: 16px;
  background: #e11e21;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #fff;
}

.topnav .search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}
.btn-group{
  float: right;
}
.
