body {
    background-color: #a5a5a5;
    zoom: 0.75;
}
.row {
    margin: 0.5em 0em;
}

.titleText {
  font-size:48px;
  font-weight:bold;
}
.headerText {
  margin-top:1%;
}

.memesPage {
  height: 800px;
  overflow: auto;
}

.memeIcon {
  width: 200px;
  height: auto;
}

.mcentered {
  margin: 0 auto;
}
.pointer {
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .titleText {
    font-size:24px;
    font-weight:bold;
  }

  .memeIcon {
    width: 98%;
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
       .memePC {
       height:600px !important;
       width: auto !important;
   }
  .memesPage {
    height: 500px;
    overflow: auto;
  }
  .memeIcon {
    width: 160px;
    height: auto;
  }

  .col-lg-2 {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}


@media only screen and (min-width: 1921px) {
   .memePC {
       height:1000px !important;
       width: auto !important;
   }
  .memesPage {
    height: 800px;
    overflow: auto;
  }

  .memeIcon {
    width: 200px;
    height: auto;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.667% !important;
    flex: 0 0 16.667% !important;
    max-width: 16.667% !important;
  }
}
