html{
	margin:0;
	padding:0;
	min-height:100%;
	height:auto;
	width:100%;
	background-image: url(mordor.jpg);    
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
	background-repeat: no-repeat;
	overflow:scroll;
	
}
body{
    margin: 0px 0px 0px 0px;
    z-index: -1;
    
    
    padding:0;
	height:100%;
	width:100%;
}
#main{
    position: absolute;
    z-index: 3;
    top:150px;
    height: 70vh;
    width: 100%;
    
    
    
}
#head{
    width: 100%;
    height: 0px;
    background-color: darkgray;
}
#menu{
    opacity: 0.8;
    z-index: 100;
    position: sticky;
    top:0;
    width: 100%;
    height: 80px;
    background-color:black;
}
#tartalom{
    opacity: 0.7;
    z-index: 10;
    position: relative;
    top: 50px;
    margin: auto;
    width: 70%;
    
    background-color:black;
}
#mbox{
    position: relative;
margin: auto;
width: 70%;
height: 80px;

}
#logo{
    z-index: 101;
background-image: url(eye.png);
width: 80px;
height: 80px;
background-size: 80px 80px;

}
#quadrobox{
   position: absolute;
   top: 0px;
   right: 0px;
z-index: 101;

width: 65%;

height: 80px;
}
#first{
    z-index: 1020;
    position: relative;
    height: 80px;
    width: 100px;
    
    float: right;
    }

 #first p{
    position: absolute;
    bottom: 0px;
    left: 7px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-bottom: 21.43px;    }
#second{
    z-index: 1020;
    position: relative;
        height: 80px;
        width: 100px;
        
        float: right;
        
}
#second p{
    position: absolute;
    bottom: 0px;
    left: 5px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-bottom: 21.43px;
}
#third{
    position: relative;
    height: 80px;
    width: 100px;
    background-color: black;
    float: right;
    margin: 0 0;
    }
#third p{
    position: absolute;
    bottom: 0px;
    left: 20px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-bottom: 21.43px;
    
}
a:link {
    color:white;
  }
  
  
  a:visited {
    color: white;
  }
  
  
  a:hover {
    color: gray;
  }
  
  
  a:active {
    color: white;
  }
  #cim{
position: absolute;
left: 80px;
top: 0px;
color: white;
  }
  h1{
      color: white;
      text-align: center;
  }
  #ani{
      color: white;
      text-align: center;
  }
  #animation{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;

  }
  #szerzo{
    color: white;
    margin-left: auto;
margin-right: auto;
width: 80%;
margin-bottom: 20px;
    
    text-align: right;
    
    }
  #tartalom p{
      color: white;
      margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-bottom: 20px;
  text-align: justify;
  }
  #tartalom h2{
    color: white;
    margin-left: auto;
margin-right: auto;
width: 80%;
}
#tartalom a{
text-decoration: none;
font-weight: bold;


}
#embör{
    position: relative;
    margin:auto;
    width: 80%;
}
#embör img{
    
    
    width: 10%;
}

         