/*
Theme Name:     Operatujemy
Description:    
Author:         mkurzyk
Template:       themify-ultra

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

#main-nav a {
padding: .5em .5em;
font-size:1.2em;
}
h1.page-title {
display:none;
}
#headerwrap {
background-color: #bbbbbb!important;
}
#footer div.one, #footer div.two {
    font-family: Cuprum;
}
#head-info {
    text-align: center;
    color: #fff;
    font-family: Cuprum;
    font-weight: normal;
    font-size: 1.5em;
    position: absolute;
    width: 100%;
    margin-top: -25px!important;
    z-index: 10000;
}
@media screen and (max-width: 1000px) {
#head-info {
display:none;
}
}