  .mobile-container {
	display: none;
    margin: auto;
	color: #c05b4d;
	border-radius: 10px;
	top: 0;
	left: 0;
	width: 100%;
	background: #fefefe;
	-webkit-box-shadow: 0 2px 2px #cacaca;
	box-shadow: 0 2px 2px #cacaca;
	text-align: center;
  }

.topnav {
}

.topnav #myLinks {
  display: none;
  float: none;
}

.topnav #header {
  font-size: 24px;
  transition: background .5s;
  display: block;
  width: 100%;
  left: 0px;
  top: 0px;
  text-align: center;
  text-size-adjust: 100%;
  color: #c05b4d;

}

.topnav a {
  width: auto;
  color: #34495e;
  margin: auto;
}

.topnav div a.icon {
  color: #c05b4d;
  display: inline;
  height: 50px;
  width: 50px;
  font-size: 24px;
  text-align: center;
  float: left;
  position: absolute;
  left:15px;
  top:inherit;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.topnav div a.icon i.fa-bars {
  margin: 13px;
}

.topnav div a.logo {
  transition: background .5s;
  align-items: center;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  line-height: 50px;
  font-family: Chancery,cursive,LiSu,sans-serif;
}

.topnav div a.menu-item {
  display: inherit;
  margin: auto;
  text-align: center;
  width: auto;
}

.logo-wrapper {
  transition: background .5s;
  align-items: center;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  line-height: 50px;
  font-family: Chancery,cursive,LiSu,sans-serif;
}

.logo-wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.logo-wrapper::hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.menu {
  width: 100%;
}
.menu-item-link {
  font-family: Chancery,cursive,LiSu,sans-serif;
}

#preamble {
  size: auto;
  height: auto;
  position: relative;
  border-top: 3px solid #c05b4d;
}

#preamble a {
  color: #c05b4d;
}

.header .logo-wrapper {
  float: left;
}

.header .site-navbar {
  float: right;
  display: inline;
  align-items: center;
  text-align: center;
  height: 100%;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.header .site-navbar .menu {
  display: inline-block;
  position: relative;
  padding-left: 0px;
  padding-right: 25px;
  font-family: Athelas, STHeiti, "Microsoft Yahei", serif;
}

.header .site-navbar .menu .menu-item {
  display: inline;
}

.header {
  font-size: 16px;
  display: inline-block;
  size: auto;
  width: 100%;
  align-items: center;
  vertical-align: middle;
  margin:auto;
  padding: 20px;
}

nav {
  display: inline-block;
}

#nav_headers {
  display: none;
}
