

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 10px; /*--*/
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

hr {
    margin-top: 10px;  /*--*/
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

h3 {
    margin-top: 5px;
}

body {
    font-family: 'Advent Pro',sans-serif;
}

footer {
    background-color: #e7e7e7;
    margin-top: 20px;
}

.submenu {
	/* background-color: #e7e7e7; */
	padding: 0.2em 0.4em;
	background-image: linear-gradient(180deg, #f5f5f5, #e7e7e7);
    border: 0.06em solid #b7b7b7;
    border-bottom: 0.1em solid #999;
    border-right: 0.13em solid #999;
}