body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #217ea3;
  font-size: 120%;
}

::-webkit-scrollbar {
  display: none;
}

h1 {
  font-size: 45px;
  color: white;
  padding: 0px 70px;
  font-family: Arvo;
  text-shadow: 7px 7px 15px black;
}

h2 {
  font-family: Poppins;
  color: #1e6683;
}

p {
  font-family: Outfit;
  text-align: justify;
  padding-right: 10px;
}

img {
  float: right;
  padding-left: 20px;
  padding-right: 10px;
}

.float-left {
  float: left;
  padding-left: 0;
  padding-right: 20px;
}

.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;
}

.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;
}

a {
  text-decoration: none;
}

li {
  color: black;
}

ul {
  list-style-position: inside;
  font-style: italic;
  line-height: 1.5;
  border-left: 5px solid #125b96;
}

table {
  background-color: white;
  border-top: 3px solid black;
}

.td-left {
  width: 50%;
  padding-left: 20px;
}

td {
  vertical-align: top;
}

.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;
}

#tetejere-gomb {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 99;
  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;
}
.title-ints {
  padding-left: 15px;
}

#bins {
  border-radius: 25%;
}

.footer {
  position: fixed;
  display: flex;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 75px;
  background-color: #287ca4;
  justify-content: center;
  align-items: center;
  position: sticky;
}

.footer a {
  color: white;
  margin-left: 20px;
  margin-right: 20px;
}

.footer p {
  font-family: Calibri;
}

.footer-small {
  font-size: 80%;
  text-decoration: underline;
}
