@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    color:black;
}

h1{
    font-weight: 300;
}

h2 {
    font-weight: 300;
}

h1, .h1 {
    font-size: 4em;
    font-weight: bold;
    color: #201D1D;
}

a {
    color: #FAA75B;
}

a:hover {
    color: #EB7E4B;
}

p.fzb {
    font-size:1.6em;
}

.btn.btn-primary {
    background-color: #FAA75B;
    border-color: #EB7E4B;
    color: #201D1D;
}

.btn.btn-primary:hover {
    background-color: #EB7E4B;
    border-color: #EB7E4B;
    color: white;
}

.nav-item {
    font-size: 1.2em;
    text-transform: uppercase;
}

.nav-item span {
    color: #EB7E4B;
    font-size: 1.2em;
    font-weight: bold;
}

.rowbckg{
    background-color: #342522;
    color: #fff;
}

.rowbckg .rowbox {
    position: relative;
    /*margin-bottom:-50px;*/
    padding:10px 30px 20px;
    background-color: #342522;
}

.motiv {
    background-image: url("/static/images/kafe-kantor-bckg-motiv.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50%;
}
/*@media (min-width: 1200px) {*/
/*    .rowbckg p:after {*/
/*        content: '';*/
/*        position: absolute;*/
/*        top: 100%;*/
/*        left: 0;*/
/*        right: 0;*/
/*        width: 0;*/
/*        height: 0;*/
/*        border-left: 176px solid transparent;*/
/*        border-right: 176px solid transparent;*/
/*        border-top: 30px solid #292929;*/
/*    }*/
/*}*/

#rowparallax {
    background-image: url("/static/images/kafe-kantor-proste-dobra.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}

#rowparallax-2 {
    background-image: url("/static/images/parallax.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    padding: 200px 0;
}

.bg-grey{
    background-color: #f4f4f4;
}

.btn-outline-primary:hover {
    color: rgba(255, 255, 255, 1.000);
    border-color: rgba(199, 176, 72, 1.000);
    background-color: rgba(199, 176, 72, 1.000);
}

.card.bckg-1{
    background-image: url("/static/images/kafe-kantor-bckg-box.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.card.bckg-2{
    background-image: url("/static/images/kafe-kantor-bckg-box-2.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.card-title, .card-title a {color: #EB7E4B;}

footer {
    background-image: url("/static/images/parallax.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
    font-size: .9em;
}
footer .overlayer {
    background-color: rgba(41, 41, 41, .6);
}

footer .copy {
    background-color: rgba(41, 41, 41, .8);
    padding: 10px 0px 6px 0px;
}


iframe {width: 100%; height: 300px;}


/* #FAA75B */