/*
Theme Name: Listen2Kidzzz
Description: Listen2Kidzzz theme
Author: Solino - Luc Verkoelen 
Author URI: http://www.solino.nl
Template: Divi
Version: 1.0
*/

@import url("../Divi/style.css");


#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
    font-weight: bold;
}

#footer-info a {
    text-decoration-line: underline;
}


#main-content, .et_pb_section {
    background-color: rgba(255, 255, 255, 0.80) !important;
}


body {
	background: url('./images/bg1.jpg') fixed center center / cover;
}



@media only screen and ( max-width: 981px ) {

	body {
		background: url('./images/bg1_mobiel.jpg') fixed center center / cover;
		background-size: initial;
		background-attachment: initial;
		background-position: top left;
		background-repeat: no-repeat;
		
	}

}