.section-heading {
    font-family: 'AmericanTypewriter' !important;
    font-size: 1.7rem  !important;
    font-weight: 600  !important;
    color: #fff  !important;
    letter-spacing: 2px !important;
}

.section-text p,
.section-table td {
    font-family: 'PFRegalDisplayPro-Regular';
    font-size:1rem;
    color:#fff
}

body .table1 {
    text-align:center;
}

body .table1 a {
  font-family: 'AmericanTypewriter' !important;
  font-size: 1.7rem  !important;
  font-weight: 600  !important;
  color: #fff  !important;
  letter-spacing: 2px !important;
}

body .table1 a:hover {
    opacity: 0.7;
}

body .table1 table{
    max-width: 655px;
    display: inline-block;
    border:none;
}

.table1 td {
    text-align: left !important;
    border-left:none !important;
}

.section-button {
    font-family: 'PFRegalDisplayPro-Regular';
    font-size:1rem;
}

@media print {
    .section-button {
        display:none;
    }

    .section-text p,
    .section-table td,
    .section-heading {
        color:#000 !important;
    }
}
