/* latin-ext */
@font-face {
    font-family: 'Girassol';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/inc/girassol-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Girassol';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/inc/girassol-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Ballet';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/inc/ballet-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Ballet';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/inc/ballet-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
    padding: 0 0 5rem 0;
    background-image: url(/images/wooden-floor-white.png);
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(255,255,255,0.8);
}
footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height:4rem;
    background: #DDD;
    text-align: center;
    line-height: 1.5rem;
    overflow: hidden;
    border-top:1px solid black;
    text-transform: uppercase;
}
h1,h2,h3 {
    font-family: Girassol, serif;
}
a, a:visited {
    color:#060;
    text-decoration: none;
}
hr {margin:30px 0 30px 0;}
.carousel {
    margin-bottom: 1.5rem;
}
.carousel-caption h1 {
    text-shadow: 1px 1px 3px black;
    font-family: Girassol, serif;
    font-size: 4rem;
    width: auto;
    padding:1rem;
    margin-top:1rem;
    margin-bottom:1rem;
}
.carousel-caption p {
    text-shadow: 1px 1px 3px black;
    font-family: Girassol, serif;
    font-size: 2rem;
    width: auto;
    padding:1rem;
    display: inline;
    margin-top:1rem;
    margin-bottom:1rem;
}
.bigger {font-size: large}
.highlight {
    padding:1.5rem;
    background-color: #FFF;
    margin-bottom:2rem;
    border-radius: 20px;
}
.productimage {
    width: 90%;
    height: auto;
    border-radius: 20px;
    border-top:5px solid #444;
    border-right:5px solid #222;
    border-bottom:5px solid #000;
    border-left:5px solid #444;
    margin-bottom:2rem;
}
.spacer {margin:20px;}
.signature {
    font-family: Ballet, serif;
    font-size: 48px;
    font-weight: normal;
    padding-right: 40px;
    margin-top:40px;
    color:#060;
}
img.partner {max-width: 80%;}
.text-right {text-align: right;}