body {
	background-repeat: repeat !important;
	background-position: center !important;
	background-size: 100% 100% !important;
}

/*
div.mh-header-nav-wrap.mh-container div.mh-header-nav-mobile {
	display: none !important;
}
*/
/*hiding h1 bcs is ugly but it must be there for SEO*/

h1 {
	display: none;
}
.mh-header-title {display: none;}


/*hrad kravos img*/

img.mh-header-image {
	margin: 7rem 0 0 0;
}

/*header img center*/
div.mh-custom-header {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mh-wrapper, .mh-content-wrapper, .mh-widget {
	background: transparent !important;
}
