.kafel h1 {
    font-size: 2rem;
}
.kafel {
    text-align: center;
    padding: 30px 10px;
    box-shadow: 2px 2px 5px #e2e2e2;
    background: #fff;
    min-height: 250px;
  margin-bottom: 15px;
}
.row a {
    color:#000;
    cursor: pointer;
}
.row a:hover {
    text-decoration: none;
       color: #008080;

}
.kafel i.gl {
    
    font-size: 4rem;
}
.kreseczka {
    width: 100px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
    background: #dedede;
}
body {
    font-family: 'Quicksand', sans-serif;
    background: #eaeaea;
}
.kafel a {
    font-size: 0.9rem;
    text-transform: uppercase;
}
.kafel a:hover {
text-decoration: none;
}
.kafel p {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
}
.kafel h5 {
    font-size: 0.8rem;
margin-top:8px;
color:#999;
}
.kafel i.fa-link {
    color: #1181fe;
    font-size: .8rem;
}
.logo {
    padding: 20px;
}
.dolinku {
    text-transform: uppercase;
}
.opis {
    position: absolute;
    top:10px;
    left:0px;
    background:#ff0000;
    color:#fff;
    padding:5px;
    font-size:.8rem;
}