a:link, a:active, a:visited {text-decoration: none;}

* {
  margin: 0;
}
 

html { width: 100%;}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif, Times New Roman, Garamond;
  font-size: 100%;
  background-color: #ffffff;
  /*-moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;*/
}

code, pre, abbr, kbd {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
} 

.wrapper {
  /* width: 100%; */
  /* margin: auto; */
}

.blogcim {
  background-color: #8E7249;
  height: 85px;
  text-align: center;
  display: table;
  width: 100%;
  margin: 20px 0 0 0;
}

.blogcim p {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-size: 2.5em;
}

.cikkek_kontener {
  background: url("../images/nevtelen-terv.png");
  margin: 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(255 255 255 / 84%);
  background-blend-mode: overlay;
  text-align: center;
  vertical-align: top;
}

.cikkek_kontener:before {
  opacity: .3;
}

.cikkek_kontener div {
  display:inline-block;
  text-align: center;
  margin: 5px;
  width: 343px;
  vertical-align: top;
  border: gray solid 1px;
  opacity: unset;
  height: 395px;
}

.cikkekkep {
  background-color: white;
  height: 230px;
}

.cikkekkep a img {
  object-fit: cover;
  margin: 0;
  padding: 0;
  width: 343px;
  height: 230px;
  border-radius: 20px;
  /* background-color: black; */
}

.cikkekkep img:hover {
  opacity: 0.5;
  transition: opacity 0.4s, transform 0.4s;
}

.cikkekkep + p {
  margin: 10px;
  text-align: left;
}

.cikkekkep + p a {
  color: black;
  font-weight: bold;
  font-size: 1.2em;
}

.cikkek_kontener div p:nth-child(3),
.cikkek_kontener div p:nth-child(4) {
  margin: 10px;
}

.cikkek_kontener div p:nth-child(3) {
  text-align: left;
  color: darkgray;
}

.cikkek_kontener div p:nth-child(4) {
  text-align: center;
  color: gray;
}

@media only screen
and (max-width : 640px) {
  #wrapper { width: 100%;}
  .blogcim {margin: 0 0 20px 0;}
}

@media only screen
and (min-width : 640px)
and (max-width : 1024px) {
  #wrapper { width: 100%;}
  .blogcim {margin: 0;height: 70px;}
  .blogcim p {font-size: 2em;}
  .cikkek_kontener {margin:0;}
}
