@charset "utf-8";
/* Body
----------------------------------------------------- */
* {
    margin:0;
    padding:0;
}

.clear {clear:both;}

body {
    font-family:Verdana, Geneva, sans-serif;
    font-size: 16px;
    background:#FFF;
    color: #666;
    height:100%;
}

/***** HEADER *****/
#headerDiv {
    position:fixed;
    top:0;
    left:0;
    min-width:100%;
    height:100px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.logo {
    color: #FFF;
    float:right;
    margin:35px auto;
    width:100%;
    text-align: center;
    font-size: 1.5em;
}

.menuIcon {
    float:left;
    padding:0px 0 0 20px;
    margin-top:-70px;
}
.menuIcon img {
    height:40px;
    width:auto;
}
.signUp {
    float:right;
    color:#FFF;
    padding:0px 10px 0 0;
    margin-top:-25px;
}
.signUp a {
    color: #FFF;
    text-decoration: none;
}

.signUp a:hover {
    text-decoration: underline;
}


/***** HOME *****/
#homeTitle {
    padding:125px 10px 0 10px;
    color:#333333;
}
#homeIconTitles {
    margin: auto;
    padding-top: 50px;
    font-size: 1.5em;
    font-weight: bold;
}
#homeIcons {
    margin: auto;
    padding-top: 10px;
}

#homeIcons img {
    width:125px;
    height: auto;
}
#homeIcons img:hover {
    cursor: pointer;
    opacity: 0.4;
}
#myListsSpan {
    margin:0 0 0 -15px;
}
#addListSpan {
    padding-left:80px;
}
#addListImgSpan {
    padding-left:80px;
}



/***** PAGES *****/
#wrapper {
    position:relative;
    min-width:100%;
    background:#FFF;
}

#contentHome {
    /*   position:absolute;
       width:100%;
       min-height:150vh;
       right:0;
       background-image: url("/images/groceries_bkgrd_lg2.jpg");
       background-color: rgba(255, 255, 255, 0.6);
       background-blend-mode: lighten;
       background-position: 50% 25%;
   */
    position:relative;
    /*margin-top: -100px;*/
    width:100%;
    /*min-height:125vh;*/
    min-height: 450px;
    right:0;
    padding-bottom: 200px;
    background-image: url("/images/groceries_bkgrd_lg2.jpg");
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    background-position: 50% 25%;
}
#content {
 /*   position:absolute;
    width:100%;
    min-height:150vh;
    right:0;
    background-image: url("/images/groceries_bkgrd_lg2.jpg");
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    background-position: 50% 25%;
*/
    position:relative;
    margin-top: -100px;
    width:100%;
    /*min-height:125vh;*/
    min-height: 450px;
    right:0;
    padding-bottom: 200px;
    background-image: url("/images/groceries_bkgrd_lg2.jpg");
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    background-position: 50% 25%;
}
#pageTitle {
    margin:200px 0 0 0;
    padding:50px 5px;
    color: #333333;
}
.submitButton {
    padding:10px 10px;
    width:100px;
    height: 25px;
    color:#333;
    background:rgba(0,146,0,0.53);
    font-weight: bold;
    border:thin solid #333;
    cursor:pointer;
}
.successMsg {
    display:none;
    text-align:center;
    margin:10px auto;
    width: 80%;
    height: auto;
    padding:5px 5px;
    color:#009e00;
    font-weight: bold;
    font-size:1.5em;
}
.hideDiv {
    display:none;
}

/***** SIGN UP *****/
#signUpContainer {
    width: 100%;
}
#signUpInputsDiv {
    margin-top:25px;
    display: inline-block;
    text-align: right;
}
.signUpInput {
    padding: 10px 10px;
    color: #333;
    font-weight: bold;
}
.signUpTextBox {
    height: 40px;
    width: 250px;
    color:#666;
    background:rgba(255,184,15,0.55);
    font-size: 2em;
}
#signUpEnterBtnDiv {
    padding-top: 25px;
}
#errorDiv1 {
    display:none;
    text-align:center;
    margin:auto;
    width: 80%;
    height: auto;
    padding:5px 5px;
    background-color:#F00;
    color:#FFF;
}
#errorDiv2 {
    display:none;
    text-align:center;
    margin:auto;
    width: 80%;
    height: auto;
    padding:5px 5px;
    background-color:#F00;
    color:#FFF;
}
#successDiv1 {
    display:none;
    text-align:center;
    margin:10px auto;
    width: 80%;
    height: auto;
    padding:5px 5px;
    color:#009e00;
    font-weight: bold;
    font-size:1.5em;
}
#btnIconsDiv {
    display:none;
}

/***** NEW LIST *****/
#newListsContainer {
    width: 100%;
}
.newListsInput {
    padding: 5px 5px;
    color: #333;
    margin-top:25px;
    width:60%;
    margin: auto;
    text-align:left;
}
.newListsTextBox {
    height: 30px;
    width: 250px;
    color:#666;
    background:rgba(255,184,15,0.55);
    font-size: 1.5em;
}
.newListsCheckBox {
    height: 25px;
    width: 25px;
    color:#666;
}
.newListsDivs {
    padding-top: 15px;
    font-weight: bold;
}

/***** SIDE NAV *****/
#yourAccountMob {
    display:none;
}


/***** FOOTER *****/
#footerDiv {
    display: none;
}

#footerMobDiv {
    display: block;
    position:absolute;
    bottom: 0;
    width: 100%;
    height:100px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9997;
}

.footerMenu {
    font: .8em;
    padding:35px 0 0 0;
}

.footerMenu a {
    color: #FFF;
    text-decoration: none;
}

.footerMenu a:hover {
    text-decoration: underline;
}

