* {
}

html {
}

body {
    background-image: url('gobi_background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#headBar {
    background: inherit; 
   /* filter: drop-shadow(0px 8px 6px darkgrey); */
}

#headBar:before {
    background: inherit;
    box-shadow: inset 0 0 0 200px rgba(47, 55, 63, 0.45);
    filter: blur(5px);
}

#headBar-content {
	color: black;
}

#headBarTitle {
    color: black;
}

/*
#taskBar {
    background-color: rgb(47, 55, 63, .6);
}
*/

#taskBar {
	background: inherit;
}

#taskBar:before {
	background: inherit;
	box-shadow: inset 0 0 0 200px rgba(27, 35, 43, 0.45);
	filter: blur(4px);
}