/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  /*background-color: #333;*/
background: url('../img/sufity-akustyczne-5.JPG');
background-size: cover;
}
.inner.cover {
    background: #ffffffe6;
    padding: 30px;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .08rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(48, 81, 98, 0.5);
}

.cover-container {
  max-width: 1280px;
}

.np {
    padding-left: 0;
    padding-right: 0;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
    color: #333;
    border-bottom-color: none;
    text-shadow: none;
    font-weight: 500;
    font-size: 22px;
}
/* GALLERY */
.col-md-6.fl.npr.block {
    padding-right: 0;
}
.col-md-6.fl.npl.block {
    padding-left: 0;
}
.col-md-6.fl > img {
    max-width: 100%;
    padding: 10px;
    border: 1px solid #333;
    margin: 5px;
}
.gallery {
    margin-top:20px;
}
.gallery > .block {
    padding: 5px;
}

.p-text {

}

.h2-titile {

}
.mt-10px {
    margin-top: 10px;
}
.fl {
    float: left;
}
.bb {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.no.address-line {
    padding-top: 5px;
    font-size: 15px;
}


.table, .bl-text a, .h2-titile, .p-text, .bl-text {
    color: #333;
}

.desktop-top {
    margin-top: 80px;
}

.no {
    color: #333;
    font-size: 20px;
    display: block;
    line-height: 1.2rem;
}
.block {
    display: block;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}