<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
body {
  background: black;
  color: white;
  font-family: contentFont, sans-serif;
}

header {
  background: #e5cf18;
  color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
}

/* Navigation START */
.logo {
  vertical-align: middle;
  height: 60px;

  /* width: 60px; */
  padding-left: 20px;
}

nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

nav ul li {
  display: inline-block;
  list-style-type: none;
}

nav ul li a {
  color: black;
  display: block;
  padding-right: 20px;
  text-decoration-line: underline;
  text-decoration-thickness: 20%;
}

nav ul li:first-child {
  margin-right: auto;
}

/* Navigation END */

.content {
  background-color: #111;
  color: white;
  padding: 10px;
  margin: 10px;
}

footer {
  margin: 0;
  background-color: #e5cf18;
  color: black;
  padding: 10px 20px;
  text-align: center;
}

.further-links a {
  color: black;
  font-size: 1em;
  font-weight: 700;
}

.license a {
  color: black;
}

.footer-icons {
  width: 35px;
  height: 35px;
}

.footer-flex {
  display: flex;
  flex-direction: column;
}

/* Desktop Viewport */
@media screen and (min-width: 1024px) {
  header {
    font-size: 1.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    height: 100px;
    padding-left: 30px;
  }

  nav ul li a {
    padding-right: 30px;
  }

  .content {
    margin: 10px 20px;
  }

  footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-flex {
    flex-direction: row;
    justify-content: space-between;
  }

  .socials {
    text-align: left;
    margin-bottom: 0;
  }

  .owncast {
    text-align: right;
    margin-bottom: 0;
  }
}

sup {
  font-size: 0.5em;
}
