html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

i {
    font-style: italic !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: #f2f0e4;
    font-family: 'almoni-dl-aaa-300';
    font-weight: 400;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

*,
::after,
::before {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
    font: inherit;
    cursor: pointer;
}

strong {
    font-weight: 900;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.container-fluid {
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
    width: 100%;
}

.no-cursor {
    cursor: default !important;
}

.pointer-cursor {
    cursor: pointer !important;
}

.d-flex {
    display: flex !important;
}

.d-flex-important {
    display: flex !important;
}

.flex-wrap-unset {
    flex-wrap: unset !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-item-center {
    align-items: center !important;
}

.align-item-start {
    align-items: flex-start !important;
}

.align-item-end {
    align-items: flex-end !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-direction-column {
    flex-direction: column;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}


input:auto-fill {
    background: transparent !important;
}

.hide,
.splitcontainer {
    overflow: hidden;
    vertical-align: top;
}

.dNone {
    display: none !important;
}

picture{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.page-footer-img picture{
    width: fit-content;
    height: fit-content;
}

h2 {
    font-size: 27px;
    line-height: normal;
    text-align: center;
    color: #662F44;
    font-weight: 400;
    font-family: 'droid-serif-w01-regular';
}

p {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #662F44;
    font-family: 'almoni-dl-aaa-300';
    line-height: normal;
}li {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #662F44;
    font-family: 'almoni-dl-aaa-300';
    line-height: normal;
}

.mt-60 {
    margin-top: 60px !important;

}

.mt-30 {
    margin-top: 30px !important;
}

.m-0{
    margin: 0 !important;
}

.mt-50{
    margin-top: 50px !important;
}

.mb-30{
    margin-bottom: 30px !important
}
.mb-20{
    margin-bottom: 20px !important
}
.m-auto{
    margin: 0 auto !important;
}
.centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.relative{
    position: relative !important;
}

.mb-230{
    margin-bottom:230px !important;
}
.showonDesktop{
    display: block!important;
}
@media screen and (max-width: 767px) {



    p {
        margin-bottom: 10px;
        font-size: 16px;
    }

    button,
    .btn {
        font-size: 1rem;
        padding: 11px 20px;
    }

    .dNone {
        display: unset !important;
    }

    .mNone {
        display: none !important;
    }

    .m-flex-important {
        display: flex !important;
    }


    .container-fluid {
        padding: 0 50px;
    }

    .footercontainer .container-fluid,
    .mainHeader .container-fluid{
        padding: 0 15px;
    }
    .mt-30{
        margin-top: 20px !important;
    }
    .mb-230{
        margin-bottom: 20px !important;
    }
    .showonDesktop{
    display: none!important;
}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {}