html,
body{
  font-family: "Open Sans", "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: lighter;
}

#content{
	margin-top: 60px;
}
.navbar-inner {
    background-color: #F5F5F5;
    background-image: none;
    border: 1px solid #E3E3E3;
    box-shadow: none;
}
.image{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.margin-bottom20{
	margin-bottom: 20px;
}
#footer{
	background-color: #F5F5F5;
	margin-top: 20px;
  border-color: #E7E7E7;
  border-width: 1px 0px;
  border-style: solid;
  overflow-x: hidden;
}
.container-footer{
	width: auto;
	max-width: 680px;
	padding: 20px;
	text-align: center;
}
.fb-like{
	margin-right: 40px;
	margin-left: 40px;
}
.twitter-follow-button{
	margin-right: 20px;
}
.margin-top10{
	margin-top: 10px;
}
body > .navbar .brand {
    float: left;
    margin-left: 0px;
    padding: 6px 12px 6px 0px;
}
.row p{
    text-align: justify;
}

.row table p {
	text-align: center;
}

.row-main{
  margin-right: 0;
  margin-left: 0;
}

th {
	background-color:#FFE4C4;
}

img{
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

a{
    color:#009345;
}
a:hover{
    color:#009345;
}
h2{
  line-height: 40px;
}
h3{
  line-height: 30px;
}
h4{
  line-height: 25px;
}
h1, h2, h3, h4{
  font-family: "Merriweather";
  color: rgb(34,34,34);
}

h3 a, h2 a, h4 a{
    color: rgb(34,34,34);
}
h3 a:hover, h2 a:hover, h4 a:hover{
    color:#009345;
    text-decoration: none;
}
#foot a{
    color:#999;
}
#foot a:hover{
    color:#009345;
}

hr.post{
  border-top: 1px solid #2D2D2D;
  margin-top: 10px;
  margin-bottom: 10px;
}


@media only screen and (max-width: 730px) {
  .image-index{
    padding-right: 30px;
  }
}



/**** Responsive videos ***/
.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 10px;}
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
