#Dig-menu.navbar-default .navbar-brand {
    color: rgba(9, 127, 6, 1);
}
#Dig-menu.navbar-default {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 1);
    border-bottom-width: 1px;
	height:auto!important;
}
#Dig-menu.navbar-default .navbar-nav>li>a {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 1);
}
#Dig-menu.navbar-default .navbar-nav>li>a:hover,
#Dig-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    background: -webkit-linear-gradient(top, rgba(9, 127, 6, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(9, 127, 6, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
#Dig-menu.navbar-default .navbar-nav>.active>a,
#Dig-menu.navbar-default .navbar-nav>.active>a:hover,
#Dig-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(9, 127, 6, 1);
}
#Dig-menu.navbar-default .navbar-toggle {
    border-color: #097f06;
}
#Dig-menu.navbar-default .navbar-toggle:hover,
#Dig-menu.navbar-default .navbar-toggle:focus {
    background-color: #097f06;
}
#Dig-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #097f06;
}
#Dig-menu.navbar-default .navbar-toggle:hover .icon-bar,
#Dig-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.main-content-top{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.main-content-bottom{
	margin-top:0px;
	padding-top: 0px;
	padding-bottom:0px;
}
.main-content-bottom .jumbotron h1{
    margin-top:10px;
}
.main-content-top .jumbotron p, .main-content-bottom .jumbotron p {
	text-align:left;
}
.main-content-top .jumbotron ul, .main-content-bottom .jumbotron ul {
	text-align:left;
}
.main-content{
	padding-top: 5px;
	padding-bottom:0px;
}
.main-heading{
		padding-top:calc(6rem + 1px);
	background-color: rgba(9, 127, 6, 1);
}
.jumbotron{
	text-align:center;
	background-color:transparent;
	padding-bottom:0px;
	padding-top:5px;
	margin-bottom:2px !important;
}
.jumbotron ul>li{
    margin-bottom:0px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron ul{
list-style-image: url('../img/leaf.png');
}

.jumbotron h1{
	color: rgba(9, 127, 6, 1);
  padding-bottom: 5px;
  position: relative;
}
.jumbotron h1::after{
    content: "";
    position: absolute;
    width: 15%;
    bottom: 0;
	left:42%;
    border-bottom: 3px solid rgba(9, 127, 6, 1);
}
.main-heading .jumbotron{
	padding-top:5px;
	margin-bottom:0px !important;
}
.main-heading .jumbotron h1{
	color:#fff;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.main-heading .jumbotron h1::after{
	border-bottom: 3px solid white;
}
.main-body {
  background: rgba(9, 127, 6, 1);
  padding:20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block {
font-family: "Roboto";
  letter-spacing: 1px;
  margin: 20px;
  border-radius: 4px;
  width: 280px;
  min-height: 430px;
  background: #fff;
  padding: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0 2px 55px rgba(0,0,0,0.1);
}
.top {
  border-bottom: 1px solid #e5e5e5;
 }
.top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top a {
  color: #9e9e9e;
}
.top a:hover {
  color: #c7ccdb;
}
.converse {
  padding: 2px 6px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 20px;
}
.middle {
  margin-bottom: 40px;
}
.middle img {
  width: 100%;
}
.bottom {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.heading {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.info {
  font-size: 14px;
  color: #5b605c;
  margin-bottom: 10px;
}
.style {
  font-size: 16px;
  margin-bottom: 20px;
}

.footer
{
	background-color:rgba(9, 127, 6, 1);
	text-align:center;
	color:#fff;
	font-size:20px;
	padding-top:20px;
}
.footer a{
	color:black;
}
.footer a:hover{
	color:white;
} 
@media only screen and (max-width: 720px) {

.navbar-brand img{
	width:180px;
	height:40px;
}
.jumbotron h1::after{
    content: "";
    position: absolute;
    width: 30%;
    bottom: 0;
	left:32%;
    border-bottom: 3px solid rgba(9, 127, 6, 1);
}

.jumbotron p{
   font-size:15px;	
}
.jumbotron ul>li{
   font-size:15px;	
}
}