@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html,
body{
	height:100%;	
}
body{
    background-image:url("/img/jcremer.png");
}

.mobilenav{
    font-family:"BadaBoom BB";
    color: rgba(240,240,247,1.00);
    font-size: 3.5em;
    font-style: oblique;
    text-align: center;
    text-shadow: 1px 1px rgba(249,248,248,1.00);
    line-height: 2em;
}
@font-face{
    font-family:"Badaboom BB";
    src: url("/fn/BADABB.TTF");
    font-weight:normal;
    font-style:normal;
}