body {
  overflow-x: hidden;
  padding: 0px;
}


.navbar .nav-link {
    font-size: 18px;
    /*text-transform: uppercase;*/
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar .nav-item.active {
    border-left: #444 3px solid;
}

.navcolor {
  background-color: black;
  border-bottom: 1px #eee solid;
}

.carousel-item {
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }

  /* Background position esetében a kép mozgatása több módon lehetséges, jó példa erre #home-heading, ez volt a kiindulási alap, ezután változtattam meg a carouselt. */

  .carousel-image-1 {
    background: url('../img/1a.jpg');

    /* Itt van egy lehetséges opció amivel lehet képen lévő tartalmat fel v. le változtatni, bár ez véleményem szerint carousel estében nem opció. 
    background-position: 0 -300px;
    background-attachment: fixed;
    */

  }
  
  .carousel-image-2 {
    background: url('../img/2b.jpg');
  }
  
  .carousel-image-3 {
    background: url('../img/3c.jpg');
  }

  
  #home-heading {
    position: relative;
    min-height: 200px;
    background: url('../img/street.jpg');
    background-attachment: fixed; /* Ez azt jelenti, hogy a kép teljes méretében a háttérben mozog. */ 
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom: 1px #eee solid;
    
  }


  /* lehetséges opció a kép változtatására, class-t megváltoztatom "img-fluid"-ról sima "img".
  A img-fluid a bootstrap saját képméretezője...
  img {
    width: 450px;
    height: 500px;
    padding-top: 150px;
    
  }
*/
.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}


#video-play {
  position: relative;
  min-height: 200px;
  background: url('../img/media.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -300px;
  text-align: center;
  color: #fff;
}

#video-play a {
  color: #fff;
}

/* -átnézni
.img2 {
  width: 150px;
  height: 150px;
}
*/

#about{
  background-color: black;
  color: white;
  min-height: 80vh;
}

#page-header {

  height: 200px;
  background: url('../img/street.jpg');
  background-position: 0 -600px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: -40px;
}

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}

#main-footer {
  background: #000;
  color: #fff;
  border-top: 1px #eee solid;
}

/*ICON SECTION*/

#home-icons{
 background-color: black;
 color: #fff;
 border-bottom: 1px #eee solid;
 border-top: 1px #eee solid;

}
#home-icons .icon-img{
  max-height:120px;
  /*-webkit-filter: invert(100%); Safari/Chrome 
  filter: invert(100%); */
  padding: 10px;

}

#before{
  background-color: black;
  color: white;
}

#before .img-before{
  max-height: 600px;
}

.info{
  font-size: 16px;
  background-color: gray;
}

.simple{
  background-color: black;
}

#services{
  background-color: black;
  min-height: 80vh;
}

.price{
  background-color: black;
  color: white;

}

#contact{
  background-color: black;
  min-height: 80vh;
  
}
.cb{
  color: white;
  font-size: 16px;
}

#index{
  min-height: 80vh;
}

#info {
  background-color: black;
  border-bottom:  1px #eee solid;
}

.neonText {
  text-shadow: 1px 1px 2px black, 0 0 1em red, 0 0 0.2em red;
  color: white;
  
}

@media (max-width:575.98px) {
  .neonText {
      font-size: 15px;
  }
}