body,
html {
    height: 100%;
}

body {
    font-family: 'DINPro', sans-serif;
    background-color: black;
}

.polityka-checkbox {
    color: #fff;
}

.polityka-checkbox a {
    color: #fff;
}

.recover-password a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.polityka-checkbox label {
    font-size: 14px;
    ;
}

footer {
    color: #fff;
}

.data-start {
    font-size: 16px;
    font-weight: 200;

}

.modal-body a {
    color: #212529;
}

.modal-body a:hover {
    color: #991c17;
}

@media only screen and (min-width: 600px) {
    .front-page-card h5 {
        height: 80px;
    }

    .front-page-card h5 a:hover {
        color: #991c17;
    }


    .front-page-card .content {
        height: 170px;
    }
}



.bg {

    /* background-image: url("/img/bg.jpg");*/

    background: url('/img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*
    height: 100%;


    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.warsztaty .card {
    background-color: transparent;
    border: 0px;
}

.warsztaty .card {
    color: #fff;
}

.warsztaty .card .img-w {
    border-radius: 8px;
}

.img-container {
    position: relative;
}

.warsztaty .card {
    opacity: 1;
    transition: 0.3s;
}

.link-button {
    color: #fff;
    font-weight: 200;
    text-decoration: none;
}

.modal-text p {
    font-size: 14px;
}

.link-button:hover,
.polityka-checkbox a:hover,
.recover-password a:hover {
    color: #991c17;
}


.top-menu {
    top: 0px;
    position: absolute;
    width: 100%;

}

footer ul {
    margin: 2px auto;
    line-height: 1.4;
    padding-left: 0;

}

div#centerDiv {
    width: 100%;
    text-align: center;

}

footer li {
    font-weight: 200;
    display: inline;
    text-align: center;
    padding: 0px 25px;
}


.top-menu p {
    margin: 10px;
    font-size: 16px;
    font-weight: 200;
}


.card-overlay {

    background: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    border-radius: 8px;
    z-index: 20;
    transition: 0.3s;
}

.warsztaty .card .img-container:hover .card-overlay {
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.5);
}

.card-body a {
    text-decoration: none;
    color: #fff;
}

/*
.warsztaty .card:hover {
    opacity: 0.7;
    transition: 0.3s;
}*/

.play-btn {
    z-index: 10;
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 10px;
    right: 10px;

}

/*
.play-btn {
    z-index: 10;
    position: absolute;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
}*/

.box-register p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}


.box-register a {
    font-size: 18px;
}