.fejlec {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../../assets/img/fejlec-kep.jpg?h=d554d30a90f06e80c1d5424b5f26eb34');
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
  position: relative;
  color: white;
  /*animation: breath 15s linear infinite;*/
  /*transform: translateZ(0);*/
}

@media (min-width: 300px) and (max-width: 767px) {
  .fejlec {
    height: 400px;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
  .fejlec {
    background-attachment: scroll;
  }
}

.fejlec-tartalom {
  border-color: white;
  border-style: solid;
  border-width: 0px 1px;
  display: inline-block;
  width: 70%;
  text-align: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.fejlec-tartalom::before {
  content: "";
  background: var(--secondary);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.7;
  z-index: -1;
}

.divider {
  /*font-size: 30px;*/
  /*margin: -0.65em auto -0.45em;*/
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  /*height: 50px;*/
}

.divider:before, .divider:after {
  content: "";
  vertical-align: top;
  display: inline-block;
  width: 50%;
  height: 20px;
  border-bottom: 1px solid white;
  margin: 0 2% 0 -50%;
  background: none;
}

.divider:after {
  margin: 0 -50% 0 2%;
}

.fejlec a, .fejlec a:hover {
  color: #F1EFE3!important;
}

.fejlec-cim {
  display: inline-block;
  font-family: 'AnglicanText'!important;
  font-size: 48pt;
}

@media only screen and (max-width: 576px) {
  .fejlec-cim {
    font-size: 36pt;
  }
}

@media only screen and (max-width: 992px) {
  .fejlec {
    /*animation: none;*/
  }
}

@media (min-width: 300px) {
  .divider {
    font-size: 12pt;
    margin: -1.25em auto -0.9em;
  }
}

@media (min-width: 768px) {
  .divider {
    font-size: 30px;
    margin: -0.63em auto -0.48em;
  }
}

