
.khadi{
background-image:url(../../dimdima-img/hor-bg.jpg);
background-repeat: repeat;
}

.mymenu{
background-color: lightblue;
}
.myadvt{
background-color: #F7DFBD;
}
.myadvtdark{
background-color: #f1c88f;
}
.top-bar,
  .top-bar ul {
    background-color: #F7DFBD;
	}

.top-bar li a:not(.button) {
    background: white !important; 
	color: #000000;
}

.top-bar li a:not(.button):hover {
    background: green !important;
	color: #ffffff;
}

.top-bar ul li.active > a {
    background: gray !important;   
}

.top-bar ul li.active > a:hover {
    background: yellow !important;   
}

.dimdima-title {
    font-family: Arial, Helvetica, sans-serif;
	color: gray;
	text-align: center;
	font-style: bold;
	text-shadow: 2px 2px 5px #CC0000;
	font-size: 80px;
	line-height: 1em;
}
.dimdima-smtitle {
    font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	font-style: italic;
	font-size: 24px;
	line-height: 1em;
}
img{
padding: 10px;
}