.covid-info {
    background: -webkit-gradient(linear, left top, right top, from(#c70039), color-stop(70%, #ff5733));
    background: -webkit-linear-gradient(left, #c70039, #ff5733 70%);
    background: -o-linear-gradient(left, #c70039, #ff5733 70%);
    background: linear-gradient(to right, #c70039, #ff5733 70%);
    color: #fff;
    font-weight: 500;
}

.text-covid {
    color: rgba(255, 255, 255, .8);
}

.text-covid a {
    color: #c70039;
}

.text-covid a:hover {
    color: #ff5733;
}

main {
    background-image: url(img/siatka.png);
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
}

.jumbotron-si {
    background-color: transparent;
    color: #fff;

}

.navbar.navbar-dark {
    background-color: transparent !important;
}

h1.site-hero {
    font-size: 3rem;
    background: -webkit-gradient(linear, left top, right top, from(#c70039), color-stop(70%, #ff5733));
    background: -webkit-linear-gradient(left, #c70039, #ff5733 70%);
    background: -o-linear-gradient(left, #c70039, #ff5733 70%);
    background: linear-gradient(to right, #c70039, #ff5733 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1.site-hero small {
    font-size: 27px;
}

@media (min-width: 992px) {
    h1.site-hero {
        font-size: 8rem;
        padding: 25px 0;
        line-height: 50px;
    }

    h1.site-hero small {
        font-size: 30px;
    }

}

.btn-custom {
    text-transform: uppercase;
    color: #fff !important;
    background: #3f4046;
    padding: 16px 30px;
    display: inline-block;
    letter-spacing: 0.2em;
    position: relative;
}

.btn-custom:hover {
    text-decoration: none;
}

.btn-custom > span {
    position: relative;
    z-index: 2;
}

.btn-custom:before {
    background: -webkit-gradient(linear, left top, right top, from(#c70039), color-stop(70%, #ff5733));
    background: -webkit-linear-gradient(left, #c70039, #ff5733 70%);
    background: -o-linear-gradient(left, #c70039, #ff5733 70%);
    background: linear-gradient(to right, #c70039, #ff5733 70%);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 1;
}

.btn-custom:hover:before {
    width: 100%;
}

.site-section-heading h2 {
    position: relative;
    font-size: 2.5rem;
    color: #fff;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .site-section-heading h2 {
        font-size: 3rem;
    }
}

.site-section-heading h2:after {
    content: "";
    left: 0%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#c70039), color-stop(70%, #ff5733));
    background: -webkit-linear-gradient(left, #c70039, #ff5733 70%);
    background: -o-linear-gradient(left, #c70039, #ff5733 70%);
    background: linear-gradient(to right, #c70039, #ff5733 70%);
}

@media (min-width: 992px) {
    .site-section-heading h2:after {
        left: -20%;
    }
}

.site-section-heading h2.text-center:after {
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 2px;
}

.site-footer {
    padding: 4em 0;
    background: #1b1d24;
}

@media (min-width: 768px) {
    .site-footer {
        padding: 6em 0;
    }
}

.site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover, .site-footer a i:hover {
    color: #ff5733;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer .footer-heading {
    font-size: 16px;
    color: #818186 !important;
}


.form-group .form-control {
    color: #fff !important;
    background: none;
    border: 2px solid #fff;
    height: 43px;
    border-radius: 0;
}

.form-group .form-control:active, .form-group .form-control:focus {
    background: none;
}

.btn-primary {
    color: #fff;
    background-color: #c70039;
    border-color: #c70039;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #ff5733 !important;
    border-color: #ff5733;
}

.success {
    background: linear-gradient(to right, #c70039, #ff5733 70%);
    padding: 10px;
}

.btn-circle.btn-xl {
    width: 200px;
    height: 200px;
    padding: 10px 16px;
    border-radius: 100px;
    text-align: center;
    color: white;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    background-color: rgb(255, 87, 51);
}

.btn-circle:hover {
    width: 200px;
    height: 200px;
    padding: 10px 16px;
    border-radius: 100px;
    text-align: center;
    color: rgb(255, 87, 51);
    background-color: white;
}

.list-group-item {
    background: transparent;
    border: 1px solid #fff;
}

.badge-primary {
    background-color: #ff5733;
}
