@charset "utf-8";
/* CSS Document */
.bg-getalong {
	background-image:url('/getalongbudapest/images/227_23_Get_a_Long_Sfondo.jpg');
	background-position:center;
	background-repeat:no-repeat;
}

@media screen and (min-width: 992px) {
	.bg-getalong {
		background-size:contain;
	}
}

.col-logo {
	height:210px;
}

.main-text p {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: 0.75rem;
}
.main-text .bigger-violet {
	font-size: 1.5rem;
  	font-weight: bold;
  	color: #7030a0;
}
.main-text .bigger-black {
	font-size: 1.5rem;
  	font-weight: bold;
  	color: #000;
}

.bar-violet {
	width: 500px;
	max-width: 100%;
	height: 4px;
	background-color: #7030a0;
	margin-left: auto;
	margin-right: auto;
}

.text-choise h6 {
	color: #7030a0;
	font-weight: 700;
	margin: 2rem 0;
	font-size: 1.5rem;
	line-height: 1.2;
}
.city img {
	margin-bottom:2rem;
	border:3px solid #7030a0;
	border-radius:15px;
}
.city p {
	margin-bottom:0.75rem;
	text-align:justify;
}

@media screen and (min-width: 768px) {
	.mh-50 {
		min-height: 120px;
	}
	.mh-70 {
		min-height: 150px;
	}
}

@media screen and (min-width: 992px) {
	.mh-50 {
		min-height: 70px;
	}
	.mh-70 {
		min-height: 100px;
	}
}

.city a.btn {
	color: #ffffff;
	font-weight: 700;
	border-radius: .75rem;
	padding: .75rem .25rem;
	margin-bottom: 2rem;
}
.container-fluid.footer {
	background-color:#7030a0;
	margin-top:0;
}
.footer-text {
	padding-top:2rem;
	padding-bottom:2rem;
}
.footer-text p {
	color:#fff;
}


