/* *********************
 Central HuntAndJump stylesheet. Created 1/10/2017


 *********************** */
/******************* BEGIN GLOBAL STYLES ******************** */

body {
    color: blue;
    background-color: #6ebde4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}

html body .ui-header, .ui-footer
{
    border-width: 0px 0px;
    background-color: #6ebde4;
}

.ui-page-theme-a .ui-bar-inherit
{
    border-width: 0px 0px;
    background-color: #6ebde4;
}

/*Tag Line Control*/
 .ui-header .ui-title
{
    overflow: auto;
    font-size: .8em;
    text-align: left;
    margin: 0 0%;
    color: #FFFFFF;
    text-shadow: 0 0px 0 #eee;
    margin-left: 5px;
     padding: 0em 0;
}

/*Site Name Control*/
.ui-header  .ui-title a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 2em;
}

/*Fill In below footer in blue*/
 .ui-page-theme-a {
    background-color: #6ebde4;

}

 /*Content holder */
.ui-content {
    background-color: #e5efd0;
    text-shadow: 0 0px 0 #eee;
}
/******************* BEGIN GLOBAL STYLES ******************** */