.welcome-section p a{
	color:#151515;
	text-decoration:none;
}
.welcome-section p a:hover{
	color:#0049a3;
}

.entry-header {
	display: none;
}

.section.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.right-image {
	  text-align: center;
}

.right-image img {
	  max-width: 350px;
    margin: 0px auto;
    transform: rotate(6deg);
}

.left-image {
	  text-align: center;
}

.main-parking {
	  margin: 60px 0px;
}

.main-parking h4 {
	color: var(--red);
	margin-bottom: 26px;
}

.left-image img {
		max-width: 400px;
    transform: rotate(-5deg);
}

.main-parking h2 {
	    color: var(--red);
    font-family: 'ProgramNarOT-Black';
    line-height: 1;
margin-bottom: 20px;
}

.main-parking p {
    font-size: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.right-image img, .left-image img {
	width: 100%;
}

.entry-footer {
	display: none;
}

.section.flex:nth-of-type(2) .text {
	order: 2;
}

.section.flex:nth-of-type(2) .image  {
	order: 1;
	text-align: left;
}

.section.flex:nth-of-type(3) .image {
	margin: 0px !important;
}

@media only screen and (max-width: 1400px) {
.right-image {
	  text-align: right;
}
	.left-image {
	  text-align: left;
}
}

@media only screen and (max-width: 991px) {
	.section.flex:nth-of-type(2) .text {
	order: 1;
}
	
	
.section.flex:nth-of-type(2) .image  {
	text-align: center;
}

.section.flex:nth-of-type(2) .image  {
	order: 2;
}

	.main-parking {
	  margin: 30px 0px;
	}
	.right-image {
	  text-align: center;
}
	.left-image {
	  text-align: center;
}
	.main-parking p {
		margin-bottom: 16px;
	}
	.main-parking .col-6 {
		flex: 0 0 auto;
    width: 100%;
	}
	.main-parking p {
    font-size: 20px;
	}
	.right-image {
			margin-top: 40px;
		margin-bottom: 40px;
		padding: 0px 20px;
	}
	.left-image {
		margin-top: 40px;
		margin-bottom: 40px;
		padding: 0px 20px;
	}
	
	.main-parking  .text {
		    order: 1;
	}
		.main-parking  .image  {
		    order: 2;
	}
}


/* Base menu layout */
.menu {
    display: flex;
    gap: 30px;
}

.menu > li {
    position: relative;
}

/* Hide submenus by default */
.menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000; /* adjust */
    min-width: 220px;
    z-index: 999;
    padding: 10px 0;
}

/* Dropdown on hover */
.menu > li:hover > .sub-menu {
    display: block;
}

/* Submenu items */
.menu .sub-menu li {
    display: block;
}

.menu .sub-menu a {
    display: block;
    padding: 8px 15px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .menu .sub-menu {
        display: none;
        position: static;
    }

    .menu .sub-menu.open {
        display: block;
    }
}


.menu-item-has-children > a::after {
    content: "▾";
    margin-left: 6px;
    font-size: 24px;
}



.dscf7-captcha-container{
	width: auto;
	background-color: #ffffff00;
}

.dscf7-captcha-container span{
	font-size: 28px !important;
}

.dscf7-captcha-container input{
	height: 50px !important;
}