.primaryContainer {
    height: auto;
    margin-left: 0%;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-color: rgb(156, 112, 4);
    /*background-image:url("img/PageBG.jpg");*/
    background-image:url("img/BG35.png");
    background-attachment: fixed;
    -webkit-background-size: auto;
    background-size: cover;
    /*background-position: 0% 0%;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    position: relative;
    background-position: 50% 0%;           
    background-repeat: no-repeat no-repeat;
}

/*p {
    padding-bottom:1em;
}

ul{
    margin-top:-0.5em;
}*/
#HeaderSec {
    height: 120px;
    clear: none;
    width: 100%;
    margin: 0 auto;
    min-width: 0px;
    /*background-image:url("img/header.jpg");*/
    /*background-attachment: fixed;*/
    /*-webkit-background-size: contain;
    background-size: contain;
    background-position: 50% 0%;
    background-repeat: repeat-x;*/
}

#HeaderInnerBox {
    height: 85%;
    margin-left: auto;
    margin-top: 1%;
    clear: none;
    width: 70%;
    margin-right: auto;
}

#txtUniv {
    float: left;
    font-size: 1.9em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: 1.2em;
    margin-left: 20%;
    margin-top: 0.8%;
    clear: none;
    position: static;
    display: block;
    font-family: 'lucida sans unicode';
}

#txtHeaderTitle {
    float: left;
    font-size: 2.4em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 900;
    line-height: 1em;
    margin-left: 25%;
    margin-top: 0.3%;
    clear: both;
    min-height: 0px;
    font-family: 'lucida sans unicode';
}

#txtDate {
    float: right;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: bold;
    line-height: 1.2em;
    margin: 10px 0px 6px 0px;
    clear: both;
    min-height: 0px;
    position: static;
    display: block;
    font-family: 'lucida sans unicode';
}

#blackBarCap {
    float: left;
    height: 48px;
    margin-left: 0%;
    margin-top: -23px;
    clear: none;
    width: 100%;
    margin-right: 0%;
    overflow: visible;
}

#blackBarLeft {
    float: left;
    height: 100%;
    margin-left: 1%;
    margin-top: 0px;
    clear: none;
    width: 44.128563%;
    background-image:url("img/BalckBar.png");
    background-attachment: inherit;
    -webkit-background-size: auto;
    background-size: auto;
    margin-right: 2%;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9;
    background-position: 0% 0%;
    background-repeat: repeat no-repeat;
}

#cap {
    float: left;
    height: 100%;
    margin-left: -1.962094%;
    margin-top: 0px;
    clear: none;
    width: 93px;
    min-width:20%;
    background-image:url("img/cap.png");
    background-attachment: inherit;
    -webkit-background-size: auto;
    /*background-size: auto;*/
    min-width: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

#blackBarRight {
    float: left;
    height: 100%;
    margin: 0px 0px 0px 0%;
    clear: none;
    width: 45.17785%;
    background-image:url("img/BalckBar.png");
    background-attachment: inherit;
    -webkit-background-size: auto;
    background-size: auto;
    min-width: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9;
    background-position: 0% 0%;
    background-repeat: repeat no-repeat;
}

#content {
    height: auto;
    margin: 2.5% auto 3%;
    clear: none;
    width: 100%;
}

#ContentBox {
    height: auto;
    margin: 2% auto 1.5%;
    clear: none;
    /*width: 70%;*/
    max-width:68%;
    background-color: rgb(242, 212, 136);
    border: 2px solid rgb(66, 54, 25);
    -webkit-box-shadow: rgb(122, 101, 50) -7px 6px 3px 0px;
    box-shadow: rgb(122, 101, 50) -7px 6px 3px 0px;
    opacity: 1;
    padding:2.5em;
    font-family: 'Trajan Pro 3';
    font-size: 1.2em;
}

.txtLocation{
    text-align:center;
    padding-bottom:0em;
}

.txtBrianLamb{
    text-align:center;
    padding-bottom:1em;
}

.txtBrianLamb span{
    font-style:italic;
    font-family: 'lucida sans unicode';
    font-size:smaller;
}

.udline{
    text-decoration:underline;
}

#txtSpeech {
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0px auto;
    clear: both;
    position: relative;
}



body {
    background-image:url("img/content.jpg");
    background-attachment: fixed;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
}

@media only screen and (max-width: 1023px) {
    #txtHeaderTitle {
        font-size: 2.3em;
    }
    
    #blackBarCap {
    /*margin-top: -26px;*/
    margin-top: -2.5%;
    }

    #blackBarRight {
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
        width: 44.322013%;
    }

    #cap {
        width: 9.101036%;
    }

    #content {
        margin: 3% auto 3%;
    }
}

@media all and (min-width: 990px) and (max-width: 1010px) {
    #blackBarCap {
    margin-top: -3%;
    }

    #txtDate {
        top:5px;
    }
}

@media all and (min-width: 920px) and (max-width: 989px) {
    
    #txtUniv {
        margin-top: 1.2%;
        margin-left: 11%;
        clear: none;
        font-size: 1.7em;
    }

    #txtHeaderTitle {
        margin-top: 0.5%;
        margin-left: 17%;
        clear: both;
        font-size: 2.2em;
    }
    #txtDate {
        height: auto;
        margin-top: 0px;
        margin-left: 85%;
        clear: both;
        width: 25%;
        font-size: 0.9em;
    }
    #blackBarCap {
        position: relative;
        top:-10px;
        /*margin-top: -3.2%;*/
        margin-left: 0%;
        clear: none;
    }
}

@media all and (min-width: 850px) and (max-width: 919px) {
    #txtUniv {
        margin-top: 0.8%;
        margin-left: 11%;
        clear: none;
        font-size: 1.7em;
    }

    #txtHeaderTitle {
        margin-top: 0.1%;
        margin-left: 17%;
        clear: both;
        font-size: 2.1em;
    }

    #txtDate {
        height: auto;
        margin-top: 0px;
        margin-left: 80%;
        clear: both;
        width: 25%;
        font-size: 0.9em;
    }

    #blackBarCap {
        margin-top: -5%;
        margin-left: 0%;
        clear: none;
    }

    #blackBarRight {
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
    }

    #cap {
        width: 10.5%;
    }

    #ContentBox {
        padding:2em;
    }
}

@media all and (min-width: 601px) and (max-width: 849px) {
     #txtUniv {
        margin-top: 0.8%;
        margin-left: 11%;
        clear: none;
        font-size: 1.3em;
    }

    #txtHeaderTitle {
        margin-top: 0.1%;
        margin-left: 17%;
        clear: both;
        font-size: 1.8em;
    }

    #txtDate {
        height: auto;
        margin-top: 0px;
        margin-left: 80%;
        clear: both;
        width: 25%;
        font-size: 0.8em;
    }

    #blackBarRight {
        margin-top: 0px;
        margin-left: 0%;
        width:43%;
        clear: none;
    }

    #cap {
        background-size:95% 75%;
    }

    #ContentBox {
        margin-top: 0;
        padding:2em;
    }
}

@media all and (min-width: 760px) and (max-width: 849px) {
    #blackBarCap {
        margin-top: -7.2%;
        margin-left: 0%;
        clear: none;
    }
}


/* ***************iPHONE 6 PLUS ************* */
@media screen and (max-width: 670px) {

    #blackBarCap {
        margin-top: -8%; 
    }
    #txtHeaderTitle {
        font-size: 1.5em;
        margin-top: 0.4%;
        margin-left: 20%;
    }

    #txtUniv {
        font-size: 1.3em;
        margin-top: 1%;
        margin-left: 10%;
    }
    #txtDate {
        margin-top: 2px;
        margin-left: 68%;
        width: 31%;
        font-size: 0.8em;
    }
    #ContentBox {
        margin-top: -2%;
        padding:1.5em;
        max-width: 78%;
    }

}

@media all and (min-width: 601px) and (max-width: 669px) {

    #txtHeaderTitle {
        font-size: 1.5em;
        margin-top: 0.4%;
        margin-left: 20%;
    }

    #txtUniv {
        font-size: 1.1em;
        margin-top: 1%;
        margin-left: 10%;
    }
    #txtDate {
        margin-top: 0px;
        margin-left: 68%;
        width: 31%;
        font-size: 0.8em;
    }
    #ContentBox {
        margin-top: -4%;
        padding:1.5em;
    }
}

@media all and (min-width: 540px) and (max-width: 601px) {
    #blackBarCap {
        margin-top: -11.5%;
    }
}

@media all and (min-width: 481px) and (max-width: 600px) {

    #txtHeaderTitle {
        font-size: 1.2em;
        margin-top: 0.4%;
        margin-left: 20%;
    }

    #txtUniv {
        font-size: 1em;
        margin-top: 1%;
        margin-left: 10%;
    }
    #txtDate {
        margin-top: 0px;
        margin-left: 68%;
        width: 31%;
        font-size: 0.65em;
    }
    #cap {
        background-image:url("img/cap.png");
        background-attachment: inherit;
        -webkit-background-size: 80% 50%;
        background-size: 80% 50%;
        margin-top: 0px;
        margin-left: -1.99885%;
        clear: none;
        width: 11.167433%;
        background-position: 0% 25%;
        background-repeat: no-repeat no-repeat;
    }

    #blackBarLeft {
        background-image:url("img/BalckBar.png");
        background-attachment: inherit;
        -webkit-background-size: 50% 80%;
        background-size: 50% 80%;
        margin-top: 0px;
        margin-left: 0.36841555%;
        clear: none;
        background-position: 0% 0%;
        background-repeat: repeat no-repeat;
    }

    #blackBarRight {
        -webkit-background-size: 50% 80%;
        background-size: 50% 80%;
    }
    #ContentBox {
        margin-top: -6%;
        padding:1.5em;
        font-size: 1.1em;
        max-width:80%;
    }

}


@media all and (min-width: 481px) and (max-width: 539px) {
    #blackBarCap {
        margin-top: -14.5%;
    }
}

/*@media only screen and (max-width: 600px) {
    #txtHeaderTitle {
        font-size: 1.5em;
        margin-top: 0.46696777%;
        margin-left: 10.613948%;
        clear: both;
    }

    #txtUniv {
        font-size: 1.1em;
        margin-top: 1.025798%;
        margin-left: 10.613948%;
        clear: none;
    }

    #txtDate {
        height: auto;
        margin-top: 0px;
        margin-left: 68.671056%;
        clear: both;
        width: 31.325117%;
        font-size: 0.8em;
    }

    #blackBarCap {
        margin-top: -70px;
        margin-left: 0%;
        clear: none;
        height: 48px;
    }

    #cap {
        background-image:url("img/cap.png");
        background-attachment: inherit;
        -webkit-background-size: 80% 50%;
        background-size: 80% 50%;
        margin-top: 0px;
        margin-left: -1.99885%;
        clear: none;
        width: 11.167433%;
        background-position: 0% 25%;
        background-repeat: no-repeat no-repeat;
    }

    #blackBarLeft {
        background-image:url("img/BalckBar.png");
        background-attachment: inherit;
        -webkit-background-size: 50% 80%;
        background-size: 50% 80%;
        margin-top: 0px;
        margin-left: 0.36841555%;
        clear: none;
        background-position: 0% 0%;
        background-repeat: repeat no-repeat;
    }

    #blackBarRight {
        background-image:url("img/BalckBar.png");
        background-attachment: inherit;
        -webkit-background-size: 50% 80%;
        background-size: 50% 80%;
        margin-top: 0px;
        margin-left: -1.674854%;
        clear: none;
        width: 45.991848%;
        background-position: 0% 0%;
        background-repeat: repeat no-repeat;
    }

    #ContentBox {
        margin: -5.3% auto 1.5%;
        padding: 1.5em 2em;
    }

    #txtSpeech {
        font-size: 0.9em;
    }
}*/

@media only screen and (max-width: 480px) {
    #HeaderInnerBox {
        margin-top: 0.9%;
        margin-left: auto;
        clear: none;
        width: 84%;
        margin-right: auto;
    }

    #txtUniv {
        font-size: 1.2em;
        margin-top: 0.2%;
        margin-left: 14%;
        clear: none;
    }

    #txtHeaderTitle {
        font-size: 1.2em;
        margin-top: 0.4%;
        margin-left: 20%;
        clear: both;
    }

    #txtDate {
        margin-top: 1.5%;
        font-size: 0.6em;
    }

    #txtSpeech {
        line-height: 1em;
    }

    #ContentBox {
        margin-top: -7%;
        clear: none;
        padding: 0.9em 1.5em;
        max-width:90%;
        font-size: 1em;
    }

    #blackBarCap {
        margin-top: -15%;
    }

    #content {
        /*margin-top: 0px;*/
        clear: none;
    }

    #HeaderSec {
        height: 106.58px;
    }

    #cap {
        background-image:url("img/cap.png");
        background-attachment: inherit;
        -webkit-background-size: 80% 50%;
        background-size: 80% 50%;
        margin-top: 0px;
        margin-left: -1.99885%;
        clear: none;
        width: 11.167433%;
        background-position: 0% 25%;
        background-repeat: no-repeat no-repeat;
    }

    #blackBarLeft {
        background-image:url("img/BalckBar.png");
        background-attachment: inherit;
        -webkit-background-size: 50% 80%;
        background-size: 50% 80%;
        margin-top: 0px;
        margin-left: 0.36841555%;
        clear: none;
        background-position: 0% 0%;
        background-repeat: repeat no-repeat;
    }

    #blackBarRight {
        background-image:url("img/BalckBar.png");
        background-attachment: inherit;
        -webkit-background-size: 50% 80%;
        background-size: 50% 80%;
        margin-top: 0px;
        margin-left: -1.674854%;
        clear: none;
        width: 45.991848%;
        background-position: 0% 0%;
        background-repeat: repeat no-repeat;
    }
}

@media only screen and (max-width: 360px) {
    #txtUniv {
        font-size: 0.8em;
        margin-top: -0.1%;
        margin-left: 11%;
        clear: none;
    }

    #txtHeaderTitle {
        margin-top: 0.45965588%;
        margin-left: 19.069507%;
        clear: both;
        font-size: 0.8em;
    }

    #txtDate {
        margin-top: -6px;
        margin-left: 81.582707%;
        clear: both;
        height: auto;
        width: 30%;
        font-size: 0.6em;
    }

    #blackBarCap {
        margin-top: -24%;
        margin-left: 0%;
    }

    #blackBarLeft {
        height: 60%;
    }

    #cap {
        height: 60%;
    }

    #blackBarRight {
        height: 60%;
    }

    #content {
        margin-top: -23.68%;
        clear: none;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    #ContentBox {
        padding: 1em;
        display: block;
        margin-top: 5%;
        clear: none;
        -webkit-box-shadow: rgb(122, 101, 50) -3px 2px 1px 0px;
        box-shadow: rgb(122, 101, 50) -3px 2px 1px 0px;
        font-size:0.9em;
    }

    #HeaderSec{
        /*background-size: 82% 33%;*/
    }
}

@media only screen and (max-width: 320px) {
    #txtUniv {
        font-size: 0.8em;
        margin-top: -0.1%;
        margin-left: 11%;
        clear: none;
    }

    #txtHeaderTitle {
        margin-top: 0.45965588%;
        margin-left: 19.069507%;
        clear: both;
        font-size: 0.8em;
    }

    #txtDate {
        margin-top: -6px;
        margin-left: 81.582707%;
        clear: both;
        height: auto;
        width: 30%;
        font-size: 0.6em;
    }

    #blackBarCap {
        margin-top: -26.96%;
        margin-left: 0%;
    }

    #blackBarLeft {
        height: 60%;
    }

    #cap {
        height: 60%;
    }

    #blackBarRight {
        height: 60%;
    }

    #content {
        margin-top: -23.68%;
        clear: none;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    #ContentBox {
        padding: 1em;
        display: block;
        margin-top: 5%;
        clear: none;
        -webkit-box-shadow: rgb(122, 101, 50) -3px 2px 1px 0px;
        box-shadow: rgb(122, 101, 50) -3px 2px 1px 0px;
        font-size:0.9em;
    }

    #HeaderSec{
        /*background-size: 82% 33%*/;
    }
}

