.body-override {
    background-color: #ffcc00;
}
.bg-trans-5{
    background-color: rgba(255, 255, 255, 0.5)!important;
}
.p-font-override {
    font-family: "AllTogetherSerifCnLight", Open Sans, sans-serif;
}
.title-font-override {
    font-family: "AllTogetherSerifCnBold", sans-serif;
}
h1, h2, h3, h4, h5 {
    font-family: "AllTogetherSerifCnBold", sans-serif;
}
button, .btn {
    font-family: "AllTogetherSerifCnBold", sans-serif;
    border-radius: 0;
}
h1, h2 {
    line-height: 1.2em;
}
h1 {
    font-size: clamp(3rem, 2rem + 2vw, 4rem);
}
p {
    font-family: "AllTogetherSerifCnLight", Open Sans, sans-serif;
}
label, p strong {
    font-family: "AllTogetherSerifCnBold", Open Sans, sans-serif;
}
.mb-20px{
    margin-bottom: 20px;
}
.mt-minus3rem{
    margin-top: -3rem;
}
.mt-minus2rem{
    margin-top: -2rem;
}
.mt-minus1-5rem{
    margin-top: -1.5rem;
}
.mt-minus0-5rem{
    margin-top: -0.5rem;
}
.nav-link {
    font-family: "AllTogetherSerifCnLight", Open Sans, sans-serif;
    font-size: clamp(1.125rem, 0.970951rem + 0.657277vw, 1.5625rem);
    line-height: 1.2em;
}
footer .nav-link {
    font-family: "AllTogetherSerifCnLight", Open Sans, sans-serif;
    font-size: clamp(1.125rem, 0.970951rem + 0.657277vw, 1.5625rem);
    line-height: 1.2em;
}
.invert {
    filter: invert(100%);
}
.header-bg {
    background-size: contain;
    background-position: bottom center;
    background-image: url('../../images/ff4mm/web-textured-bg-w750.png');
}
.footer-bg {
    position: relative;
    overflow: hidden;
}
/*.footer-bg:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*    background-position: bottom center;*/
/*    background-size: cover;*/
/*    background-image: url(../../images/ff4mm/web-textured-bg-w750.png);*/
/*    transform: rotate(180deg);*/
/*    background-repeat: no-repeat;*/
/*}*/
.footer-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: bottom center;
    /*background-image: url(../../images/ff4mm/web-textured-bg-w750.png);*/
    background-image: url(../../images/ff4mm/web-textured-bg-w500.png);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 500%;
}
.copyright-rotate90 {
    transform: rotate(-90deg);
    transform-origin: bottom right;
}

/*.footer-bg:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*    background-position: bottom center;*/
/*    background-repeat: no-repeat;*/
/*    background-attachment: fixed;*/
/*    background-size: 100% 100%;*/
/*    background-image: url(../../images/ff4mm/web-textured-bg-w750.png);*/
/*    transform: rotate(180deg);*/
/*}*/
.footer-bg-bottom{
    background-color: #fff8cb;
    background-size: contain;
    background-position: bottom center;
    background-image: url('../../images/ff4mm/ff4mm-bg-footer-tile.jpg');
}
.card-opacity-8 {
    background-color: rgb(255, 255, 255, 0.8)!important;
}
.card-opacity-4 {
    background-color: rgb(255, 245, 235, 0.4)!important;
}
.card-dark-opacity-8 {
    background-color: rgb(0, 0, 0, 0.4)!important;
}
.card-dark-opacity-4 {
    background-color: rgb(0, 0, 0, 0.2)!important;
}
.bg-none {
    background: 0 0 !important;
}

.cookie-consent {
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #00;
    background-color: #ffcc00!important;
    font-size: 0.8rem;
    position: fixed;
    z-index: 1000;
    bottom: 0;
}
cookie-consent__message {

}
.cookie-consent__agree {
    /*background-color: #f69c00;*/
    /*color: #fff;*/
    /*border-color: #f69c00;*/
    text-decoration: none;
    cursor: pointer;
    padding: .2rem .4rem;
    line-height: 1.5;
    border-radius: .3rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cookie-consent__reject {
    /*background-color: #f69c00;*/
    /*color: #fff;*/
    /*border-color: #f69c00;*/
    text-decoration: none;
    cursor: pointer;
    padding: 0.2rem 0.4rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
