main {
    background-color: #ecb42b;
}

.mill-st-blurb {
    margin-top:50px;
}
.mill-st-blurb .page-area {
}

.mill-st-products {
    margin-top:20px;
}

.mill-st-products h1 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: black;
    text-shadow:1px 1px 2px #ccc;
    text-transform:uppercase;
    margin-bottom:0px;
}

.mill-st-products h2 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-shadow:1px 1px 1px #ccc;
    margin-top:0px;
}

.mill-st-bg{
    margin:0px;
    padding:0px;
    background: url('../../../images/mill-street/Portfolio Page/TBG Portfolio Page_Desktop.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: left top;
}

.mill-st-bg .page-area, .mill-st-products .item {
    background: rgba(255,255,255,0.85) !important;
}


/* Tablet Landscape */
@media (max-width: 1199px){
    .mill-st-blurb {
        margin-top:50px;
        padding-left:320px;
    }
    .mill-st-blurb .page-area {
    }
    .mill-st-products {
        margin-top:200px;
    }
    .mill-st-bg{
        background: url('../../../images/mill-street/Portfolio Page/TBG Portfolio Page_Tablet.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        background-position: left top;
        background-position: 0 -250px;
    }
}

/* Tablet Portrait */
@media (max-width: 991px){
    .mill-st-blurb {
        margin-top:50px;
        padding-left:240px;
    }
    .mill-st-blurb .page-area {
    }
    .mill-st-products {
        margin-top:100px;
    }
    .mill-st-bg{
        background: url('../../../images/mill-street/Portfolio Page/TBG Portfolio Page_Tablet.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        background-position: left top;
        background-position: 0 -150px;
    }
}

/* Smaller than Tablet */
@media (max-width: 767px){
    .mill-st-blurb {
        margin-top:300px;
        padding-left:20px;
    }
    .mill-st-products {
        margin-top:20px;
    }
    .mill-st-bg{
        background: url('../../../images/mill-street/Portfolio Page/TBG Portfolio Page_Tablet_Mobile.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        background-position: left top;
        background-position: 0 80px;
    }
}
