/*
 * Copyright 2023 Aracro Products. All rights reserved
 *
 * Author: Aragorn Crozier
 */

.list-unstyled{
    padding-left:0;
    list-style:none;
}

.center {
    text-align: center;
    justify-content: center;
}

.footer-link {
    display: block;
    margin-bottom: 10px;
    color: #444;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

/* text styles */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px
}

h1, h2, h3 {
    text-align: center;
    justify-content: center;
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 50px;
    display: block;
    border-radius: calc(var(--corner) / 2);
    background-color: var(--ap-accent);
    color: var(--ap-on-accent);
    padding: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px
}

h5 {
    font-size: 10px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}

.p-no-bottom-margin p {
    margin-bottom: 0;
}