
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
  }
/*hungarian flag css*/

.hunflag{
	margin-top: 20px;
}

.hunflag table{
	display: block;
	width: 100%;
}

.hunflag tbody{
	display: block;
	width: 100%;
}

.red{
	display: block;
	width: 100%;
	height: 4px;
	background-color: red
}

.green{
	display: block;
	width: 100%;
	height: 4px;
	background-color: rgb(9, 255, 0)
}

.white{
	display: block;
	width: 100%;
	height: 4px;
	background-color: rgb(255, 255, 255)
}

/*scroll js css*/

.navbar-brand.js-scrolling img {
	height: 0vmin;
	transition: height 0.2s; 
}

.languages.js-scrolling{
	left: 0;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	display: inline-block;
	color: black;
}
.main.js-scrolling{
	background-color: rgb(63, 143, 177);
	transition: 0.2s;
	width: 100%;
	float: left;
	color: white;
}

.main.js-scrolling .nav-link{
	color: white;
}

.dropdown-toggle.js-scrolling{
	color: white;

}

.introduction.js-scrolling-second{
	transition: 0.5s;
	opacity: 100%;
}

.content-houses-div.js-scrolling-second{
	opacity: 100%;
	transition: 0.5s;
}

/*ideiglenes aanbod_verhuur.php css*/

.temporary{
	margin-top: 40vmin;
	margin-bottom: 40vmin;
	text-align: center;
}

.temporary h1{
	font-weight: 900;
	font-size: 40px;
	transition: 0.2s;
}

.temporary a{
	text-decoration: none;
	color: black;
}

.temporary h1:hover{
	font-size: 45px;
}