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;
  cursor: pointer;
  /* 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;
  cursor: pointer;
}

.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;
}

.post {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 50; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#post-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 70%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.close {
  color: gray;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:visited, .close:active, .close:focus {
  text-decoration: none;
}

.close:hover {
  color: red;
  cursor: pointer;
}

.post-body {
  padding: 18px;
  transition: max-height 0.2s ease-out;
  background-color: white;
  height: 600px;
  overflow: overlay;
}

.post-header {
  padding: 10px 16px;
  color: gray;
  background-color: #fcf7f0;
  height: 30px;
}

@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;}
}


