#sec-alkalmazas {
  background: rgba(0, 0, 0, .3) url('../../assets/img/programajanlo_bg.jpg?h=bae896b7fdff2f2e9ab9e35176511c3c');
  background-blend-mode: darken;
  color: white;
  background-size: cover;
  background-position: 35% 50%;
}

@media (min-width: 992px) {
  #sec-alkalmazas {
    background-position: center;
    background-attachment: fixed;
  }
}

#menusav {
  background-color: #fbecd2;
}

.videotext-top {
  display: block;
  width: 680px;
  position: absolute;
  margin-left: -340px;
  left: 50%;
  z-index: 1;
  color: white;
  padding: 30px;
  border-radius: 30px;
  font-family: 'Caveat';
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-top-style: none;
  text-shadow: 2px 2px rgba(0,0,0,0.52);
}

#video-container {
  background: #aa8d25;
  background: radial-gradient(circle, rgba(50,42,13,0.64) 60%, #322a0d 100%);
  overflow: hidden;
}

.embed-responsive-item {
  z-index: -1;
  margin-top: -80px;
}

@media (min-width: 1200px) {
  .videotext-top {
    margin-top: 165px;
  }
}

@media (min-width: 992px) {
  .videotext-top {
    margin-top: 215px;
  }
}

#topbar A {
  /*color: white;*/
}

#infosav_bal {
  background-color: #f6f6f6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Berkshire Swash';
}

@media (min-width: 300px) {
  .logo-fej {
    width: 94px;
    position: absolute;
    top: 90px;
    right: 30px;
  }
}

@media (min-width: 576px) {
  .logo-fej {
    width: 134px;
    position: absolute;
    top: 91px;
    right: 30px;
  }
}

@media (min-width: 768px) {
  .logo-fej {
    width: 164px;
    position: absolute;
    top: 104px;
    right: 30px;
  }
}

@media (min-width: 992px) {
  .logo-fej {
    width: 164px;
    left: 20%;
    top: 14%;
    position: absolute;
    margin-left: -120px;
  }
}

@media (min-width: 1200px) {
  .logo-fej {
    width: 180px;
    left: 15%;
    top: 20%;
    position: absolute;
  }
}

@media (min-width: 1450px) {
  .logo-fej {
    width: 180px;
    left: 20%;
    top: 20%;
    position: absolute;
  }
}

@media (min-width: 300px) {
  .logo-fej.logo-fej-koszono {
    right: 5%;
    top: 270px;
  }
}

@media (min-width: 576px) {
  .logo-fej.logo-fej-koszono {
    right: 5%;
    top: 245px;
  }
}

@media (min-width: 768px) {
  .logo-fej.logo-fej-koszono {
    left: 0%;
    top: 0%;
  }
}

@media (min-width: 992px) {
  .logo-fej.logo-fej-koszono {
    left: 15%;
    top: 5%;
  }
}

.cursor-pointer {
  cursor: pointer;
}

footer .icon {
  font-size: 25px;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
}

.navbar-light .navbar-nav .nav-link::before, .navbar-light .navbar-nav .nav-link.active::before {
  content: '';
  width: 0;
  height: 1px;
  transition: width 0.4s;
  background: var(--dark);
  position: absolute;
  top: 0;
  right: 0;
}

.navbar-light .navbar-nav .nav-link::after, .navbar-light .navbar-nav .nav-link.active::after {
  content: '';
  width: 0;
  height: 1px;
  transition: width 0.4s;
  background: var(--dark);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link.active::after, .navbar-light .navbar-nav .nav-link.active::before, .navbar-light .navbar-nav .nav-link:hover::after, .navbar-light .navbar-nav .nav-link:hover::before {
    width: 50%;
    color: white;
  }
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    /*padding-left: 7px;*/
    /*padding-right: 7px;*/
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 19px;
  }
}

.mouse_scroll {
  display: none;
}

@media (min-width: 1740px) {
  .mouse_scroll {
    display: block;
  }
}

@media (min-width: 300px) {
  #sec-alkalmazas h2 {
    font-size: 1.3rem;
  }
}

@media (min-width: 576px) {
  #sec-alkalmazas h2 {
    font-size: 2rem;
  }
}

@media (min-width: 300px) {
  #infosav_bal .p-padding {
    padding: 0px;
  }
}

@media (min-width: 576px) {
  #infosav_bal .p-padding {
    padding: 30px;
  }
}

@media (min-width: 300px) {
  .h2, h2 {
    font-size: 22px;
  }
}

@media (min-width: 576px) {
  .h2, h2 {
    font-size: 2rem;
  }
}

.articles ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.articles li {
  padding-left: 1em;
  text-indent: -1.2em;
}

.articles li:before {
  content: "⇒";
  padding-right: 5px;
  color: black;
}

#egyszeru_allec a:hover {
  color: #ffc107;
}

#egyszeru_allec a {
  color: white;
}

@media (min-width: 300px) {
  .h2pb {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .h2pb {
    padding-bottom: 3rem !important;
  }
}

.carousel-caption {
  position: absolute;
  z-index: 1;
  display: table;
  width: 100%;
  height: 100%;
}

.carousel-caption div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.trickcenter {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .carousel-caption span {
    font-size: 41px;
    background-color: rgba(67,66,66,0.51);
  }
}

.carousel-caption span {
  font-size: 25px;
  background-color: rgba(67,66,66,0.51);
  font-family: 'Berkshire Swash';
}

@media (min-width: 768px) {
  .carousel-caption span {
    font-size: 35px;
    background-color: rgba(67,66,66,0.51);
  }
}

@media (min-width: 1200px) {
  .carousel-caption span {
    font-size: 50px;
    background-color: rgba(67,66,66,0.51);
  }
}

@media (min-width: 300px) {
  .carousel-caption {
    top: 150px;
    bottom: unset;
  }
}

@media (min-width: 576px) {
  .carousel-caption {
    top: 180px;
    bottom: unset;
  }
}

@media (min-width: 768px) {
  .carousel-caption {
    top: 160px;
    bottom: unset;
  }
}

@media (min-width: 992px) {
  .carousel-caption {
    top: 200px;
    bottom: unset;
  }
}

@media (min-width: 1200px) {
  .carousel-caption {
    top: 50%;
    bottom: unset;
  }
}

.bg-barna {
  background-color: #f2deba;
}

#contact-sec {
  background-color: #f8e6c5;
}

.logo-fej {
  z-index: 2;
}

.btn, .btn:hover {
  background: #3F6365;
  border-color: #3F6365;
}

hr {
  border-top: 1px solid rgba(255,255,255,1);
}

iframe#edh-iframe {
  border-radius: 10px;
}

.koszono-fejlec span {
  font-size: 50px;
  background-color: rgba(67,66,66,0.51);
  font-family: 'Berkshire Swash';
  color: white;
}

@media (max-width: 991px) {
  .koszono-fejlec span {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .koszono-fejlec span {
    font-size: 25px;
  }
}

.vajhatter {
  background-color: #FBECD2;
}

.logo-stars .col:nth-child(4) {
  transform: translateX(-15px) translateY(-20px);
}

@media (max-width: 425px) {
  .logo-stars .col:nth-child(4) {
    transform: translateX(-10px) translateY(-15px);
  }
}

.logo-stars div:nth-child(1) {
  transform: translateX(15px) translateY(-20px);
}

@media (max-width: 425px) {
  .logo-stars div:nth-child(1) {
    transform: translateX(10px) translateY(-15px);
  }
}

@media (max-width: 576px) {
  .header-kep img {
    height: 400px;
    width: 100%;
    background-size: cover;
    object-fit: cover;
  }
}

