@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700&display=swap');

* {
	box-sizing: border-box
}
html {
	font-size: 16px
}



body {
	background-color: rgba(51,51,77,1);
	font-family: 'Roboto';
	margin: 0;
	background-size: cover
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?71585166');
  src: url('../font/fontello.eot?71585166#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?71585166') format('woff2'),
       url('../font/fontello.woff?71585166') format('woff'),
       url('../font/fontello.ttf?71585166') format('truetype'),
       url('../font/fontello.svg?71585166#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  display: inline-block;
  width: 16px;
  text-align: center;
  margin-right: 10px;
 

}

.icon-info:before { content: '\e800'; } /* '' */
.icon-home:before { content: '\e801'; } /* '' */
.icon-user:before { content: '\e802'; } /* '' */
.icon-music:before { content: '\e803'; } /* '' */
.icon-wheelchair:before { content: '\f193'; } /* '' */
.icon-bomb:before { content: '\f1e2'; } /* '' */

header {
	background: url('../pics/elte.jpg');
	background-size: 100%; 
	background-repeat: no-repeat;
	color: white;
	font-size: 80px;
	font-weight: 700;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 300px;
	padding-left: 20px;
	text-shadow: 0 0 20px rgba(0,0,0,.8);
	position: relative; 

}





nav {

	background: rgb(153, 153, 153);
	position: absolute;
	width:100%;
	

}

.button {
	width: 50px;
	height: 30px;
	background: url('../pics/en.png');
	background-size:100%;
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	border: 2px solid rgba(0,0,0,1);
	border-radius: 50%;
	padding: 0px;
	margin: 5px 5px 5px 5px;

}

nav button a {
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 1.2rem;
	text-shadow: 0 0 5px rgba(0,0,0,1);
	opacity: 100%
}

/*
.button + input[type="checkbox"] {
	display: none
}
*/


nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%
}
nav ul li {
	float: left;
	margin-left: 130px
	/* width: 15%  */
}
nav::after {
	content:'';
	clear: both;
	display: table
}


nav ul li a {


	display: block;
	text-decoration: none;
	color: rgb(51,51,77);
	padding: 0.5rem 0.5rem; 
	text-align: center;
	font-size: 1.5rem;

}




nav ul li a:hover {
	background: #02d098;
	color: white

  
}

nav .submenu li {
	float: none;
	margin-left: 0px;
}

nav .has-submenu {
	position: relative
}

nav .has-submenu:hover .submenu {
	display: block
}



nav .submenu {
	position: absolute;
	display: none
}

nav .submenu a{
	background: rgba(230, 230, 230,1);
}

nav .submenu a:hover {
	background: rgb(2, 208, 152)
}

 
main {
	padding: 100px;
	background-color: rgb(51,51,77);
	color: white;
}

main p {
	line-height: 1.5;
	text-align: justify
}
main h1 {
	margin-top: 0;
	text-align: center;
	
}

main video{
	display: block;
	margin:  auto;
	border: 3px solid white;
	border-radius: 20px

}


 main table {
	 margin-left: auto;
  	 margin-right: auto;
}


main table td {
	font-size: 20px;
	text-align: justify;
	padding: 20px;
	border-bottom: 5px solid #A9A9A9
}

main .nev{
	font-size: 33px;
	text-align: center
}

main img {
	border-radius: 50%;
	border: 10px solid white;
}



footer {
   position: relative;
   right: 10px;
   bottom: 10px;
   width: 100%;
   background-color: rgb(51,51,77);
   color: white;
   text-align: right;

}




