body { 
    padding-top: 75px; 
    background-color: red;
    
}

html{
    background-color: slategrey;
}


.lista{
    display: none;
    
}


#threeLines{
    cursor: pointer;
}

.container{

    width: 100%;
    height: 500px;
    margin-top: 5px;

}
.container p{
    font-size: 40px;
}


.side-containers{
    
    
    height: 100%;
    position: fixed;
    top: 110px;
   
    
    
}


#cycle{
    height: 450px;
    width: 100%;

}




.grid{

    width: 50%;
    height: 200px;
}


.my-row{

    height: 50px;
}


.my-col{



    
}


.photo-row{
    padding-top: 100px;

    height: 450px;
}

#searchBar{
    position: fixed;  
    top: 39px;
    left: 50%;
    right: 50%;
    
    width: 500px;
}



#eye-icon{

    width:20px;
    cursor: pointer;
    float: right;
   opacity: 0.5;

}


#nameAlert{
    display: none;
}

#fieldsAlert{
    display: none;
}



#usernameEmpty{
    display: none;
}


#passwordEmpty{
    display: none;
}

#passwordMatch{
   display: none;
}



#remember{
    cursor: pointer;
}


meter {
    
    margin: 0 auto 1em;
    width: 75%;
    height: 0.5em;
  
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(112, 62, 62, 0.1);
  }


  #passwordStrength{
      display: none;
  }


  #sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 5.5%;
  left: 0;
  background-color: #333333;

  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

#sidenav a {
     
  text-decoration: none;
  text-align: center;
  width: 100%;
  color: white;
  
  padding-left: 0%;
  transition: 0.3s;
}


#sidenav li {

    margin: 0 0 20px 0;


}


#sidenav li:hover {

    background-color: #dddddd;
}



#sidenav ul {
     }



#xbutton{
    font-size:30px;
    color: white;
    position: absolute;
    right: 0;
     top: 0;
    cursor: pointer;
}



     #products{

         height: 520px;
         width: 50%;
         padding-top: 100px;

         margin: auto;


     }

     #footer{


         position: fixed;
         bottom: 0%;
         width: 100%;
         background-color:  #e6e6e6;
         height: 200px;
     }

 
#footer hr{

    top: 1px;

}

#next, #previous{
    font-size: 100px;
    position: absolute;
    bottom: 35%;
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}



.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 50%;
    cursor: pointer;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

#box {
    padding: 2px 16px;
}

#invalidCredentials{
    display: none;
}