 body 
 {
    font: 20px Philosopher, sans-serif;
    line-height: 1.8;
    
  }
  p
  {
	  font-size: 16px;
  }
  
  .margin {margin-bottom: 45px;}
  .bg-1 { 
    background: url(../images/banner.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
	
  }#about{	background:url(../images/block-bg.jpg); }
  .banner-border
  {
	  margin: 100px 80px 0px 100px;
	  border-left:5px solid white;
	  padding-left:15px;
	 
  }
  .buttons
  {
	margin-left: 100px;
    margin-bottom: 200px;
  }
  .banner-border h3
  {
	  color:white;
	  font-weight:bold;
	  letter-spacing:2px;
	  font-size: 40px;
  }
  
  .banner-block
  {
	  padding: 10px 50px;
	  background:url('../images/bg.png');
	  color:white;
	  margin-top: -100px;
  }
  

  
  .icon
  {
	  vertical-align:middle;
  }
  
  .icon1
  {
	  width:40px;
	  margin-bottom:20px;
  }
  
  .bg-2 { 
    background-color: #004e4d; /* Dark Blue */
    color: #ffffff;
  }
  .bg-3 { 
    background-color: #F2AC3D; /* White */
    color: #555555;
  }
  .bg-4 { 
    background-color: #747474; /* Black Gray */
    color: #fff;
  }
  .container-fluid , .padding{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    
  }
  .navbar-nav  li a:hover {
    color: #004e4d !important;
  }
  .special
  {
	  font-weight:bold;
  }
  
  #lightgallery2 .img-thumbnail
  {
	  margin-bottom:20px;
	  background: #ececec;
  }
.img-thumbnail
{
	padding: 10px;
	
  }
  .img-thumbnail img
  {
	  margin-bottom:20px;
  }
  . bg-3 h3
  {
	  color:#004E4D;
  }
  .pt
  {
	  padding:20px;
  }
  .nbm
  {
	      margin-bottom: 0px;
  }
  footer a 
  {
	  color:white !important;
  }
  .blogo
  {
	  width:160px;
	  height:auto;
  }  
  
  @media (max-width: 768px)   
  {	  .banner-border	  
  {    margin-top: 100px;	  margin-left:unset;	  margin-right:unset;		  	  }	  	  .buttons {     margin-left: unset;            text-align: center;  }  .contactform  {	margin-top: 50px;    margin-bottom: 50px;	padding:15px;	background:#F2AC3D;  }    
  .banner-border h3
  {
	  font-size: 24px;
  }
  }