*{border:0;margin:0;padding:0;}
/*<!--Menü stílus kezdete -->*/

body {
    margin: 0;
    scrollbar-width: none;
    text-transform: uppercase;  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-shadow: 0px 0px 18px #646464;
    font-weight: bold;
    letter-spacing: 1px;
}
/*<!--Facebook szektor stílus kezdete -->*/ 
#FBSlideLikeBox_l {
    background-image: url("res/facebook.png");
    background-position: 254px 15px;
    background-repeat: no-repeat;
    float: left;
    height: 290px;
    position: fixed;
    left: -254px;
    padding-right: 27px;
    top: 200px;
    width: 270px;
    z-index: 2000;
    cursor: pointer;
    }

    #FBSlideLikeBox_l #FBSlideLikeBox2_l {
    position: relative;
    clear: both;
    width: auto;
    height: 290px;
    }

    #FBSlideLikeBox_l #FBSlideLikeBox3_l {
    height: 290px;
    right: 16px;
    position: absolute;
    border: 3px solid #7ec92e;
    top: 15px;
    width: 250px;
    background-color: #202124;
    }
/*<!--Facebook szektor stílus vége -->*/
/*<!--Menü rész stílus vége -->*/
.navbar {
overflow: hidden;
background-color: #333;
}

.navbar a {
float: left;
font-size: 16px;
color: #a9a9a9;
text-align: center;
padding: 18px 15px;
text-decoration: none;
letter-spacing: 1px;
}

.dropdown {
float: left;
overflow: hidden;
text-transform: uppercase;
}

.dropdown .dropbtn {
font-size: 16px;  
border: none;
outline: none;
color: #a9a9a9;
padding: 18px 15px;
text-transform: uppercase;
background-color: inherit;
font-family: inherit;
margin: 0;
text-shadow: 0px 0px 18px #646464;
font-weight: bold;
letter-spacing: 1px;
}

.dropdown:hover .dropbtn ,.btn:hover {
background-color: black;
color: #7ec92e;
}

.dd:hover {
color: #7ec92e;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #333;
min-width: 250px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
float: none;
color: #a9a9a9;
padding: 19px 35px;
font-size: 13px;
text-decoration: none;
display: block;
cursor: pointer;
letter-spacing: 1px;
}

.dropdown-content a:hover {
color: white;
background-color: #333;
}

.dropdown:hover .dropdown-content {
display: block;
}

.btn {
cursor: pointer;
width: 20px;
height: 20px;
position: center;
}

.codmlogo {
position: center;
display: block;
margin-left: auto;
margin-right: auto;
width: 20px;
height: 20px;
}

span:hover + .arrow {
    display: inline-block;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.arrow {
    transition: 0.5s all;
    display: inline-block;
}

.arrowsize {
    width: 11px;
    height: 9px;
    margin-left: 10px;
}
/*<!--Menü rész stílus vége -->*/
/*<!--Háttér videó stílus kezdete -->*/
#myVideo {
width: 100vw;
height: 100vh;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}

video {
object-fit: fill;
object-fit:cover;
}
/*<!--Háttér videó stílus vége -->*/
/*<!--Középső logo stílus kezdete -->*/
.center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center;
height: 200px;
}
/*<!--Középső logo stílus vége -->*/