
.hero {
    height: 300px;
    background-image: url("../images/novostiHero.jpg");
    background-position-y: bottom;
}

.selectpicker {
  background-color: #FDCD00;
  border:hidden;
  color:black;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  font-family: 'Montserrat';
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-color: #FDCD00;
}

#stefan {
  background-color: #FDCD00;
}

select option { color: white; }


.box {
  border: 1px solid #141c4d;
}

.box img {
  height: 400px;
  width: 100%;
}
.blog {
    background-image: url("../images/backgroundBlue.png");
    background-size: contain;
    /* Resize the background image to cover the entire container */
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: white;
    /* Center the image */
    height: auto;
    /* height: 500px; */
    width: 100%;
    position: relative;
    margin-top: 80px;
    padding-bottom: 60px;
  }

  .novaMasina {
    background-image: url(../images/section_last_about.png);
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 700px;
    height: 1300px;
    padding-top: 5%;
  }

  .box-shadow {
    margin-bottom: 20px;
  }

  .backBlog .button {
    float: none;
    margin: auto;
    width: 20%;
    margin-top: 100px;
  }

  .button {
      width: 30%;
      float: right;
  }

  @media screen and (max-width: 800px) {
    .button {
        width: 100%;
    }

    .box img {
      height: auto;
    }

    .hero h1 {
      padding-top: 50px;
    }

    .backBlog .button {
      float: none;
      margin: auto;
      width: 50%;
      margin-top: 100px;
    }
  
  .row {
    width: 100%;
  }

  .section1-description-two {
    margin-left: 20px;
    margin-bottom: 50px;
  }

  .novaMasina {
    height: 1450px;
  }

}