body{
  background-color: lightgray;
}

h1{
  font-weight: bold;
  text-align: center;
}

h6{
  font-weight: bold;
  font-size: 45px;
}

/*Nav*/
.nav-link:hover {
  color: #f8f9fa; 
  background-color: rgba(255, 255, 255, 0.4);
}
/*Nav vége*/

/*Elválasztó vonal*/
hr {
    height: 1px;
    background-color: #000000;
  }  
/*Elválasztó vonal vége*/

/*Slide*/
.carousel-item{
    height: 500px;
    background: #000000;
    color: white;
    position: relative;
    background-position: center;
    background-size: cover;
}

.container{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    padding-bottom:50px;
}

.overlay-image{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
}
/*Slide vége*/

/*Idővonal*/
.idovonal{
  padding-left: 10px;
  padding-top: 10px;
}

.idovonal ul {
  list-style: none;
  padding-left: 20px;
}

.idovonal li {
  background: #fff;
  margin-bottom: 10px;
  padding: 15px;
  border-left: 5px solid rgb(50, 50, 50);
}

.idovonal h3 {
  color: rgb(50, 50, 50);
}
/*Idővonal vége*/

/*Lábléc*/
.lablec {
    margin-top: 20px;
    background-color: rgb(130, 130, 130);
    padding: 20px;
    text-align: center;
  }
  
  @media screen and (max-width: 600px) {
    .lablec {
      font-size: 14px;
    }
}
/*Lábléc vége*/ 