.regulament-container {
  height: 80vh;
}

.regulament__header-row {
  position: relative;
  text-align: center;
}

.regulament__header-text {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 2px black;
  font-family: "Work Sans", sans-serif;
}

.regulament__header-center {
  display: block;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1000px) {
  .regulament__header-center {
    height: 300px;
  }
}

@media (min-width: 1500px) {
  .regulament__header-center {
    height: 350px;
  }
}

@media (min-width: 2000px) {
  .regulament__header-center {
    height: 450px;
  }
}

@media (max-width: 1000px) {
  .regulament__header-center {
    height: 200px;
  }
}

@media (max-width: 500px) {
  .regulament__header-center {
    height: 150px;
  }
}

.regulament__header-flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.regulament__header-minimalpadding {
  padding: 10px;
}

.regulament__documents-text {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
}

.regulament__documents-text:hover {
  text-decoration: none;
  color: black;
}

.background {
  background: url("../img/background-inscriere-premii.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*# sourceMappingURL=regulament.css.map */