/*
 Theme Name:   kavango-24-child
 Theme URI:    http://kavango.eu/kavango-24-child/
 Description:  Twenty Twenty Four Child Theme
 Author:       Jonathan
 Author URI:   https://kavango.eu
 Template:     twentytwentyfour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentyfourchild
*/


h1, h2, h3, h4, h5, h6 {
	font-family: 'Museo Sans Rounded', sans-serif;
}

.KMA-logo {
	margin-top: -26px !important;
}

.kma-introblok {
	margin-top: -40px !important;
    position: relative;
}

.kma-introblok-news {
	margin-top: -120px !important;
    position: relative;
}

.kma-title-block-news {
	margin-left: -100px !important;
    position: relative;
	
}

.mob-nav {
	display: none;
}

.desk-nav {
	display: block;
}

.menuitem {
	text-decoration: none; 
	color: #337588;
}

a.menuitem:active {
	font-weight: bold !important;
}

a.menuitem:hover {
	font-weight: bold !important;
}


@media screen and (max-width: 600px) {
	.kma-title-block-news {
	margin-left: 0px !important;
    position: relative;
	}	
	.mob-nav {
		display: block;
	}
	.desk-nav {
		display: none;
	}
	.wp-block-navigation__responsive-dialog {
	padding: 20px;
}
}