/*Data Privacy and Cookie Consent buttons on footer*/

#footer-cookieconsent, #at-megnyitas {
  font-size: 1rem;
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  cursor: pointer;
  color: rgb(144, 144, 144);
}

#pipes {
  font-size: 1rem;
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  color: rgb(144, 144, 144);
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes fadeOut {
	100% { opacity: 0; }
	0% { opacity: 1; }
}


#scrollUp {
  z-index: 999 !important;
}

/*Scrollbar*/
::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #797979;
  -webkit-border-radius: 0.5ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: #000;
}

/*Privacy content additional formatting*/

@font-face {
	font-family: Poppins-Regular;
	font-display: swap;
	src: url('../fonts/Poppins-Regular.ttf');
	font-style: normal;
}

.modalPrivacy-content {
	width: 80%;
  margin: 5rem auto;
}

.modalPrivacy-content h1, .modalPrivacy-content h2, .modalPrivacy-content h3, .modalPrivacy-content p, .modalPrivacy-content a, .modalPrivacy-content li {
  font-family: 'Poppins-Regular';
  line-height: 24px;
}

.modalPrivacy-content h1, .modalPrivacy-content h2, .modalPrivacy-content h3 {
  text-transform: uppercase;
}

.modalPrivacy-content h1 {
  margin: 0 0 10px 0;
  font-size: 25px;
  line-height: 2.5rem;
  color:#ffffff;
}
.modalPrivacy-content h2 {
  margin: 2em 0 0.25em 0;
  font-size: 15px;
  line-height: 1.75rem;
}
.modalPrivacy-content h3 {
  margin: 1em 0 0.5em 0;
  text-indent: 2em;
  font-size: 10px;
  line-height: 1.25rem;
}

/*Paragraphs in the Modal*/
.modalPrivacy-content p {
font-size: 14px;
margin: 0 0 0.5em 0;
color:#ffffff;
}
.modalPrivacy-content a {
color: #ffffff;
font-weight: bold;
letter-spacing: 0rem;
text-transform: none;
}

.modalPrivacy-content li {
font-size: 14px;
}