@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,900');

.navbar {
	background: #e2e2e2!important;
	width: 100%;
	z-index: 10;
}

.parkview-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 {
	width: 100%;
}

.carousel-indicators li {
	display: none;
}

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: 10px 20px; 
	display: none;
}
.to-top:hover{ 
	color: #151f28; 
	background: #fff; 
}

.maintitle {
	font-size: 24px;
	font-family:'Raleway';
	color:#02731d;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: .5rem;
	text-align: center;
}

.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>.dropdown-toggle.btn-primary {
	background-color: #43de56 ;
	border-color: #43de56 ; 
}

html{scroll-behavior:smooth}


.paraglist {

	color: #2b302c;
	font-weight: 500;
}

.carousel-inner {
	overflow: visible;
}

.aboutme-style {
	color:rgb(0 99 45);
	text-decoration: none;
}
