body {
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
  }
  
  
  
  .parallax {
      background: url(img/31716188.jpg);
      background-repeat:  no-repeat;
      background-position:  center;
      background-size: cover;
      background-attachment: fixed;
      height: 100vh;
      display: flex;
    }
  .parallax2 {
      background: url(img/Hotel-slavija0003.jpg);
      background-repeat:  no-repeat;
      background-position:  center;
      background-size: cover;
      background-attachment: fixed;
      height: 100vh;
      display: flex;
    }
    
    .header-text {
      background: rgba(0, 52, 89, 0.6);
      margin: auto;
      padding-left: 60px;
      text-align: left;
      width: 100%;
      color: white; 
    }
    .header-text p {
      font-size: 27px; 
      text-align: left;
    }
    .header-text h2 {
      font-size: 60px;
    }
    .slika {
      height: 95vh;
    }
    @media only screen and (max-width: 567px) {
      .header-text {
        padding-left: 10px;
      }
      .header-text h2 {
        font-size: 40px;
      }
    }