p{
    font-size: 18px;
}

.bg-2e3093{
    background-color: #2e3093 !important;
}

svg {
    width: 80%;
    max-width: 800px;
    height: 120px;
}

.svgPath {
    fill: none;
    stroke: #ffea00;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-linejoin: round;

    /* Animation */
    stroke-dasharray: 1000;   /* should be roughly total path length */
    stroke-dashoffset: 1000;
    animation: draw 4s ease forwards;
}

@keyframes draw {
    to {
    stroke-dashoffset: 0;
    }
}

.nav-link{
    font-size: .90rem !important;
}

.icon-list.bullet-bg li {
  font-size: 18px;
  margin-bottom: 16px;
}

.text-shadow {
    text-shadow: 3px 3px 4px rgba(0,0,0,0.8);
}

.image-wrapper.bg-overlay-300::before {
  background: rgba(30, 34, 40, 0.2);
}