/*
Theme Name:  Hello Daladatorer
Theme URI:   https://daladatorer.se/
Description: Based on Hello Elementor Child, a child theme of Hello Elementor, created by Elementor team
Author:      Daladatorer
Author URI:  https://daladatorer.se/
Template:    hello-elementor
Version:     1.0
Text Domain: hello-elementor-child
License:     GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags:        flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here


html{
	height: 100%;
}

body{
	min-height: 100%;
	display:flex;
	flex-direction: column;
}
*/
main{
	min-height: 400px;
}


@media only screen and (max-width: 1024px) {
	body{
		background-image:none !important;
	}
}


/* DD-svenor  */



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */
  /* allt sidinnehåll låg till vänster i de som skapats av klassiska editorn(inte Elementor) */
	main{
		display:flex;
	}
}
