#content {
  background-image: url(../img/dobi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#headmenu {
  background-color: gray;

}
nav {
  text-align: center;
  background-color: gray;
  margin-bottom: 40px;
}

#navleft {
  float: left;
  width: 50%;
}
#navright {
  float: right;
  width: 50%;
}
nav li {
  display: inline;
}
nav ul li {
  text-align: center;
}
nav ul li a {
  text-decoration: none;
  font-family: 'Play';
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px; /*hogy kattintható legyen az egész area*/
  display: inline-block; /*egy sor*/
}
nav ul li a:hover {
  background-color: #D20a3b;
  color: white;
}

#logo {
  position: absolute;
  width: 100px;
  height: auto;
  left: 0;
  right: 0;
  margin:auto;

}
#logo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
#text {
  text-align: center;
  background-color: black;
  opacity: 0.7;
  border: 3px solid white;
  width: 60%;
  margin: 0 auto;
  clear: both;
  padding: 60px;
}
h1 {
  font-family: 'Play';
  font-size: 24px;
  color: white;

}
p {
  font-family: 'Play';
  font-size: 18px;
  color: white;
  line-height: 1.4;

}
footer {
  padding: 10px;
  background-color: grey;
  color: white;
  text-align: center;
}
footer a {
  color: white;
  text-decoration: underline;
}




@media only screen and (max-width: 920px) {
  #logo {
    position: relative;
  }
  #navleft, #navright {
    width: 100%
  }
  nav {
    margin-bottom: 0px;
  }
  nav li {
    display: block;
  }




}
