.hero-content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    box-pack: center;
    height:auto;
    padding:5px;
    text-shadow: 0 0 5px rgba(0,0,0,0.9);
    background-color:rgba(118, 134, 86,0.8);
}

.hr {
	border-top: 1px dashed #8c8b8b;
}

