@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'BodoniFLF';
    font-style: normal;
    font-weight: normal;
    src: local('BodoniFLF Regular'), url('../fonts/BodoniFLF-Roman.woff') format('woff');
}
@font-face {
    font-family: 'BodoniFLF';
    font-style: italic;
    font-weight: normal;
    src: local('BodoniFLF Italic'), url('../fonts/BodoniFLF-Italic.woff') format('woff');
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #f7f4ed;
}
body {
    font-family: 'BodoniFLF', 'Times New Roman', serif;
    font-size: 17px;
    font-weight: 300;
    color: #9d574d;
    text-align: center;
}
h1 {
    font-size: 27px;
    font-weight: 300;
}
h1 strong {
    font-weight: 600;
}
h1 {
    font-size: 18px;
    font-weight: 300;
}
p {
    font-family: 'BodoniFLF', 'Times New Roman', serif;
    font-size: 17px;
    font-weight: 300;
}
.italic {
    font-style: italic;
}
.blk {
    color: #000;
}
p strong {
    font-weight: 300;
}
a {
    color: #9d574d;
    text-decoration: none;
    transition: all 0.6s ease;
}
a:hover {
    color: #000;
}
#wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100% !important;
}
.header {
    width: 96%;
    width: calc(100% - 40px);
    max-width: 600px;
    margin: auto auto 30px auto;
}
.header img {
    width: 180px;
    height: auto;
    margin: 20px auto 20px;
}
.content {
    width: 96%;
    width: calc(100% - 40px);
    max-width: 600px;
    margin: 0 auto;
}
.footer {
    width: 96%;
    width: calc(100% - 40px);
    max-width: 600px;
    margin: 0 auto auto auto;
}
.footer img {
    width: 32px;
    height: auto;
    margin: 0 8px;
}