html {
  line-height: 1.15;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #0000ff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #ff56b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
  font-size: 2.2rem;  
}

h2, .h2 {
  font-size: 1.6rem;
  color: #2CB803;
  line-height: 1.5;
}

h3, .h3 {
  font-size: 1.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Define By Shen */

.catalog {
    background-color:#f1f1f1;
	list-style-type:none;
}

.overimg:hover{
	transform: scale(1.02); 
	opacity: 0.95;
}

/* Define By Shen */

.mcell {
  font-size: 20px;
  height: 40px;
  width: 50%;
  float: left;
  vertical-align: middle;
  text-align: center;
}

.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ad {
	margin-top: 35px;
	margin-bottom: 35px;
	min-height: 280px;
}

.mobile-bar {
position: fixed;
bottom: 0;
z-index: 9;
display: flex;
justify-content: center;
width:100%
}
