/* Enter Your Custom CSS Here */
h2,h3 {
  color:#7c1226;
}

.entry-header-wrap:before {
   background: rgba(147,104,113, 0.5);
}

input[type=text], input[type=email], input[type=tel], textarea {
    width: 80%;
}

.main-small-navigation li:hover > a, .main-small-navigation li.current_page_item a, .main-small-navigation li.current-menu-item a, .main-small-navigation ul ul a:hover {
    background-color: #a19899;
  color: white!important;
}

.main-small-navigation .menu {
    background-color: lightgrey;
}
.main-small-navigation .menu li a {
    border-bottom: 1px solid #7c1226;
    border-top: 1px solid #7c1226;
}

.featuretext:hover {
    background-color: #7c1226;
}

.featuretext a {
    text-transform: uppercase;
    text-decoration: underline;
}

.featuretext a:hover {
	color: #a19899!important;
}

.featuretext p {
    min-height: 140px;
}