<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,900');

.navbar {
	background: #e2e2e2!important; 
  width: 100%;
	z-index: 10;
}

.property-color {
	padding: 5px;
	background-color: rgba(0, 255, 72, 0.44);
	position: absolute;
	z-index: 100;
	width: 100%;
	color: rgba(0, 255, 72, 0.64);
}


.navbar-light .navbar-toggler {
	border-color: transparent;
}

.carousel-inner img {
  width: 80%;
}

@media screen 
and (max-device-width: 500px)
{ 
	.carousel-inner img {
		width: 93%;
	}
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  content: pink;
}

body {
		background-color: #e2e2e2!important;
		margin: 0!important;
}

button.navbar-toggler {
	background-color:#38903e; 
}

#newd {
  	text-align: center;
}


.navbar-light .navbar-nav .nav-link {
    color: 	#4b7631; 
    font-size: 16px;
	font-weight: 700;
	font-family:'Raleway';
}


.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #2b302c;
}

.footercontrol {
	color: #02731d!important;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 1rem;
}

.to-top { 	
	position: fixed; 
	bottom: 20px; 
	right: 20px; 
	text-decoration: none; 
	color: #fff; 
	background: #151f28; 
	padding: 14px 20px; 
	display: none;
}

.to-top:hover{ 
	color: #151f28; 
	background: #fff; 
}

.mainwelcome {
	font-family:'Raleway';
	color: #02731d;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: .5rem;
	font-size: 24px;
	text-align: center;
	margin-top: 1rem;
}

.btn-primary {
     color: #fff; 
    background-color: #38903e;
    border-color: #38903e; 
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open&gt;.dropdown-toggle.btn-primary {
    background-color: #43de56 ;
    border-color: #43de56 ; 
}

.dropdown:hover&gt;.dropdown-menu {
  display: block;
}

.dropdown&gt;.dropdown-toggle:active {
    pointer-events: none;
}

.carousel-inner {
	overflow: visible;
}

.aboutme-style {
  color:rgb(0 99 45);
  text-decoration: none;
}

.map-image {
   
   margin-top: 1.5rem;
}

html{scroll-behavior:smooth}

html, body {
    overflow-x: hidden;
}</pre></body></html>