/* ---------------------------
SCREEN STYLE CSS - RWD
--------------------------- */

/*START: GENERAL STYLES*/
img {
    vertical-align: bottom;
}
.contentBg {
    background: rgb(248,240,227,1);
}
.contentSpacing  {
    padding-top: 100px;
    padding-bottom: 100px;
}
.titleBox1 h1 {
    text-shadow: 0 0 3px #000;
    color: #F8F0E3;
}
.titleBox1 h3 {
    text-shadow: 0 0 3px #000;
}



/*START: IPHONE LAYOUT STYLES*/
@media (max-width: 480px) {
    .titleBox1 {
        color: #fff;
        background: #F07830;
        margin-top: -6px;
   
    }
    .blackBg img {
        display: none;
    }
}



/*START: NARROW LAYOUT STYLES*/
@media (min-width: 481px) and (max-width: 766px) {
/*
    #content {
        margin-top: 27px;
    }
*/
    .titleBox1 {
        color: #fff;
        background: #F07830;
    }
    .blackBg img {
        display: none;
    }
}



/*START: MEDIUM LAYOUT STYLES*/
@media (min-width: 767px) and (max-width: 979px) {
/*
    #content {
        margin-top: 15px;
    }
*/
    #secondaryTwo {
        width: 60%;
        margin-top: -330px;
        color: #fff;
        text-shadow: 2px 2px 8px #000;
    }
    #secondaryThree {
        margin-top: 14px;
    }
    #secondaryFour {
        width: 60%;
        margin-top: -365px;
        color: #fff;
        text-shadow: 2px 2px 8px #000;
        float: right;
        position: relative;
    }
    #secondarySix {
        width: 60%;
        margin-top: -365px;
        color: #fff;
        text-shadow: 2px 2px 8px #000;
    }
    .titleBox1 {
        margin-top: -163px;
        color: #fff;
    }
    .titleBox2 {
        padding-bottom: 97px;
    }
}



/*START: WIDE LAYOUT STYLES*/
@media (min-width: 980px) {
/*
    #content {
        margin-top: 35px;
    }
*/
    #secondaryTwo {
        width: 60%;
        margin-top: -330px;
        color: #fff;
        text-shadow: 2px 2px 8px #000;
    }
     #secondaryThree {
        margin-top: 60px;
    }
    #secondaryFour {
        width: 60%;
        margin-top: -450px;
        color: #fff;
        text-shadow: 2px 2px 8px #000;
        float: right;
        position: relative;
    }
    #secondarySix {
        width: 60%;
        margin-top: -365px;
        color: #fff;
        text-shadow: 2px 2px 8px #000;
    }
    .titleBox1 {
        margin-top: -170px;
        color: #fff;
    }
    .titleBox2 {
        padding-bottom: 135px;
    }
}














