<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Amelie Renglet
Theme URI: https://www.amelierenglet.be
Author: Emmanuel Donnet
Author URI: http://www.emmanueldonnet.be
Template:     twentyseventeen
Description: A twentyseventeen child theme for small customizations
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amelie-child
Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blue, light, music, love, barbershop

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Amelie is based on TwentySeventeen. 

*/

/* Header Image */
@supports ( object-fit: cover ) {
    @media screen and (max-width: 600px) {
        .home.has-header-image .custom-header-media img {
            object-fit: contain;
        }
    }
}

h4 { font-style: italic; font-weight: 100; font-size: 1.35rem; }

.section-features .feature-media {
    width: 100%;
    height: 140px;
}
.section-features h4 { font-size: 1rem; font-weight: 300; }

.section-news .list-article-thumb { min-width: 300px; }

.section-meta { background: none; }

/* Gigpress */
td.gigpress-city { width: 200px; }
td.gigpress-venue { width: 150px; }
td.gigpress-date { width: 20%; }
td.gigpress-more { width: 40%; }

.site-branding {
    padding: 1em 0;
}
.site-description { font-size: 1.3rem; }
@media screen and (min-width: 48em) {
    .site-description { font-size: 2rem; }
    .site-title { font-size: 2.55rem; }
}
</pre></body></html>