/*
Green: 006633
Brown: 663300
*/
h1{
	position: absolute;
	display: block;
	background-image: url("../img/logo.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height: 106px;
	width: 96px;
	margin: 0px;
	left: 10px;
	top: 8px;
	text-indent: -3333px;
	z-index: 99;
	background-size: contain;
	object-fit: cover;
}
h2{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 36px;
}
.navbar-collapse.collapse.show {
  margin-left: 100px;
}
.navbar-collapse.collapsing {
  margin-left: 100px;
}

body {
  padding: 0;
  margin: 0;
  background: #f2f6e9;
}
/*--- navigation bar ---*/
.navbar {
  background:#006633;
}

.subnavbar {
  width: 300px;
  position: absolute;
  top: 10%;
  z-index: 99;
  right: 0px;
  background:#006633;
  text-align: right;
  padding: 15px;
}
.subnavbar a{
  color: #fff;
  cursor: pointer;
}
.subnavbar a:hover{
  color: #000;
  text-decoration:none;
}

.nav-link,
.navbar-brand {
  color: #fff;
  cursor: pointer;
}
.nav-link {
  margin-right: 1em !important;
}
.nav-link:hover {
  color: #000;
}
.navbar-collapse {
  justify-content: flex-end;
}
.header {
  background-image: url('../img/garden.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh !important;
}
.overlay {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.description {
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -55%);
  text-align: center;
}
.description h2 {
  color: #6ab446;
}
.description p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}
.description button {
  border:1px solid #6ab446;
  background:#6ab446;
  border-radius: 0;
  color:#fff;
}
.description button:hover {
  border:1px solid #fff;
  background:#fff;
  color:#000;
}
.features {
  margin: 1em auto;
  padding: 1em;
  position: relative;
}
.feature-title {
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.row{
	margin-bottom: 30px;
}
.feature-head-title {
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.features img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}
.img-fluid{
	object-fit: cover;
	height: 250px !important;
	width: 100%;
}
.page-footer {
  background-color: #222;
  color: #ccc;
  padding: 60px 0 30px;
}
.page-footer a{
  color: #ccc;
}
.page-footer a:hover{
  text-decoration: none;
  color: #000;
}
.footer-copyright {
  color: #666;
  padding: 40px 0;
}
.more{
	position:absolute;
	bottom:0;
	right: 0;
}
.whiteline-height{
	height: 20px;
	overflow: hidden;
  	clear: both;
}
.whiteline{
	height: 0px;
	overflow: hidden;
  	clear: both;
}
.projectPost h3{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.projectPost p{
	max-width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 575.98px) {
  .description {
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 10%;
    transform: none;
    text-align: center;
  }
  
  .subnavbar {
	  top: 60%;
	}
  
  .description h2 {
    font-size: 2em;
  }
  
  .description p {
    font-size: 1.2rem;
  }
  
  .features {
    margin: 0;
  }
}