  html, body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    background-color: #e8e8e8;
    background-image: url("background.png");
  }

  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .jumbotron {
    margin-bottom: 0;
    background-color: #e8e8e8;
    background-image: url("background.png");
  }

  .jumbotron-alt {
    border-radius: 0;
    background-color: #333333;
    color: #eeeeee;
  }

  .row-fill {
    background-color: #e8e8e8;
    background-image: url("background.png");  
  }
  
  .contact {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .overlay {
    z-index: 1000;
  }

  .center-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }

  .social-icon {
    font-size: 48pt !important;
  }

  .spacer {
    height: 7%;
  }

  .scroll-down {
    color: #4a91d4;
    font-size: 24pt;
    text-shadow: 0.1rem 0.1rem 0 black;
  }

  .scroll-down a {
    text-decoration: none;
    transition: all 400ms ease;
  }

  .scroll-down i {
    text-decoration: none;
    transition: all 400ms ease;
  }

  .scroll-down i:hover {
    transform: scale(1.5);
  }

  .null-list-style {
    list-style: none;
  }

  .bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .row .full-height {
    height: 100vh;
  }

  .big-text {
    color: white;
    font-size: 36pt;
    font-weight: 600;
    text-shadow: 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.7);
    font-family: 'Montserrat', sans-serif;
  }

  .medium-text {
    color: white;
    font-size: 18pt;
    font-weight: 600;
    text-shadow: 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.7);
    font-family: 'Montserrat', sans-serif;
  }

  .offer-bottom-pos {
    position: absolute;
    bottom: 0;
    padding-left: 1rem;
    padding-bottom: 2rem;
    width: 100%;
  }

  .big-font {
    font-size: 14pt;
  }

  .dim {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .no-list-points {
    list-style: none;
  }

  .offer-bg {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .offer-bg-2 {
    background-image: url(oferta_tynki.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .offer-bg-3 {
    background-image: url(oferta_inne.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }