body {
    color: #385943;
	font-size: 14px;
}

hr {
    background-color: #385943;
	height: 1px;
	border: 0;
}

a {
    color: green;
    text-decoration: none;
}
/*a.awith:link {
    text-decoration:underline;
    color: inherit;
}

a.awith:visited {
    text-decoration:underline;
    color: inherit;
}

a.awith:active {
    text-decoration:underline;
    color: inherit;
}
*/
a.awith:hover, a:hover {
    text-decoration:underline;
    color: inherit;
/*     background: rgba(0, 155, 50, 0.05); */
}
small {
	color: #777
}
h1 {
	font-size: 36px;
	margin-bottom: 40px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
	margin-top: 40px;
}
h4 {
	font-size: 18px;
}
h1, h2, h3, h4 {
	color: #A3BB53;
}



.img-rounded.shadow {
	box-shadow: 0 1px 3px #999 !important;
}

.row p {
	text-align: justify;
}

.quater_size {
	float: left;
	max-width: 20%;
	margin: 10px;
}
.new-button {
	color: #fff;
    background-color: #A3BB53; /* #1DA1F2; */
    border: none;
}
