body {
  font-family: "Source Sans 3", sans-serif;
  background: #FDFDFA;
}

.header {
  background-color: #f5f2ee;
}

.header li.nav-item {
  font-weight: 600;
}

.colorme {
  color: #4f4537;
}

a.spcbtn, a.spcbtn:hover {
  color: #FDFDFA;
  background-color: #f6425f;
}

h1, h2, h3, h4, .h0 {
  color: #f6425f;
  letter-spacing: 3px;
  font-weight: 600;
}

.h0 {
  font-weight: 800;
  font-size: 3em;
}

.nav-link {
  font-size: 1em;
  padding: 5px 10px;
}

.nav-link, .nav-link:visited {
  text-decoration: none;
  color: #f6425f;
  transition: none;
}

.nav-link:active, .nav-link:hover {
  color: #f6425f;
}

.shadow-bottom {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}


#banner {
  background-color: #f6425f;
  font-weight: 700;
}

#banner .navbar-text {
  color: white;
}

.container-softserve {
  padding-left: 3rem;
  padding-right: 3rem;
}

section#softserve {
  height: auto;
  background: #f2fcff;
}

section#softserve li {
  line-height: 2.5em;
  color: #f6425f;
  font-weight: 600;
  font-size: 1.5em;
}

section#softserve .df {
  margin-top: -2rem;
  font-size: 1rem;
}

@media only screen and (max-width: 500px) {
  .container-softserve {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  section#softserve .roundhead {
    font-size: 1.8rem;
    letter-spacing: normal;
  }
  section#softserve .df {
    margin-top: -1.6rem;
  }
  img.lgLandscape {
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  section#softserve ul.softlist > li {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#softserve .roundhead {
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 992px) {
  section#softserve .roundhead {
    border: 1px solid;
    border-radius: 16px !important;
    padding-left: 15px;
    padding-bottom: 6px;
  }
}
.hours .day, .hours .hour {
  font-size: 1.2em;
}

.hours .dayhour {
  display: flex;
  align-items: baseline;
}

.hours .day {
  line-height: 2em;
  padding-right: 16px;
}

.hours .dots {
  flex-grow: 1;
  border-bottom: 1px dotted #505050;
  opacity: 0.5;
}

.hours .hour {
  padding-left: 16px;
}

.center-vline {
  background-image: linear-gradient(#f6425f, #f6425f);
  background-size: 2px 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.accordion-button, .accordion-button:not(.collapsed) {
  font-weight: 600;
  font-size: 1.2rem;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: white;
}

.footer {
  background-color: #f5f2ee;
  box-shadow: 0px -5px 30px rgba(188, 185, 185, 0.2);
}

#contact-us > .list-group-item {
  background-color: inherit;
}

.contact .nav-link a, .contact .nav-link a:visited,
.contact .nav-link a:active, .contact .nav-link a:hover {
  text-decoration: none;
  color: #FDFDFA;
  transition: none;
}

.nav-link img {
  width: 24px;
}/*# sourceMappingURL=app.css.map */
