html,body {
	text-align: center;
	background-color:#fff;
	font-family:'Vollkorn', times, serif;
	color:#222;
	letter-spacing:0.08em;
	line-height:1.8;
}

a {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #444;
}

a:hover {
	color:#000000;
	background-color:#fff;
	filter:alpha(opacity=75);  
    opacity:0.7;  	
}

#wrapper {
	text-align: left; 
	width: 100%;
	height:100%;
	display:none;
}

body > #wrapper{
	height: auto;
	overflow: auto;
	position: fixed;
	z-index: 1;
	width: 100%;
	height:100%;
	margin: 0px auto;
	min-width: 200px;
	min-height:100%;
	display:none;
}

canvas{
    z-index: 1;
    position: fixed;
	width: 100%;
	height:100%;
}

#container{
	text-align: left; 
	margin: 0 0 0 50px;
	position: relative;
	z-index: 2;
	display:none;
}

.content{
	float:left;
	min-width: 220px;
	margin-bottom:50px;
}

h1{
	font-size:130%;
	font-weight:600;
	margin:80px 0 60px 0;
    text-shadow:1px 1px 0px #ffffff,-1px -1px 0px #ededed;
}

h2,h3{
	font-size:100%;
	font-weight:600;
	margin-bottom:2px;
    text-shadow:rgba(255,255,255,0.7) -1px 0px;
}

ul,
p,
address{
	font-size:85%;
    text-shadow:rgba(255,255,255,0.7) -1px 0px;
}

.school_list li{
font-size: 110%;
    display: inline;
}


.baibai{
    vertical-align:-2px;
}
  
@media screen and (max-width: 375px) {

h1{
	margin:50px 0 20px 0;
    }

.content{
	margin-bottom:30px;
    }
}


@media screen and (max-width: 320px) {

body {
    font-size: 90%;
    }
}
