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

@keyframes transitionIn{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body,html{
  margin:0;
  padding:0;
  box-sizing: border-box;
  animation: transitionIn 4s ;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  /*background-image: url("../kepek/sivatag.jpg");*/
  background: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,.5)), url(../kepek/szorf2.jpg) ;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: 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;
}

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


.fotarolo{
  display:flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  align-items: center;
}

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

.segitseg{
  display:flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  text-align: center;
}

.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;}
}

section{
    position: relative;
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.vts_szoveg{
  border-radius: 10px;
  padding: 20px;
  margin:5px;
  color: #ffffff;
  font-weight: 300;
  text-shadow: 2px 2px 4px #000; 
  font-size: 1.7em;
}

h1{
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #f5793b;
  text-shadow: 2px 2px 4px #000; 
}

.input:checked ~ nav {
  width: 21%;
}
.input:checked ~ .fotarolo .sivatag_szoveg{
  opacity: 0.2;
}
.input:checked ~ .fotarolo .btn{
  opacity: 0.2;
}

a.tovabb{
  display: unset;
  padding: 0;
  color: white;
  font-weight: 200;
  text-shadow: none;   
  border-radius: 0px;
  padding: 0px;
  margin:0px;
  color: #ffffff;
  font-family: 'Lato';
  font-weight: 300;
  font-size: 1em;
  }
  
  a.tovabb:hover{
  background:none;
  color: #fff;
  opacity: 1;
  font-weight: 300;
  }


  /*=============================*/
  .to-top {
    background: white;
    position: fixed;
    bottom: 16px;
    right:32px;
    width:50px;
    height:50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:32px;
    color:#1f1f1f;
    text-decoration: none;
    opacity:0;
    pointer-events: none;
    transition: all .4s;
  }
  
  .to-top.active {
    bottom:32px;
    pointer-events: auto;
    opacity:1;
  }
  
  





