/* Print Styles
@media print {
    header, nav, footer {
       display: none;
    }
    body {
      font-size: 10px !important;
    }
    p, li {
      font-size: 10px !important;
    }
    h1, h2, h3, h4, h5, h6 {
      font-size: 12px !important;
    }
    .pr-3 {
      padding-right: 10px !important;
    }
    .pr-4 {
      padding-right: 10px !important;
    }
    .pl-3 {
      padding-left: 10px !important;
    }
    .pl-4 {
      padding-left: 10px !important;
    }
    .is-size-7 {
      font-size: 10px !important;
    }
    .is-size-4 {
      font-size: 12px !important;
    }
    a {
      font-size: 10px !important;
      color: #000 !important;
      text-decoration: none !important;
    }
} */

.navbar-burger span {
    background-color: black !important;
}

