@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:150px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5000;
}

.logo {
    float:right;
    color: #FFF;
/*    padding:40px 28% 0 0px;*/

    font-size: 2.5em;
    margin:40px auto;
    width:100%;
    text-align: center;
}

.menuIcon {
    float:left;
    margin-top:-90px;
    padding:0 0 0 50px;
}
.menuIcon img {
    height:80px;
    width:auto;
}
.signUp {
    float:right;
    color:#FFF;
    padding:0px 10% 0 0;
    margin-top:-5px;
}
.signUp a {
    color: #FFF;
    text-decoration: none;
}

.signUp a:hover {
    text-decoration: underline;
}

/***** HOME *****/
#homeTitle {
    margin:200px 0 0 0;
    padding:5px 5px;
    color: #333333;
}
#homeIconTitles {
    margin: auto;
    padding-top: 100px;
    font-size: 2em;
    font-weight: bold;
}
#homeIcons {
    margin: auto;
    padding-top: 50px;
}
#homeIcons img:hover {
    cursor: pointer;
    opacity: 0.4;
}
#myListsSpan {
    margin:0 0 0 -25px;
}
#addListSpan {
    padding-left:250px;
}
#addListImgSpan {
    padding-left:150px;
}

/***** PAGES *****/
#wrapper {
    position:absolute;
    min-width:100%;
    background:#FFF;
}
#contentHome {
    position:relative;
    margin-top: -50px;
    width:100%;
    /*min-height:125vh;*/
    min-height: 700px;
    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;
}
#content {
    position:relative;
    margin-top: -50px;
    width:100%;
    /*min-height:125vh;*/
    min-height: 700px;
    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;
}
#pageTitle {
    margin:200px 0 0 0;
    padding:50px 5px;
    color: #333333;
}
.submitButton {
    padding:10px 10px;
    width:100px;
    height: auto;
    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:auto;
    width: 20%;
    height: auto;
    padding:10px 5px;
    color:#009e00;
    font-weight: bold;
}
.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: 30px;
    width: 250px;
    color:#666;
    background:rgba(255,184,15,0.55);
    font-size: 1.5em;
}
#signUpEnterBtnDiv {
    padding-top: 25px;
}
#errorDiv1 {
    display:none;
    text-align:center;
    margin:auto;
    width: 20%;
    height: auto;
    padding:5px 5px;
    background-color:#F00;
    color:#FFF;
}
#errorDiv2 {
    display:none;
    text-align:center;
    margin:auto;
    width: 20%;
    height: auto;
    padding:5px 5px;
    background-color:#F00;
    color:#FFF;
}
#successDiv1 {
    display:none;
    text-align:center;
    margin:auto;
    width: 20%;
    height: auto;
    padding:5px 5px;
    color:#009e00;
    font-weight: bold;
}
#btnIconsDiv {
    display:none;
}

/***** NEW LIST *****/
#newListsContainer {
    width: 100%;
}
.newListsInput {
    padding: 10px 10px;
    color: #333;
    margin-top:25px;
    width:25%;
    margin: auto;
    text-align:left;
}
.newListsTextBox {
    height: 30px;
    width: 250px;
    color:#666;
    background:rgba(255,184,15,0.55);
    font-size: 1.5em;
}
.newListsCheckBox {
    margin-left:25px;
    height: 25px;
    width: 25px;
    color:#666;
}
.newListsDivs {
    padding-top: 15px;
    font-weight: bold;
}
.newListsCategories {
    margin-top:25px;
    width:25%;
    margin: auto;
    text-align:left;
}
.catItems {
    margin-left: 75px;
}
.addIconImg {
    width: 25px;
    height: auto;
}


/***** SIDE NAV *****/
#yourAccountMob {
    display:none;
}


/***** FOOTER *****/
#footerMobDiv {
    display: none;
}

#footerDiv {
    display: block;
    position:absolute;
    bottom: 0;
    width: 100%;
    height:150px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5000;
}

.footerMenu {
    font: .8em;
    padding:50px 0 0 40%;
}

.footerMenu a {
    color: #FFF;
    text-decoration: none;
}

.footerMenu a:hover {
    text-decoration: underline;
}

