.navbar-brand>svg {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  width: 20px;
  height: 20px
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2
}

.social {
  height: 75px
}

@media (min-width:576px) {
  .social {
    height: 30px
  }
}

footer {
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.input-group .dropdown-toggle::after {
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease
}

.input-group .dropdown-toggle-open::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

/****************** Icon Bar Config ******************/

.icon-bar {
    width: 100%;
    background-color: #555;
    overflow: auto;
}

.icon-bar a {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 32px;
}

.icon-bar a:hover {
    background-color: #000;
}

.navbar {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 4px;
}

.navbar input[type=text] {
  float: right;
  padding: 3px;
  border: none;
  border-radius: 4px;
  margin: 0px;
  font-size: 14px;
}

.navbar-brand {
    margin-left: 15px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.navbar-toggler {
  margin-right: 15px;
  margin-bottom: 5px;
}

.menu-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  color: #ccc;
}
.menu-link:hover {
  background-color: #000;
  text-decoration: none;

}
.menu-link:active {
  text-decoration: none;
  color: #fff;
}
.menu-link:visited {
  text-decoration: none;
  color: #fff;
}

h5 {
  line-height: 0.5;
  margin-bottom: 1.05rem;
}

.active {
    background-color: #8e4444 !important;
}
/****************** Icon Bar Config ******************/


.inputPad {
  width:150px;
  height: 150px;
}

.inputPadButton {
  font-size:25px;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}
.no-touch {
  touch-action: manipulation;
}
