@media only screen and (min-width: 960px) {
  .dropdown-hover:hover .dropdown-hover-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown-hover:hover .dropdown-toggle::after {
    border-bottom: 0.3em solid;
    border-top: 0;
  }
}

.dropdown-hover.show .dropdown-toggle::after {
  border-bottom: 0.3em solid;
  border-top: 0;
}

.facebook {
  fill: #BABABA;
}

.new-window {
  opacity: 0;
  display: inline-block;
  vertical-align: top;
}

.link-transition:hover .new-window{
  opacity: 1;
}

.facebook:hover {
  fill: #3b5998;
}

.mr1 {
  margin-right: .25rem;
}

.mr2 {
  margin-right: .5rem;
}

.pt0-l {
  padding-top: 0;
}

.z-999 {
  z-index: 999;
}

.link {
  text-decoration: none;
}

.link:link, .link:visited {
  transition: color .15s ease-in;
}

.dib {
  display: inline-block;
}

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.jumtr {
  padding: 11rem 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0rem;
}

.display-3 {
  font-size: 5rem;
  text-align: center;
  font-weight: 200;
  line-height: 1.25;
}

.mission-statement {
  margin-top: 4rem;
}

.storefront {
  width: 85%;
  max-width: 85%;
  border-radius: 3px;
}

#myBtn {
  display: none;
  border-radius: 3px;
  color: #fff !important;
  line-height: 20px;
  transition: all .5s ease-in-out;
  background: linear-gradient(180deg, #90a4ae, #78909c);
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 99;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
}

#myBtn svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  fill:#fff
}

#myBtn:hover {
  background: linear-gradient(180deg, #78909c, #546e7a);
}

.services {
  font-size: 1rem;
  width: 90%;
  color: rgb(75,75,75)!important;
  border-color: rgb(20,74,124,0.3);
}

.service {
  padding-top: 2rem!important;
  padding-bottom: 2rem!important;
  text-align: center!important;
  background-color: rgb(251,251,251)!important;
  border-color: rgb(20,74,124,0.3)!important;
}
