﻿/*************************
*******Typography******
**************************/

body {
  background: #eee;
  font-family: "Microsoft Yahei","微软雅黑",Arial,Helvetica,STHeiti,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color:#333;
  line-height: 1.0;
  font-size: 16px;
  width: 40em;
  margin: 0 auto;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  /*font-family: 'Open Sans', sans-serif;*/
  color:black;
}

h1{
  font-size: 36px;
}

h2{
  font-size: 30px;
}

h3{
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 18px;
}

a {
  text-decoration:none;
  color: #111;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid #fff;
}

#logo {
  margin:10px auto 10px 0;
  display: block;
  box-shadow: 5px 5px 5px grey;
  /*width: 100%;*/
  max-width: 1000px;
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.footer{
    height: 30px;
    width: 100%;
    background-color: #eee;
    position: fixed;
    bottom: 0;
    text-align:left;
}
