body {
      font: 300 15px/1.8 Montserrat, sans-serif;
      color: #777;
  }
  h3, h4 {
      margin: 10px 0 30px 0;
      letter-spacing: 10px;      
      font-size: 20px;
      color: #111;
  }
.project-title{
    font: 300 15px/1.8 Montserrat, sans-serif;
	letter-spacing: 10px;
    color: #777;	
}
  .container {
      padding: 80px 120px; /*top, bottom*/
  }
  .project {
      padding: 80px 120px; /*top, bottom*/
  }
  .xtraspace {
      padding: 220px; /*top, bottom*/
  }
  .xtraxtraspace {
      padding: 220px; /*top, bottom*/
  }
.img-banner {
  max-width: 100%;
  height: auto;
}
.textboxleft {
	text-align: left;
  }
.textboxcenter {
	text-align: center;
  }
  .person {
      border: 10px solid transparent;
      margin-bottom: 10px;
      width: 100%;
      height: 100%;
      opacity: 1;
  }
  .person:hover {
      border-color: #f1f1f1;
  }
  .carousel-inner img {
      -webkit-filter: grayscale(90%);
      filter: grayscale(90%); /* make all photos black and white */ 
      width: 100%; /* Set width to 100% */
      margin: auto;
  }
  .carousel-caption h3 {
      color: #fff !important;
	  margin: 0 0 0 0;
	  padding-bottom: 25;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  @media (max-width: 400px) {
    .carousel-indicators {
      display: none; /* Hide the carousel indicators when the screen is less than 400 pixels wide */
    }
  }
  .bg-1 {
      background: #2d2d30;
      color: #bdbdbd;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: normal;}
  .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
  .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  .thumbnail {
      padding: 0 0 0px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail p {
      margin-top: 10px;
      /*color: #555;*/
  }
  .btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
  }
  .modal-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
  }
  .modal-header, .modal-body {
      padding: 25px 25px;
  }
  .nav-tabs li a {
      color: #777;
  }
  #googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  }  
  .navbar {
      font-family: Montserrat, sans-serif;
	  font-weight: 600;
      margin-bottom: 0;
      background-color: transparent;
      border: 0;
      font-size: 11px !important;
      letter-spacing: 4px;
	  color:#777;
  }
  .navbar li a, .navbar .navbar-brand { 
      color: black!important;
  }
  .navbar-nav li a:hover {
      color:black;
	  text-decoration: underline;
  }
  .navbar-nav li.active a {
      color: black!important;
      background-color: transparent!important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}
  .open .dropdown-toggle {
      color: black;
      background-color: transparent!important;
  }
  .dropdown-menu li a {
      color: transparent!important;
  }
  .dropdown-menu li a:hover {
      background-color: red !important;
  }
  footer {
      background-color: #2d2d30;
      color: #f5f5f5;
      padding: 32px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  }  
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
  }
	  .dh_logo {
		padding-top: 5px;
		padding-bottom: 5px;
	  }