.page-background-headers {
    padding-top: 100px;
    padding-bottom: 50px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 3em;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 3px 3px #000;
}

/* for product pages */
.product-display-card {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 0px;
}

.product-display-card-title {
    color: #108dff;
    font-size: 2em;
    margin-bottom: 5px;
    text-align: center;
}

.product-display-card-subtitle {
    color: #999;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.product-specs {
    font-size: 1.5em;
    color: #00cc66;
    margin-bottom: 4px;
}

.product-colour-title {
    color: #108dff;
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-store-info {
    font-size: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-category {
    color: #FA8128;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.brochure {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.8em;
    font-weight: bold;
}

.brochure a {
    color: #FF8C00;
}

/*********************
*
*     ARTICLE
*
**********************/
.article {
    border-radius: 5px;
    padding: 0 !important;
}

.article-thumbnail {
    width: 100%;
    min-height: 20%;
    min-height: 20%;
}

.article-thumbnail img {
    width: 100%;
}

.article-thumbnail-body {
    padding: 10px;
    min-height: 20%;
    min-height: 20%;
}

.article-thumbnail-title {
    font-size: 1.1em;
    color: #666;
}

.article-thumbnail-snippet {
    font-size: 0.8em;
    color: #999;
}

.article-title {
    font-size: 1.7em;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    color: #108dff;
}

.article-subtitle {
    text-align: left !important;
    color: #108dff;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.article-paragraph {
    text-align: left !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-attention {
    color: #108dff;
}

#get-quote-carpet {
    padding-top: 50px; padding-bottom: 50px; background-image: url('../images/quote/carpet.png'); background-repeat: no-repeat; background-size: 100% 100%;
}

#get-quote-timber {
    padding-top: 50px; padding-bottom: 50px; background-image: url('../images/home/kronoswiss.jpg'); background-repeat: no-repeat; background-size: 100% 100%;
}

#get-quote-hybrid {
    padding-top: 50px; padding-bottom: 50px; background-image: url('../images/home/kronoswiss.jpg'); background-repeat: no-repeat; background-size: 100% 100%;
}