/*!
 CSS overwriting file
 */
 

.card {
     border: none;
}

body {
    text-align: center;
}

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

.thank-you {
  background: linear-gradient(to bottom,rgba(22,22,22,.1) 0,rgba(22,22,22,.5) 75%,#161616 100%),url(../img/bg-signup.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  min-height: 100vh;
}


.custom-heading {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.row-full {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    min-height: 100vh;
}

.card-img-top {
    max-height: 450px;
}


#thank-you-h1 {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

@media (min-width: 992px) {
    #thank-you-h1 {
        font-size: 4.5rem;
        letter-spacing: .4rem;
     }
}

#thank-you-h2 {
    color: #ffffff!important;
}

.masthead-1 {
    background: linear-gradient(to bottom,rgba(22,22,22,.5) 0,rgba(22,22,22,.7) 75%,#161616 100%),url(../img/domek-przy-polanie-sauna.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

/*Hide main nav item on desktop*/
@media only screen and (min-width: 992px) {
  .nav-item-desktop-hide {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
    .masthead {
        background: linear-gradient(to bottom,rgba(22,22,22,.3) 0,rgba(22,22,22,.7) 75%,#161616 100%),url(../img/dom-nad-jeziorem-lato.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
    }
}