.welcome-area {
  z-index: 1;
  background: rgba(0, 0, 0, 0) url('../../assets/img/woman-using-smartphone.jpg?h=03a2c7488d15b0591142363c499276d2') no-repeat scroll center center / cover;
  background-attachment: fixed;
}

@media (min-width: 300px) {
  .welcome-area {
    height: auto;
  }
}

@media (min-width: 768px) {
  .welcome-area {
    height: 100vh;
  }
}

.bg-overlay, .overlay-dark {
  position: relative;
}

.bg-overlay::after {
  position: relative;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ef7f1b 0%, #ef7f1b 100%) repeat scroll 0 0;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.85;
}

.welcome-area.bg-overlay::after, .letoltes-szekcio.bg-overlay::after {
  z-index: -2;
}

.welcome-area .shape-bottom {
  z-index: -1;
}

.shape-bottom {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: 0px;
}

.shape-bottom .st0 {
  fill: #FFF;
}

.welcome-thumb, .welcome-thumb-3 {
  max-width: 270px;
  /*padding-top: 70px;*/
  /*transform: rotate(10deg);*/
  position: relative;
  z-index: 2;
  /*width: 180px;*/
}

@media (min-height: 300px) and (max-height: 767px) {
  .welcome-thumb {
    width: 180px;
    padding-top: 30px;
  }
}

@media (min-height: 768px) {
  .welcome-thumb {
    /*width: 180px;*/
    padding-top: 70px;
  }
}

@media (min-height: 300px) and (max-height: 767px) {
  .bevezeto {
    align-items: start;
  }
}

@media (min-height: 768px) {
  .bevezeto {
    align-items: center;
  }
}

@media (min-width: 300px) {
  .welcome-thumb-2 {
    max-width: 270px;
    padding-top: 70px;
    transform: rotate(10deg);
    position: relative;
  }
}

@media (min-width: 1200px) {
  .welcome-thumb-2 {
    max-width: 270px;
    padding-top: 70px;
    transform: rotate(20deg);
    position: relative;
  }
}

.GooglePlay, .AppleStore {
  width: 35%;
  margin: 0 10px;
}

.welcome-intro .cim {
  color: #004d53;
}

@media (min-height: 300px) and (max-height: 767px) {
  .welcome-intro .cim {
    /*font-size: 2.5em;*/
  }
}

@media (min-height: 768px) {
  .welcome-intro .cim {
    font-size: 4em;
  }
}

