.hmp div.block-txt a.button {
    font-weight: 500;
    background-color: #f7c1cc;
    border-radius: 1.5rem;
    padding: .75rem 1.5rem;
    margin: 1rem 0 2rem;
    font-size: 1.1rem;
	color: #fff;
	text-decoration: none;
}

.hmp div.block-txt a.button:focus, .hmp div.block-txt a.button:hover {
    background-color: #f9d3db;
}

.hmp div.node.depth-1 {
    padding-bottom: 1.5rem !important;
}