
html body .la.la-5x {
   font-size: 3rem;
}

#services i {
    color: #92A59F;
    padding: 1rem;
    border-radius: 50%;
}

#services .card {
    box-shadow: none;
}

#services .card h4.card-title {
    font-size: 2rem;
}

#services .card h5.card-title {
    font-size: 1.25;
}

#specialties .card {
    box-shadow: none;
}
#specialties .card h4.card-title {
    font-size: 2rem;
}

#specialties .card h5.card-title {
    font-size: 1.25rem;
}

section.invert {
    background-color: #CD7461;
}

section.invert.dark {
    background-color: #92A59F;
}
section.invert h4.info::after {
    background: #fff;
}

section.invert h6.text-muted {
    color: #fff !important;
}

section.invert h4.info {
    color: #fff !important;
}

section.invert .card {
    background-color: transparent;
}

section.invert.dark .card {
    background-color: transparent;
}

section.invert p.card-text {
    color: #fff;
}

/* Scroll */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 20px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

.dropzone {
    min-height: 0px !important;
    padding: 0px 0px; 
}
