
.h1-header {
  color: white;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* CUSTOM */
.pink-background{
  background-color: #f41e54cc;
}

.custom-list{
  position: relative;
  z-index: 1;
}

.custom-text{
  font-weight: lighter;
  text-transform: none;
}

.custom-icon{
  color: #f41e54cc;
}

.custom-banner-h1{
  font-size: 4em !important;
  line-height: 3.5rem !important;
}

.custom-h1{
  font-size: 2.5em;
}

.custom-h2{
  font-size: 1.3em;
}

.custom-h3{
  font-size: 1.75em;
}

.custom-h4{
  font-size: 1.35em;
  font-weight: 600;
}

.icf-box
{
    text-align: center;
}

    .icf-box:before
    {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

.icf-box
{
    display: inline-block;
    vertical-align: middle;
}