@charset "UTF-8";

header.masthead h1 {
    margin-bottom: 2.5rem;
}

.bi {
    padding-right: 0.5rem;
}

.text-white-75 {
    font-size: 1.2rem;
    line-height: 1.9;
}

.btn-text {
    font-size: 1.25rem;
}

header.masthead {
    min-height: 90vh;
}

.text-black {
    color: #6c757d;
    font-size: 1.2rem;
    line-height: 1.9;
}

@media (min-width: 992px) {
    .featured-text {
    padding: 0 0 0 2rem;
    }
}

.text-black-50 {
    line-height: 1.9;
}

.no-divider {
    margin-bottom: 2.5rem;
}

#about-us {
    padding-bottom: 0rem;
}

.bigimage-section {
  background: url("../assets/img/salon-mieszkanie-gdynia.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  min-height: 100vh;
}

h4 {
    margin-bottom: 2rem;
}

@media (max-width: 992px) {
    iframe {
        width: auto;
        padding-top: 2rem;
    }
}

.text-muted {
    padding-bottom: 2rem;
}

.fa-stack {
    color: #212529 !important;
}

header.masthead {
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.9) 100%), url("../assets/img/salon-mieszkanie-gdynia.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

header.masthead.blog {
    padding-top: 10rem;
    min-height: 65vh;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    
}

@media (min-width: 992px){
header.masthead.blog {
    height: 65vh;
}
}

#mainNav.blog {
    background-color: #ffffff; 
}

@media (min-width: 992px) {
    #mainNav .navbar-brand.blog {
    color: #212529;
    }
}

.mt-0.blog {
    padding: 4rem 0 2rem 0;
}

h2.mt-0.blog {
    padding: 2rem 0 1.5rem 0;
}

#pictures {
    margin-top: 4rem;
}

@media (min-width: 992px) {
    .hide-desktop {
        display: none;
    }
}

@media (max-width: 992px) {
    .hide-mobile {
        display: none;
    }
    header.masthead {
        background-position: left;
    }
}

.no-padding-bottom {
    padding-bottom: 0rem;
}

.no-dec {
    text-decoration: none;
    color: inherit;
}

.mb-2 {
    margin-bottom: 1.2rem!important;
}