body {
    background-color: #ff9900 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23ffa300' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23ffad00' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23ffb800' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23ffc200' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23ffcc00' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

.cd-faq__category {
    font-size: 14px !important;
}

.cd-faq__category:before {
    background-color: #ffcc00 !important;
}

.cd-faq__categories > li > a.cd-faq__category-selected {
    color: #ff9900 !important;
}

a:hover {
    text-decoration: none !important;
    color: #ff9900 !important;
}

h2 {
    font-size: 24px !important;
    color: white !important;
}

.cd-faq__trigger {
    color: white !important;
}

.cd-faq__trigger:after {
    background: white !important;
}

.cd-faq__trigger:before {
    background: white !important;
}

.cd-faq__trigger:hover:after {
    background: #ff9900 !important;
}

.cd-faq__trigger:hover:before {
    background: #ff9900 !important;
}

.text-component > p {
    font-size: 18px !important;
    color: white !important;
}

.text-component > p > a {
    color: #ff9900;
}

.text-component > p > a:hover {
    color: #ffcc00 !important;
}

.text-component > div.container > div.row > div.col > ul {
    color: white !important;
    font-size: 18px !important;
    margin: 0 15px;
}

.text-component > ul > li > a {
    color: #ff9900;
}

.text-component > ul > li > i.fab {
    color: #25d366 !important;
}

.text-component > ul > li > a:hover {
    color: #ffcc00 !important;
}

.cd-faq__item {
    border-radius: 5px;
}

.cd-faq__categories {
    border-radius: 5px !important;
}

.scroll-to-top {
    position: fixed;
    right: 1.5em;
    bottom: 1.5em;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    border-radius: 7px;
    color: white;
    cursor: pointer;
}

.scroll-to-top > svg {
    margin: 0 auto;
}

th {
    font-size: 2.5vh;
}

tr {
    font-size: 2vh;
}

.table {
    margin: 0 !important;
}

div.table-responsive {
    border: 4px solid #ff9900 !important;
    border-radius: 5px !important;
    margin: 10px auto;
}
