body {margin: 0;font-family: "Microsoft JhengHei",'Rubik', sans-serif;font-weight: 400;color: #444;font-size: 14px;line-height: 24px;}
a{text-decoration: none;color: #333333;}
ul{margin: 0px;padding: 0px;}
li {list-style: none;}
p{padding: 0;margin: 0 0 10px;font-size: 13px;font-weight: 400;line-height: 22px;}
header{background-image: url(https://www.liidda.com.tw/podcast/img/zhengxinhua.jpg);background-position: center top;background-repeat: no-repeat;background-size: cover;height: 500px;overflow: hidden;}
.hamburger {
  background-color: #000000;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
}
.hamburger-line {
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 10px 0px #ffffff, 0px -10px 0px #ffffff;
}
.menu {
  background-color: #000000;
  height: 100vh;
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.title {font-size: xx-large;font-weight: bold;}
.menu li a {display: block;padding: 15px;margin: 0px 20px 10px;color: #b8860b;text-decoration: none;text-transform: uppercase;text-align: center;border-bottom: 1px solid #b8860b;font-size: 16px;font-weight: 700;}
.menu{transform: translateX(-100%);transition: 0.5s; /* new */}
#menu-switcher:checked ~ .menu {transform: translateX(0%);}
#menu-switcher { display: none;}
@media screen and (min-width: 768px) {
.hamburger {display: none;}
header {display: flex;justify-content: space-between;}
.menu {transform: translateX(0%);height: auto;width: auto;display: flex;position: relative;background-color: transparent;left: 42%;top: 2%;}
.menu li a {border-bottom:inherit;margin: inherit;font-size: 1.1rem;}
}
.menu > li a:hover{color:#4169e1;}
.logo-title{position: absolute;left: 10%;padding: 30px 50px 0 30px;}
.header-middle{position: absolute;left: 10%;top: 1%;}
main{background-color: #171313;text-align: center;margin: 0 auto;width: 100%;padding:30px 0;}
main h2,main p{color: #7fffd4;font-size: 1.75rem;}
main a{color: #fff;font-size: 1.2rem;}
main a:hover{color: #f9a926;}
hr{margin-top: 25px;margin-bottom: 25px;border: 0;border-top: 1px solid #eee;width: 40%;}
h3{color: #ffcc01;font-size: 1.75rem;}
.lead p{width: 100%;padding: 25px 10%;box-sizing: border-box;font-size: 1.1rem;line-height: 1.7em;color: #a9a9a9;}
.lead p:first-child{color: #d8bfd8;}
.lead p:last-child{color: #f0e68c}
span{color: #ff69b4;font-weight: bold;}
strong{color: beige;}
h4{color: #adff2f;font-size: 1.75rem;}
em a {color: currentColor;font-weight: bold;font-size: 1.5rem;padding: 15px;border: 1px solid;margin: 5px;display: inline-flex;}
.lead{padding-bottom: 35px;}
footer{background-image: url(https://www.liidda.com.tw/podcast/img/zhengxinhua.jpg);background-size: cover;}
center{padding: 30px;font-size: 1rem;}
table{width: 90%;border-collapse: collapse;border: 1px solid #ccc;margin: 30px 0;text-align: center;display:inline-table;}
table, th, td {border: 1px solid;}
tr,td{border-width: 0 1px 1px 0;font-weight: normal;text-align: left;}
th,td {padding: 0.778em;border-color: #7b7b7b;}
table td:first-child{text-align: center;}
table h2{display: inline-flex;font-size: 1.2rem;}
table a{color: grey;font-size: 1rem;padding: 15px;margin: 5px;display: inline-flex;}