<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin:0;
	padding:0;
	font-family: sans-serif;
}
header
{
	position: fixed;
	top:0;
	left: 0;
	padding:15px 100px;
	background: #850B6F;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
}
header .logo{
	color:#fff;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	float: left;
	font-weight: bold;
}
header .logo img{
	width:100%;
	height: 75px;
	margin-top:-10px;
}
header nav{
	float: right;

}
header nav ul{
	margin: 0;
	padding: 0;
	display: flex;	
}
header nav ul li
{
	list-style: none;	
}
header nav ul li a
{
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	text-decoration: none;	
	color:#fff;
	display: block;
	margin-left:2px;
}
header nav ul li a:hover,
header nav ul li a.active
{
	color:#fff;
	background: #2196f3;
	text-decoration: none;
	border-radius: 25px;
}
.menu-toggle
{
	color:#fff;
	float: right;
	line-height: 50px;
	font-size: 24px;
	cursor: pointer;
	display: none;
}
.button a{
	border-radius: 25px;
	color:#fff;
	font-weight: normal;
	border:1px solid #fff;
}
banner img{
	width:100%; height:550px; margin-top: 80px;
}
.overlap{ position: absolute; top:200px;
}
.overlap h1{
	color:#fff;
	margin:0 150px;
}
.overlap address{
	color:#fff;
	margin:0 150px;
	font-size: 28px;
}
main{
	margin-top:40px;
}
.text-align{
	text-align: center;
}
.class1{
	order:2;
}
.class2{
	text-align: justify; 
	order:1;
}
.class2 a{
	cursor: pointer;
}
section a.readless{
	float: right; 
	color:#850B6F;
}
section a.readless:hover{
	text-decoration: underline;
	color:#850B6F;
}
.card{
	border:1px solid #ccc; padding:15px 15px; margin-bottom:15px;
}
#more {display: none;}
.table{
	text-align: center;
}
.master-plan img{
	width: 100%;
	height:450px;
}
.master-plan a{
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.master-plan a:hover{
	text-decoration: none;
}
.floor-plan img{
	width: 100%;
	height:250px;
}
.floor-plan a{
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.floor-plan a:hover{
	text-decoration: none;
}
.map{
	width:100%;
	height: 450px;
	border: 0;
}
form h3{
	text-align: center; color:#850B6F;
	margin-top: 15px;
}
form textarea{
	 resize: none;
}
.topform{
	right:100px; 
	float:right; 
	width:350px; 
	position: 
	absolute; 
	top:180px; 
	background-color: #fff; 
	padding: 10px;
	border-radius: 5px; 
	z-index: 100px;
}
.topform input{
	margin-top:15px;
}
.topform input[type=submit]{
	margin-top:10px;
	border-radius: 25px;
	width: 80%;
	margin-left: 35px;
	margin-bottom: 15px;
	height: 45px;
	background-color:#850B6F;
	color:#fff;
	border: none;
}
.modal{
	margin-top: 100px;
}
.modal-title{
	color:#850B6F;
}

.modal-body input{
	margin-top:15px;
}
.modal-body input[type=submit]{
	margin-top:10px;
	border-radius: 25px;
	width: 80%;
	margin-left: 35px;
	margin-bottom: 15px;
	height: 45px;
	background-color:#850B6F;
	color:#fff;
	border: none;
}
.footer{
	background-color: #333;
}
.footer p{
	padding: 10px 10px;
	color:#fff;
	text-align: justify;
}
#copyright{
	text-align: center;
	margin-bottom: -15px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
#faq .question{
	border:1px solid grey; padding:10px; border-radius:10px; margin-bottom:2px;
}
#faq .question a{
	color:#000000;
	font-weight:bold;
}
#faq .question a:hover{
	text-decoration:underline;
	color:red;
	font-weight:bold;
}
.question .card-body {
	margin-top:15px; margin-bottom:-10px;
}
@media (max-width: 991px)
{
	header{
		padding: 10px 20px;
		position: fixed;
		top:0;
		z-index: 100;
	}
	.menu-toggle
	{
		display: block;
	}
	header nav
	{
		position: absolute;
		width: 100%;
		height: calc(100vh - 50px);
		background: #333;
		top: 70px;
		right: -100%;
		transition: 1s;
	}
	header nav.active
	{
		right:0;
	}
	header nav ul
	{
		display: block;
		text-align: center;
	}
	header nav ul li a
	{
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	header .logo{
	color:#fff;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	float: left;
	font-weight: bold;
	}
	header .logo img{
		width:100%;
		height: 60px;
		margin-top: -4px;
	}
	.button a{
	border-radius: 0px;
	border:none;
	color:#fff;
	font-weight: normal;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	banner img{
	width:100%; height:500px; margin-top:70px;
	}
	.overlap{
	z-index: 1; position: absolute; top:200px; 
	margin-left: 25px;
	}
	.overlap h1{
		color:#fff;
		margin-left: 25px;
		margin-right: auto;
		display: block;
		text-align: center;
		font-size: 28px;
		margin-top:20px;
	}
	.overlap address{
		color:#fff;
		margin-left: 25px;
		margin-right: auto;
		display: block;
		text-align: center;
		font-size: 25px;
		display: ;
	}
	.master-plan img{
		width: 100%;
		height:250px;
	}
	.footer{
	background-color: #333;
	margin-bottom: 50px;
	}
	.footer-tab{
		background-color:#850B6F; position: fixed; bottom: 0; height:51px; 
	}
	.footer-tab a{
		float: left;
		display: block;
		margin:15px 15px;
		color:#fff;
	}
	.footer-tab a:hover{
		float: left;
		display: block;
		margin:15px 15px;
		color:#fff;
		text-decoration: none;
	}

}</pre></body></html>