h1, h2, h3, h4 {
	font-family: "freight-sans-pro";
}

header h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}


.container-fluid.banner {
    background: url(/app/webroot/images/header_banner.jpg) no-repeat;
    min-height: 200px;
    background-size: cover;
    display: flex;
    align-items: center;
}

svg#logo {
    width: 50%;
    max-width: 200px;
}


div#flashMessage {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.buttons .btn {
    margin: 0px 10px;
}

.container.product {
    border: 1px solid #999;
    border-radius: 5px;
    background: #f5f5f5;
    margin: 2vh 0;
}

.row.product_label {
    background: #e2e2e2;
}

.label {
    font-weight: bold;
}