/* latin-ext */
@font-face {
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN2tukkJUEGpCeGQ.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN2tWkkJUEGpA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
  height: 100%;
}

#home-hero h1, h3 {
  font-family: "ABeeZee", sans-serif;
}

body {
	padding: 90px 0 0 0;
	background: url(/assets/background.2.jpg) no-repeat 0 40px;
	background-size: contain;
	font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #314659;
	font-size: 14px;
}

#content {
	background: white;
	border-radius: 2px;
}

#home-hero {
	border-radius: 0;
	background: url(/assets/home-hero-bg.jpg);
	background-size: cover;
	color: white;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#brand-image {margin: 5px 14px 0 0;}

#wrapper {
    min-height: 100%;
    height: auto !important; /* ie7 fix */
    height: 100%;
}

#main {
  overflow:auto;
  padding-bottom: 50px; /* this needs to be bigger than footer height*/
}

#footer {
  position: relative;
  margin-top: -30px; /* negative value of footer height */
  height: 40px;
  clear: both;
  padding-top: 20px;
  margin-bottom: 0;
} 

h1 {
  color: #0d1a26;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 8px;
  font-family: Lato, "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 38px;
}
h1 .subtitle {
  margin-left: 12px;
}
h2 {
  font-size: 24px;
  line-height: 32px;
}
h2,
h3,
h4,
h5,
h6 {
  color: #0d1a26;
  font-family: Lato, "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1.6em 0 0.6em;
  font-weight: 500;
  clear: both;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #314659;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	line-height: 1;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

a {
	color: #1890ff;
	background-color: transparent;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #40a9ff;
	text-decoration: none;
}

.nav-tabs.nav-stacked > li > a {
    border: 0px solid #ddd; */
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    border-color: none;
}

.nav > li > a:hover {
    background-color: #fff;
}

.nav-tabs > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
}
