/*bootstrap 
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center !important;
}
.mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

/*egyedi*/
.logo, .eng, .hun {
	position: absolute;
	transform: translate(-50%, -50%);
}
.logo {
	top: 25%;
	left: 50%;
}
.eng {
	bottom: 0%;
	left: 30%;
}
.hun {
	bottom: 0%;
	left: 70%;
}
@media (max-width: 575px) {
	.eng, .hun {
		bottom: -18%;
	}
}
.logo img {
	width: 150px;
}
/*@media (min-width: 1200px) {
	.logo img {
		width: 200px;
	}
}*/
@media (max-width: 575px) {
	.logo img {
		width: 50px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.logo img{
		width: 100px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.logo img {
		width: 120px;
	}
}
@media (min-width: 1900px) and (max-width: 2500px) {
	.logo img {
		width: 150px;
	}
}
@media (min-width: 2500px) {
	.logo img {
		width: 300px;
	}
}
.eng img, .hun img {
	width: 200px;
}
/*@media (min-width: 1200px) {
	.eng img, .hun img {
		width: 300px;
	}
}*/
@media (max-width: 575px) {
	.eng img, .hun img {
		width: 75px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.eng img, .hun img {
		width: 120px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.eng img, .hun img {
		width: 150px;
	}
}
@media (min-width: 1900px) and (max-width: 2500px) {
	.eng img, .hun img {
		width: 300px;
	}
}
@media (min-width: 2500px) {
	.eng img, .hun img {
		width: 500px;
	}
}
