.navbar {
	padding: 2rem 1rem;
}
.btn-group-lg > .btn, .btn-lg {
	padding: 0.8rem 1.5rem;
	font-size: 1rem;
}

.form-control-lg
{
	height:calc(1.5em + 1.5rem + 4px);
	font-size:1rem;
}
body
{
	font-family:"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.mb-6
{
	margin-bottom:5rem;
}
.success-modal .modal-body
{
	font-size:1.1rem;
}
.modal-content .close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index:99;
}

.modal-content
{
	border-top:10px solid red;
	padding:35px;
}
.modal-header
{
	border:0px;
	padding-bottom:0px;
	padding-top:0;
}
.modal-footer
{
	border:0px;
}

h5.modal-title
{
	font-size:1.8rem;
	font-family:serif;
	width: 100%;
	text-align: center;
}


.bottom-map {
	position: relative;
	overflow: hidden;
}
.bottom-map-text-wr {
	position: absolute;
	z-index: 100;
	width: 100%;
}
.bottom-map-text {
	background: #fff;
	margin-top: 50px;
	position: relative;
	border: 3px solid #ddd;
	padding: 40px;
}