a:hover {
  text-decoration: none;
}

.headline {
  height: 72px;
  background-color: #488A99;
  text-align: center;
}

.parokiabox {
  min-height: 280px;
  background: linear-gradient(to bottom, #1e5799 80%,#2989d8 100%);
//  background-color: #488A99;
  margin-bottom: 10px;
  text-align: center;
  align-items: center;
}

.parokianev {
//  background: linear-gradient(to bottom, #1e5799 80%,#2989d8 100%);
  height: 80px;
  display: flex;
  justify-content: center;
//  flex-direction: column;
  align-items: center;
}

.feherhatter .parokiabox h2 {
  color: #FFFFFF;
}

.papbox {
  width: 100%;
  text-align: center;
  color: #488A99;
  height: 280px;
}

.papbox h2 {
  //color: #488A99;
  //font-size: 16px;
}


#parokianev h1 {
//  background-color: #488A99;
  background: linear-gradient(to bottom, #1e5799, #2989d8);
  margin-top: 0;
  text-align: center;
  font-size: 60px;
  color: #FFF;
}

.kekhatter a {
//  background-color: #5A95A3;
  color: #FFF;
}

.parokiamenu {
  background-color: white;
  margin-top: 2px;
  margin-bottom: 2px;
}



@media screen and (max-width: 960px) {
  .papbox {
    height: 200px;
  }

  .papbox h2 {
    font-size: 14px;
  }

  #parokianev h1 {
    font-size: 20px;
  }

  .indexpap {
    width: 100%;
  }

  tr.szolgalat td {
    font-size: 10px;
  }
}
