
nav{
  background-color:black;
  padding:1rem;
  position:sticky;
  top:0;
  z-index:100;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;  
}
li a{
  color:white;
  text-decoration: none;
  font-size: 1rem;
}
li a:hover {
  color: #ddd;
}
  
li a:active {
  color: #aaa;
}
li a {
  transition: color 0.3s ease;
}
/* For desktops */

@media (min-width: 1025px) {

    /* Desktop-specific CSS here */
  
}
  

  
/* For tablets */
  
@media (min-width: 768px) and (max-width: 1024px) {
  
      /* Tablet-specific CSS here */
}
  
  
  
  /* For smartphones */
  
@media (max-width: 767px) {
  
      /* Mobile-specific CSS here */
  
}

html, body {
  margin: 0;
  height: 100%;
}


.top-nav {
  position:fixed;
  top:0;
  z-index:100;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #333;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
  height: 63px;
  padding: 1em;
  width:100%;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: white;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

#phone-number-div
{
  display: none;
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  #phone-number-div
  {
    display: block;
  }
  #phone-number-li
  {
    display: none;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #333;
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: black;
    background-color: white;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
.form-style
{
  margin-bottom:10px;
}

.menu_style{
  color:#a5a5a5;
}

.menu_style:hover{
  background-color:#cccccc;
  color:black;
}

#active_menu
{
  text-decoration: underline;
}

#logoDiv{
    background-image: url('../images/rendbe-vagjuk.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height:40px;
}

.blackShadowStyle{
  text-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.mainTextStyle{
  color:white;
  font-weight:bold; 
  font-size:24px;
  text-shadow: 2px 2px 10px black;
}

#serveBg{
  /* background: url('../images/szolgaltatasok_bg.png') no-repeat center center;  
  background-size: cover;  */
}

#job1Div{
  background: url('../images/agapritas2_2.jpg') no-repeat center center;  
  background-size: 100%; 
  text-align: left;
  background-position-x: 50%;
  background-position-y: 50%;
  background-origin:center;
  transition: all 1s;
}

#navBarStyle
{
  margin-top:5px;
  margin-bottom:5px;
  box-shadow: 0px 0px 10px black;
}

.nav-link-style{
  color:#03252b;
}

.jobImageStyle{
  width:100%;
  height:300px;
  margin-top: 10px;
  box-shadow: 0px 0px 10px #888888;
}

.jobImageStyle:hover{
  cursor:pointer;
}

#job1Div:hover{
  background-size: 130%; 
}

#job2Div{
  background: url('../images/favagas2_2.jpg') no-repeat center center;  
  background-size: 100%; 
  text-align: left;
  background-position-x: 50%;
  background-position-y: 50%;
  background-origin:center;
  transition: all 1s;
}

#job2Div:hover{
  background-size: 130%; 
}

#job3Div{
  background: url('../images/tuskomaras3.jpg') no-repeat center center;  
  background-size: 100%; 
  text-align: left;
  background-position-x: 50%;
  background-position-y: 50%;
  background-origin:center;
  transition: all 1s;
}

#job3Div:hover{
  background-size: 130%; 
}

#job5Div{
  background: url('../images/favagas.jpg') no-repeat center center;  
  background-size: 100%; 
  text-align: left;
  background-position-x: 50%;
  background-position-y: 50%;
  background-origin:center;
  transition: all 1s;
}

#job5Div:hover{
  background-size: 130%; 
}

#job4Div{
  background: url('../images/fukaszalas.jpg') no-repeat center center;  
  background-size: 100%; 
  text-align: left;
  background-position-x: 50%;
  background-position-y: 80%;
  background-origin:center;
  transition: all 1s;
}

#job4Div:hover{
  background-size: 130%; 
}

.despre-noi-image{
  width:300px;
  height: 300px;
  background: url('../images/agapritas2_2.jpg') no-repeat center center;  

  background-size: 100%; 
  text-align: left;
  background-position-x: 50%;
  background-position-y: 50%;
  -webkit-animation: zoomin 10s linear;
  animation: zoomin 5s linear;
  animation-fill-mode: forwards;
  background-origin:center;
}

@-webkit-keyframes zoomin {
  0% {
     background-size: 100%; 
  }
  100% {
     background-size: 150%; 
  }

}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    /* position: fixed;
    right: 0;
    bottom: 0; */
    min-width: 100%;
    /* min-height: 50%; */
    max-height: 50%;
  }
  
  /* Style the button used to pause/play the video */
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }

  #footer_img {
    position: fixed;
    bottom: 5px;
    right:5px;
}