body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #217ea3;
  font-size: 120%;
  display: grid;
}

::-webkit-scrollbar {
  display: none;
}

.content {
  background-color: white;
  display: grid;
}

h1 {
  font-size: 45px;
  color: white;
  padding: 0px 70px;
  font-family: Arvo;
  text-shadow: 7px 7px 15px #000000;
}

h2 {
  font-family: Poppins;
}

.content-left {
  background-color: white;
  padding-left: 20px;
  text-align: left;
  float: left;
  text-align: justify;
}

.content-left-elso {
  background-color: white;
  padding-left: 20px;
  text-align: left;
  float: left;
  text-align: justify;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.content-right {
  background-color: white;
  padding-right: 20px;
  text-align: right;
}

.navbar {
  display: flex;
  background-image: url(/imgs/header2.png);
  background-repeat: repeat-x;
  background-position: center;
  color: white;
  align-items: center;
  justify-content: center;
  background-color: #217ea3;
  position: sticky;
  top: 0;
  z-index: 100;
}

.navok {
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 25px;
  border-radius: 25px;
  transition: background-color 0.15s ease-in;
  margin: 0 10px;
  font-weight: bold;
}

.nav-alul {
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 25px;
  border-radius: 25px;
  transition: background-color 0.15s ease-in;
  margin: 0 10px;
  font-weight: bold;
  margin: auto;
  text-align: center;
  width: 150px;
}

.navok:visited {
  color: white;
}

.navok:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  transition: background-color 0.15s ease;
}

#current {
  background-color: rgba(255, 255, 255, 0.65);
  color: black;
  border: black 1px solid;
}

#current:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  border: black 1px solid;
}

.navok:hover {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  transition: background-color 0.15s ease;
}

.repont {
  background-color: #d6df22;
  text-align: center;
  color: #00bbde;
  text-shadow: 5px 5px 10px #d5db53;
  font-family: Poppins;
  margin: auto;
  border: none;
  border-radius: 50px;
  width: 75%;
  height: 80px;
  padding-top: 6px;
}

.bal-cim {
  background-color: white;
  color: #125b96;
  font-family: Poppins;
  font-size: 30px;
  margin: 15px;
}

.jobb-cim {
  background-color: white;
  color: #125b96;
  font-family: Poppins;
  font-size: 30px;
  margin: 15px;
  margin-right: 5px;
}

hr {
  background-color: grey;
  height: 10px;
  width: 95%;
  border-radius: 50px;
}

.content-center {
  margin: auto;
}

.content-top {
  background-color: white;
}

#repont-plakat {
  float: right;
  height: 350px;
  margin: 15px;
}

#mohu {
  float: left;
  margin: 15px;
  height: 250px;
}

.p {
  margin-bottom: 35px;
  font-family: Outfit;
}

#vissza {
  height: 250px;
  float: left;
  animation: spin 2.5s infinite linear;
  position: relative;
  z-index: 1;
}

.szovegjobb {
  padding-top: 12px;
}

.bal-alcim {
  color: #125b96;
  margin-left: 25px;
  font-size: 21px;
  text-align: center;
}

#mukodes {
  line-height: 25px;
}

.container {
  margin: 50px;
}

ul {
  text-align: center;
  list-style: none inside;
}

@keyframes spin {
  100% {
    transform: rotateY(360deg);
  }
}

a {
  text-decoration: none;
}

.altalanossag {
  width: 105vh;
  display: flexbox;
}

#tetejere-gomb {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 101;
  border: none;
  outline: none;
  background-color: rgb(0, 0, 0);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#tetejere-gomb:hover {
  background-color: rgb(96, 96, 96);
  transition-duration: 0.2s;
}

.content {
  background-color: white;
  padding: 35px;
}

.footer {
  position: fixed;
  display: flex;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 75px;
  background-color: #287ca4;
  justify-content: center;
  align-items: center;
  z-index: 100;
  position: sticky;
}

.footer p {
  color: white;
  margin-left: 20px;
  margin-right: 20px;
}

.footer p {
  font-family: Calibri;
}

.footer-small {
  font-size: 80%;
  text-decoration: underline;
}
/* Ez legyen a legvége!!! */
