@font-face {
    font-family: myFirstFont;
    src: url("../font/chawp.ttf");
}
@font-face {
    font-family: myFirstFont;
    src: url("../font/chawp.otf");
}
@font-face {
    font-family: 'myFirstFont';
    src: url('../font/chawp.eot');
    src: url('../font/chawp.woff2') format('woff2'),
         url('../font/chawp.woff') format('woff'),
         url('../font/chawp.ttf') format('truetype');


}
body {
	overflow-x:hidden;
	margin: 0;
    padding: 0;
	background-image: url("../images/background/chalkboard55.png");
	background-repeat: no-repeat;
	background-attachment: fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
	width:auto;
	overflow:scroll;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	cursor: url("../images/chalkico40x35.png"), auto;
}
.sidenav {
        height: auto;
        padding: 15px;
 }
.row.content {height:auto;} 

.accordeonck {
font-size:20px;
text-align: left;

}
li
{
line-height: 1.5;
}
.main{
padding-bottom:15px;
}
.menu
{
font-family:myFirstFont,Arial, Helvetica, sans-serif;
}
.page-header
{
font-family:myFirstFont,Arial, Helvetica, sans-serif;
}
.footer
{
z-index:2;
background:#000000;
position:apsolute;
margin-top:15px;
bottom: 0px;
width:auto;
height: 100px;

-moz-box-shadow: inset  0 10px 10px #98909E;
-webkit-box-shadow: inset  0 10px 10px #98909E;
box-shadow: inset  0 10px 10px #98909E;


}
.checkbox
{
color:#FFF;
}
.radio
{
color:#FFF;
}
.ordering
{
color:#FFF;
}

#je_socialicons
{
float:right;
padding: 30px 45px 0 0; 
}
.custom{
text-shadow:2px 2px 2px black;
}
p
{
font-size:16px;
font-family:Helvetica, sans-serif;
}
p.info
{
font-size:16px;
font-family:myFirstFont,Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
