/*    font #1   */
@font-face {
    font-family: 'BandaRegularRegular';
    src: url('Banda_regular-webfont.eot');
    src: url('Banda_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Banda_regular-webfont.woff') format('woff'),
         url('Banda_regular-webfont.ttf') format('truetype'),
         url('Banda_regular-webfont.svg#BandaRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*    font #2   */
@font-face {
    font-family: 'OblikSerifBoldRegular';
    src: url('OblikSerif-Bold-webfont.eot');
    src: url('OblikSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OblikSerif-Bold-webfont.woff') format('woff'),
         url('OblikSerif-Bold-webfont.ttf') format('truetype'),
         url('OblikSerif-Bold-webfont.svg#OblikSerifBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background:transparent; 
	/*background:url(../images/demo-images/pageBack.jpg)*/
	font-family: 'BandaRegularRegular';
  color:#f0dab6;
}

* {
  margin: 0;
  padding: 0;
}



/* panel images */

.mb-inside img {
  width: 70%;
  
}


#slider-one p, #slider-two p, #slider-three p, #slider-four p, #slider-five p {
	font-size: 1em;
	color: #ffb10f; 
	position:relative; 
	top:-2.8em; 
	text-align:center;  
	font-family: 'OblikSerifBoldRegular';
	 
}
	
