/*
(c)2016 Petr Ploner
*/
/* 
    Created on : 30.1.2016, 10:56:16
    Author     : Petr Ploner <petr@ploner.cz>
*/
@font-face {
    font-family: Bariol;
    src: url("../fonts/Bariol_Regular.otf") format("opentype");
}

@font-face {
    font-family: Bariol;
    font-weight: bold;
    src: url("../fonts/Bariol_Regular.otf") format("opentype");
}

@font-face {
    font-family: Pixel;
    src: url("../fonts/pixel_font.otf") format("opentype");
}
body{
    font-family: "Bariol" !important;
    height: 100%;
}
h1{
    margin: 0;
    padding: 0;
    font-size: 2em;
}
h2{
    margin: 0;
    padding: 0;
    font-size: 1.5em;
}
#wrapper{
    min-height: 100%;
    position: relative;
}
#content{
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 30px;
}
#content h2{
    margin-bottom: 1%;
}
#price{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 1.3em;
    padding: 10px;
}
#footer{
    width:100%;
    height:25px;
    position:fixed;
    bottom:0;
    left:0;
    background-color: #FED000;
    padding-left: 10px;
    padding-top: 3px;
}
#hours{
    float: right;
    margin-right: 10px;
    font-weight: bold;
}
.page-header{
    height: 45px!important;
    background-color: #FED000;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.page-header h1{
    padding-top: 7px;
}
input.butt{
    width: 250px!important;
    height: 50px!important;
    font-size: 1.5em;
}

@media screen and (max-height: 500px){
    #footer{
        position: absolute;
        bottom: 0;
        left: 0;
    }
}