.headPic{
  display: block;
  margin: 0px auto;
  padding: 0px;
  background-color:black;
}
.headPic img{
  width: 100%;
}
.headPic figcaption{
  color: white;
  font-size: 200%;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  padding: 0 0px 20px;
  text-decoration: underline goldenrod 4.5px;
}
img {
  max-width    : 100%;
  height       : auto;
  display      : block;
  margin       : 0px auto;
}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
.mySlides {
  display: none;
}
.numbertext {
  color: #f2f2f2;
  font-size: 1rem;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#tartalom{
  padding: 20px;
  max-width: 100%;
  text-align: justify;
  display: flex;
  overflow: hidden;
}
h1{
  text-align: center;
}
.col {
  padding: 2%;
  flex: 50%;
}
#tartalom img{
  max-width: max-content;
  width: 100%;
  padding: 20%;
}
#tartalom:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 700px){
  #tartalom{
    display: block;
  }
}
@media print {
  img{
    display: none;
  }
}