@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');
*, html, body{
    font-family: 'Lato', sans-serif;
}
/*============================================================================================================================= */

body{
  animation: transitionIn 4s ;
}
@keyframes transitionIn{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body,html{
  margin:0;
  padding:0;
}

.fotarolo{
  display:flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  flex-wrap: wrap;
}
.sivatag{
  position: static;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),url(../kepek/sivatag.jpg) ;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sivatag_szoveg {
  margin-top: 80px;
  text-shadow: 2px 2px 4px #000; 
  z-index: 1;
  font-size: 6em;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
  letter-spacing: 10px;
  color: #f5793b;
}
.mentalis{
  font-size: 2em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
  letter-spacing: 10px;
  color: white;
  z-index: 1;
}

.munka_menete {
  position: relative;
  font-size: 2em;
  font-weight: 200;
  text-shadow: 2px 2px 4px #000; 
  color:	#ffffff;
  padding-top: 180px;
}
.modszerek {
  position: relative;
  font-size: 2em;
  font-weight: 200;
  text-shadow: 2px 2px 4px #000; 
  color:	#ffffff;
  padding: 10px;
}
.nyil{
  color: white;
  font-size:2em;
  margin-top: 590px;
  border: 1px solid white;
  border-radius:50%;
  padding:10px 20px
}


/*==================================================*/

.segitseg{
  display:flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  /*background-color: rgb(70, 68, 68);*/
  font-weight: 100;
  text-align: center;
  /* box-shadow: inset 10px 5px 25px 5px white, 5px 5px 12px 2px black;*/
  /*box-shadow: inset 0 0 40px 0px white;*/
  /*box-shadow: -10px 10px 5px rgba(0,0,0, .5);*/
  /*box-shadow: inset 0 0 10px;*/
}

.amiben{
  font-size: 4em;
  font-weight: 900;
  text-shadow: 2px 2px 4px #000;
  color:#f5793b;
  letter-spacing: 5px;
}
.fel{
  position: absolute;
  color: white;
  font-size: 3em;
  font-weight: 200;
  padding-left: 90%;
  animation: fel 1.5s infinite;
}
@keyframes fel{
  0%{opacity: 0;}
  50%{opacity: 1;}
  100%{opacity: 0;}
}

/*======================================================*/
.fogaskerek{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 400px;
  font-size: 1em;
  font-weight: 300;
  color:	#000000;
  background-color: #ffffff;
  line-height: 2em;
  margin-top: 15px;
  
}

.fogaskerek p{
  list-style-type: lower-alpha;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 2.2em;
  padding: 10px;
}

.fogaskerek .fkep{
  width: 400px;
  height: 300px;
}

.feltaro{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(../kepek/szek.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  line-height: 4em;
}
.feltaro_cim{
  font-weight: 500;
  margin-bottom: 100px;
  font-size: 3em;
}
.feltaro_szoveg {
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 400px;
  text-align: start;
}


.parduc{
  position: static;
  width: 100%;
  height: 100vh;
  background: url(../kepek/parduc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex ;
  justify-content: flex-end;
  align-items: flex-end;

}

.pszoveg{
  position: relative;
  width: 700px;
  height: 100px;
  font-weight: 300;
  font-size: 3em;
  padding: 20px;
  display: flex ;
  justify-content: center;
  align-items: center;
  background-color: grey;
  opacity: .8;
  color: #ffffff;
  text-shadow: 2px 2px 4px #000; 
}

.mszerek{
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: orange;
  color: #ffffff;
  font-weight: 100;
}

.szerek_szoveg{
  font-size: 4em;
  font-weight: 200;
  text-shadow: 2px 2px 4px #000; 
  color:	#ffffff;
}

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

  
  
  





