.top-bg {
  background-image: url('../../assets/img/top_part_background.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 1860px;
  background-color: white;
}

.yt-style {
  border: 5px solid white;
  background-color: #bfbfbf;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  max-width: 1920px;
  margin: auto;
  font-display: swap;
}

h1, h2 {
  font-size: 3.6rem;
  color: #262e4f;
}

html {
  font-size: 62.5%;
}

p {
  font-size: 1.8rem;
  color: #262e4f;
}

h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #262e4f;
}

.hungary_safetravel_image {
  max-width: 110px;
}

.grey-background {
  background-color: #eeeeee;
}

.blue-background {
  background-color: #86d3e6;
}

.mol {
  bottom: 0;
  width: 100%;
}

.mol-size {
  min-height: 1300px;
}

.train-size {
  min-height: 1300px;
}

.bus-size {
  min-height: 1200px;
}

.top-size {
  min-height: 700px;
}

.top_2-size {
  min-height: 1200px;
}

.lightgrey-background {
  background-color: #eeeeee;
}

.cta {
  background-color: #ef5460;
  color: white;
  border-radius: 20px;
  font-size: 1.8rem;
}

.cta:active, .cta:hover {
  color: white;
}

a:hover {
  color: white;
  text-decoration: none;
}

@media (max-width: 991px) {
  .extra-padding {
    padding-bottom: 20%;
  }
}

@media (max-width: 991px) {
  .huge-padding {
    padding-bottom: 50%;
  }
}

@media (max-width: 575px) {
  .huge-padding {
    padding-bottom: 120%;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 3rem;
  }
}

.navbar_background {
  background-color: #262e4f;
}


.logo {
  position: absolute;
  height: 60px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .logo {
    position: absolute;
    height: 100px;
    top: 0;
    left: 10rem;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .logo {
    position: absolute;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translateX(-610%);
  }
}


@media (min-width: 768px) {
  .divider:after {
    content: "|";
    position: relative;
    color: white;
    padding-left: .5em;
  }
}

.nav-link {
  font-size: 1.6rem;
  color: white;
}

Footer {
  min-height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  top: 50%;
  transform: translateY(-50%) translateX(-610%);
  position: absolute;
  height: 100px;
  left: 50%;
}

@media (min-width: 768px) {
  .footer-logo {
    top: 50%;
    position: absolute;
    height: 100px;
    left: 10rem;
    transform: translateY(-50%) translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .footer-logo {
    position: absolute;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translateX(-610%);
  }
}

.copyright {
  color: #86d3e6;
  font-size: 1.2rem;
}

.font-medium {
  font-weight: 500;
}

.mol {
    bottom: -1px;
}

li.font-medium {
  font-size: 1.8rem;
  color: #262e4f;
  margin-bottom: 2rem;
}