@charset "UTF-8";
/* CSS Document */

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: .75rem;
    line-height: inherit;
    white-space: nowrap;
}

.featurette-divider {
    margin: 2rem;
	margin-top: -1rem;
}

.text-muted {
    color: #faf9f5 !important;
    margin-top: 2rem;
	margin-bottom: 0.5rem;
    font-family: 'Open Sans Condensed', sans-serif;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 7px;
    background-color: rgba(0 ,0,0,0.7);
}

.productprice {
	margin-top: 1rem;
    font-size: 2rem;
    font-weight: bold;
}

.product_desc {
	margin-top: 1rem;
    font-size: 2rem;
    font-weight: bold;
}