body {
  background-color: rgba(214, 209, 207, 0.336); 
  font-family: Arial, Helvetica, sans-serif;
  }
  
  .egy{
    text-shadow: 2px 2px 5px gray;
    text-align: center;
    font-size: 20px;
  }
  
  .topnav {
    overflow: hidden;
    background-color: #3a3a3a00;
    position: relative;
    text-align: right;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  .topnav a {
    color: rgb(255, 255, 255);
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .topnav a:hover {
    background-color: #dddddd;
    color: black;
  }
  
   .active {
    background-image: url(/img/Fejléc_3.jpg);
    background-size: cover;
    color: rgba(255, 255, 255, 0);
  } 
  .fejle {
    background-image: url(../img/Fejléc_4.jpg);
  }
  
  .conteiner{
    text-align: left;
  }
  
.LPG{
  border-color: 6px solid black;
  background-size: cover;
  width: 1900px;
  float: left;
  align-items: center;
}
  
  h2 {
    text-align: center;
  }

  .foglal {
    text-align: center;
    text-shadow: 2px 2px 5px gray;
    font-size: 17pt;
}

.sotenger {
  width: 1903px;
  right: 1903px;
}

.fej {
  background-color: #4c9fec;
  size: 1000px;
}

a {
  color: rgb(255, 255, 255);
}

.logo {
  width: 175px;
}

ul{
  text-align: center;
}

.lp {
  background-color: white;
}

ul{
  text-align: left;
}
/**/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.button1 {
  background-color: rgba(255, 255, 255, 0); 
  color: black; 
  border: 2px solid rgba(193, 174, 167, 0.5);
}

.button1:hover {
  background-color: rgba(193, 174, 167, 0.5);
  color: rgb(255, 255, 255);
}

/**/
.topnav {
  position: relative;
  overflow: hidden;
  background-color: rgba(193, 174, 167, 0.5);
}

.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: rgba(193, 174, 167, 0.5);
}

.topnav a.active {
  background-color: rgb(158, 142, 137);
  color: white;
}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-right {
  float: right;
}

/* Responsive navigation menu (for mobile devices) */
@media screen and (max-width: 600px) {
  .topnav a, .topnav-right {
    float: none;
    display: block;
  }
  
  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}