@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

.container {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(../kepek/szorf.jpg) center no-repeat;	background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fejlec{
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 150px;
  transition: opacity 1s ease-out;
}

.fejlec .hozd{
  font-family: 'Lato', sans-serif;
  font-size: 6em;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
  letter-spacing: 10px;
  color: #f5793b;
}
.fejlec .mentalis{
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
  letter-spacing: 10px;
  color: white;
}

.szoveg{
  width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*transition: opacity 1s ease-out;*/
}

.szoveg .edina{
  font-family: 'Lato', sans-serif;
  font-size: 4em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
  letter-spacing: 10px;
  color: #fff;
}

.psz{
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
  letter-spacing: 10px;
  color: #ffffff;
}

.container .label{
  left: 1%;
  top: 1%;
}

.input:checked ~ nav {
  width: 21%;
}

.input:checked ~ .fejlec{
  opacity: 0.2;
}
.input:checked ~ .szoveg{
  opacity: 0.2;
}

