/*-------------------------
    Simple reset
--------------------------*/


*{
    margin:0;
    padding:0;
}

html,
body {
    height: 100%;
    min-width: 320px;
}


/*-------------------------
    General Styles
--------------------------*/

body {
    background:#fef5e9;
    font:15px/1.3 "pompiere_regular", Arial, sans-serif;
    color: #565344;
}

body.slideshow {
    overflow: hidden;
    background:#fef5e9 url(../img/preloader.gif) scroll center center no-repeat;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

hr {
    border-color:#565344;
}

a, a:visited {
    outline:none;
    color:#e6007e;
}

a:hover{
    text-decoration:none;
}

#qrcode {
    background:#fef5e9;
    padding: 10px;
    position: absolute;
    bottom:20px;
    right:20px;
    width: 15%;
    text-align: center;
    color:#56534e;
    min-width:120px;
    opacity: .8;
    visibility: hidden;
}

body.fully-loaded #qrcode {
    visibility: visible;
}