/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-elementor-theme
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.2.1558001217
Updated: 2019-05-16 11:06:57

*/



body {
    display: flex;
    height: 100%;
    flex-direction: column;
}
html {
    height: 100%;
}
main {
    flex: 1 0 auto;
    min-height: 1%;
}

footer {
    flex:none;
}

#CookiebotWidget {
	display: none;
}

img[src$=".svg"] {
    width: 100%;
  