@charset "utf-8";
/* CSS Document */
 @media only screen and (max-width: 992px) {
  .navbar{
    background-color: #009000 !important;
  }
.text-left{
  	text-align:center !important;
	padding-bottom: 10px;
  
  }
  .text-right{
  	text-align:center !important;
  
  }
}
.top-nav{
	background:#009000;
	color:#fff;
	padding:5px;
  }
.text-left{
  	text-align:left;
  
  }
  .text-right{
  	text-align:right;
  
  }
  .top-nav a{
  color:#fff;
  }