header {
    text-align: center;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: black;
}

.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: white;
}

a {
    color: black;
    font-family: 'Doppio One', sans-serif;
    font-size: 1rem;
}

a:hover {
    color: black;
}

header a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #e2020f;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

p {
    font-family: 'Lato', sans-serif;
}

#toast-container>div,
.badge,
.btn,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover,
.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:hover,
.card,
.card-wrapper .back,
.card-wrapper .front,
.card.card-cascade.wider .card-body,
.counter,
.dropdown-content,
.jumbotron,
.md-pills .nav-link.active,
.md-pills .show>.nav-link,
.mdb-autocomplete-wrap,
.media .media-left img,
.modal-dialog.cascading-modal .modal-c-tabs .nav-tabs,
.modal-dialog.modal-notify .modal-header,
.navbar,
.pagination .page-item.active .page-link,
.pricing-card .price .version,
.side-nav,
.side-nav .logo-wrapper.sn-avatar-wrapper img,
.z-depth-1 {
    box-shadow: none;
}

a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.jumbo {
    height: calc(100vh - 104px);
    background-image: url("/img/header.jpg");
    background-size: cover;
    background-position: 0;
    border-bottom: 6px solid black;
    position: relative;
}

.slogan {
    max-width: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 80px;
    right: calc(50% - 258px);
    border-bottom: 7px solid rgba(226, 2, 15, 1);
}

.slogan p {
    text-transform: uppercase;
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 20px 35px;
    font-family: 'Doppio One', sans-serif;
}

.mouse-container {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    right: calc(50% - 50px);
}

.mouse {
    width: 28px;
    height: 50px;
    border: 2px solid #ecf0f1;
    margin: 0 auto;
    border-radius: 30px;
}

.mouse-wheel {
    overflow: hidden;
    margin-top: 5px;
}

span {
    display: block;
    margin: 5px auto;
    width: 5px;
    height: 5px;
}

.wheel {
    border: 2px solid #ecf0f1;
    border-radius: 5px;
    width: 0;
}

.arrow {
    border-bottom: 2px solid #ecf0f1;
    border-right: 2px solid #ecf0f1;
    transform: rotate(45deg);
    animation: scrollDown;
    animation-duration: 1.7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes scrollDown {
    0% {
        opacity: 1;
        transform: translateY(0) rotate(45deg);
    }
    50% {
        opacity: 0;
        transform: translateY(5px) rotate(45deg);
    }
    75% {
        opacity: 0;
        transform: translateY(0) rotate(45deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(45deg);
    }
}

.text {
    padding: 70px;
}

.text h2 {
    font-family: 'Doppio One', sans-serif;
    font-size: 1.4rem;
    color: #e2020f;
    margin-bottom: 20px;
}

.text p {
    font-size: 1rem;
    color: black;
}

.btn {
    margin: 0;
}

.gallery {
    background-position: center;
    background-size: cover;
}

.gallery-1 {
    background-image: url("/img/gallery-1.png");
}

.gallery-2 {
    background-image: url("/img/gallery-2.jpg");
}
.gallery-3 {
    background-image: url("../img/klima.jpg");
}

.btn.btn-lg {
    font-size: 1.94rem;
    font-family: 'Doppio One', sans-serif;
}

.tel {
    margin-top: 5px;
    background-color: #e2020f;
}

.black-line {
    background-color: black;
    height: 1px;
    margin-top: 1px;
}

.tel .btn {
    width: 300px;
}

.tel h3 {
    font-family: 'Doppio One', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    padding: 35px;
}

.number-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    background-color: black;
    position: relative;
}

.map,
.information,
.social {
    padding: 20px;
}

#map-container {
    border-right: 5px solid #e2020f;
}

.information {
    text-align: center;
    margin-top: 30px;
}

.fa, .fas {
    font-size: 3rem;
    color: #2e2e2e;
}

.information h5,
p {
    color: #fff;
}

.information h5 {
    font-family: 'Doppio One', sans-serif;
    margin-bottom: 20px;
}

.facebook,
.allegro,
.shop {
    display: flex;
    margin-top: 20px;
}

.allegro img {
    background-color: #fe6817;
}

.facebook img {
    background-color: #fff;
}

.shop img {
    background-color: #e2030f;
}

.allegro img,
.facebook img,
.shop img {
    height: 72px;
    width: 72px;
}

.my-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
}

.social a {
    color: #fff !important;
    padding: 10px;
}
.information a {
    color: #fff;
    transition: 0.4s;
}
.information a:hover {
    color: #e2020f;

}

.social,
.information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social .my-button {
    background-color: #1d1d1d !important;
}

.facebook-button:hover {
    background-color: #3a589b !important;
}

.allegro-button:hover {
    background-color: #fe630f !important;
}

.shop-button:hover {
    background-color: #e2020f !important;
}

.copyright {
    text-align: center;
    padding: 20px 0;
}

footer span {
    font-weight: 700;
    display: inline;
    margin: 0;
}

@media only screen and (min-width: 721px) and (max-width: 992px) {
    .gallery {
        height: 500px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 720px) {
    .gallery {
        height: 300px;
        margin-bottom: 20px;
    }
    .slogan {
        right: 10%;
        width: 80%;
    }
}

@media only screen and (min-width: 361px) and (max-width: 540px) {
    .gallery {
        height: 300px;
        margin-bottom: 20px;
    }
    .slogan {
        right: 10%;
        width: 80%;
    }
    .slogan h1 {
        padding: 20px;
        font-size: 1.7rem;
    }
    .my-button {
        width: 280px;
    }
}
@media only screen and  (max-width: 360px) {
    .gallery {
        height: 300px;
        margin-bottom: 20px;
    }
    .slogan {
        right: 10%;
        width: 80%;
    }
    .slogan h1 {
        padding: 20px;
        font-size: 1.7rem;
    }
    .my-button {
        width: 280px;
    }
}

h1  {
    padding: 5px;
    color: white;;
}

