.window-height{
    height: 100vh;
}
.menu{
    background-color: rgba(239, 239, 239, 1);
}
.breadcrumb{
    background-color:transparent;
}
li:not(.breadcrumb-item) a{
    font-size:1.5rem;
    color:black
}
.black-border{
    border:4px solid black;
    border-radius: 5px;
}
h5{
    color:#2C73A3;
}
.logo-text{
    font-size:1.2rem;
}
#about>img{
    position: absolute;
    right: 0;
    top:-6vh;
    z-index: -1;
    height: 111%;
    width:60%;
}
#about{
    background-image: url("../img/about.png");
    background-size:contain;
    background-position: right;
    background-repeat: no-repeat;
}
#price>img{
    position: absolute;
    left: -9.5%;
    top:-29.7%;
    height: 160%;
    width: 63%;
    z-index: 0;
}
.contact-btn{
    width:10rem;
    padding:.6rem;
}
button.btn{
    background-color:transparent;
    border: 2px solid #215E90;
    border-radius:0;
    color: #215E90;
}
.text-link{
    color:#2C73A3;
}
.text-light-link{
    color:#138BD4;
}
#price{
    background-color:#2C73A3
}
.close{
    color:red;
    font-size:3rem;
    padding:0;
}
#collapseMenu.collapsing{
    transition: width .35s ease;
    width:0;
}
.collapse.show{
    overflow:hidden;
    width:255px;
}
.bg-form{
    background-color:#2C73A3 !important;
}
*{
    font-family: "Poppins"!important;
}
.line-border{
    border: 8px solid #1961AA;
    border-radius:10px;
    height: 60%;
  }
.bg-page{
    height:100vh;
    background-image: linear-gradient(to right, white 0%, white 85%, #EFEFEF 85%, #EFEFEF 100%)
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf");
}
a{
    z-index: 1;
}

.nav-link:hover{
    background-color: #1961AA;
    color:white;
}
.qropqa-logo{
    height:2rem;
}
.carousel-indicators > li {
    background-color:gray;
}
.carousel-inner{
    font-size:1.25rem
}
.card-header{
    background-color:#138BD4!important;
    color:white;
    height:7rem;
}
.font-size-2{
    font-size:3rem;
}
input.form-control{
    background-color: #EFEFEF;
    color: #9D9D9D;
}
textarea.form-control{
    background-color: #EFEFEF;
    color: #9D9D9D;
}
.font-cennik{
    font-size:1.25rem;
}
.qropqa-ad{
    font-size:1.25rem
}
@media (max-width:1439px){
    body.cennik .justify-content-around{
        justify-content: space-between!important;
    }
    #cennikBanner{
        position: absolute;
        top:0;
        right: 0;
        height:40vh;
        margin:0 !important
    }
    .mx-5.col-4{
        margin-left:0!important;
        margin-right:0!important;
        padding:0!important;
    }
    .breadcrumb{
        margin: 0!important;
    }
    .p-5{
        padding:1rem!important;
    }
}
@media (max-width:1919px){
    body.cennik .justify-content-around{
        justify-content: space-between!important;
    }
    #cennikBanner{
        position: absolute;
        top:0;
        right: 4vw;
        height:40vh;
        margin:0 !important

    }
}

body.about img{
    min-width: 99px;
    min-height: 91px;
}
@media(max-width:1440px){
    .banner-img{
        display: none!important;
    }
}