.mobileMenu{display: none}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
    background-color:inherit;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/* main content */
.row,.column {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 25%;
  padding: 0 10px;
  overflow: hidden;
 /*height: 335px;*/
}
.ImageItem{max-width:240px; width: 100%;height: 240px;margin-left: auto;margin-right: auto;display: block;}
.column a {text-decoration: none;text-align: center}
.column a:hover{text-decoration:underline;}
.productTitle{
  padding-top: 10px;
  font-size: medium; width:95%;display:inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
#productCol{
  margin-bottom: 10px;
}
.row {margin: 0 -5px;
  width: 80%;margin-left: auto;margin-right: auto;}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: white;
  border:0.1px solid #73CFF5;
}
/**/


/*.card{
    padding: 10px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto}
.skip a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.skip a:hover {
  background-color: #ddd;
  color: black;
}

*/
    
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
/* Responsive columns */
@media screen and (max-width: 1024px) {
  .row {
width: 100%;}
}

@media screen and (max-width: 768px) {
    .column {
  float: left;
  width: 33.3%;
  padding: 0 10px;
}
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (min-width:100px) and (max-width:1000px){
    .mobileMenu{display: block}
}