*{margin:0;padding:0; height:100%;}
/*
Possible background colors: ECECEA, 74AFAD, FDF3E7, 79E4AF;
*/

html {
	background-color: #FDF3E7;
}

/*font*/
@font-face {
	font-family: futura;
	src: url("Futura.ttf");
}

#header {
	width: 100%;
	height: auto;
}

#title_main {
	width: 100%;
	height: auto;
	text-align: center;
	color: white;
	font-family: Garamond;
	font-size: 50px;
	margin-top: 70px;
	position: absolute;
	z-index: 5;
	text-shadow: 2px 2px black;
}

#title_sub1 {
	width: 100%;
	height: auto;
	margin-top: 130px;
	color: white;
	text-align: center;
	font-family: Garamond;
	font-size: 35px;
	position: absolute;
	z-index: 5;
	text-shadow: 2px 2px black;
}

#navbar {
	margin-top: 5px;
	height: 10px;
	list-style-type: none;
    width: 100%;
    text-align: center;
    background: none;

}

#language_options {
	left: 93.5%;
	height: auto;
	margin-top: 0;
	position: absolute;
	color: #4E5560;
	font-family: Andale mono;
}

#language_options a{
	color: #4E5560;
	text-decoration: none;
}


#language_options a:hover {
	color: #959595;
}

#navbar li {
	display: inline;
}

#navbar li a {
	text-decoration: none;
	color: #4E5560;
	font-size: 20px;
	font-family: Andale mono;
	padding-left: 35px;
	padding-right: 35px;
}

#navbar li a:hover {
    color: #959595;
}

#navbar li ul {
	display: none;
}

#dropdown {
	position: absolute;
	height: auto;
	left: 50%;
	margin-left: -200px;
	z-index: 6;

}
#dropdown a {
	display: block;
	background-color:  #FDF3E7;
	border-top: 1px solid #3C3C3C;
	border-left: 1px solid #3C3C3C;
	border-right: 1px solid #3C3C3C;
	width: 100px;

}

#dropdown li {
	font-size: 15px;
	color: black;
	width: 80px;
	padding: 0;
	margin: 0;
}

#dropdown a:hover > li {
	color: #959595;
}

#about_us:hover > #dropdown {
	display: block;
}

#dropdown1 {
	position: absolute;
	height: auto;
	left: 50%;
	margin-left: 140px;
	z-index: 6;

}
#dropdown1 a {
	display: block;
	background-color:  #FDF3E7;
	width: 100px;
	border-top: 1px solid #3C3C3C;
	border-left: 1px solid #3C3C3C;
	border-right: 1px solid #3C3C3C;

}

#dropdown1 li {
	font-size: 15px;
	color: black;
	background: none;
}

#dropdown1 a:hover > li {
	color: #959595;
}

#admission:hover > #dropdown1 {
	display: block;
}


#photocontainer {
	width: 100%;
	height: 300px;
	margin-top: 20px;
	overflow: hidden;
	background-color: black;
	position: relative;
	z-index: 1;

}



#start {
	background-image: url('banner.JPG');
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

/*SIDE-NAVIGATOR*/
.about_us_navigator {
	width: 20%;
	height: 150px;
	float: left;
	border-right: 1px solid #99A9C2;
	position: fixed;
	margin-top: 20px;
}

.about_us_navigator ul {
	background: none;
}

.about_us_navigator ul li {
	width: 100%;
	height: auto;
	background: none;
	margin-bottom: 10px;
	margin-top: 30px;
}

.about_us_navigator ul li a {
	float: right;
	background: none;
	color: black;
	font-family: Garamond;
	font-size: 20px;
	text-decoration: none;
	margin-right: 10px;

}

.about_us_navigator ul li a:hover {
	color: #99A9C2;
}

#container {
	height: auto;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background-color: #FDF3E7;
}



h3 {
	font-family: Garamond;
	width: 100%;
	height: auto;
	font-size: 40px;
	margin-top: 30px;
	text-align: center;
}





.text {
	font-family: Garamond;
	font-size: 25px;
	background: none;
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
	line-height: 120%;
}

#payment_info_chinese {
	width: 860px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-left: 10px;
	background-color: white;
}

#payment_info_english {
	width: 860px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-left: 10px;
	background-color: white;
}

#schedule {
	width: 860px;
	height: 410px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-left: 10px;
	background-color: white;
}

table {
	font-family: Garamond;
	font-size: 25px;
	margin-left: auto;
	margin-right: auto;
}

td {
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 10px;
}

.schedule td {
	border: 1px solid #dddddd;
	background-color: white;
}

.date {
	width: 300px;
}



/* FOOTER */

#footer {
	width: 80%;
	height: 30px;
	margin-left: 10%;
	float: bottom;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1.5px solid #7A7A7A;
}

.link_container {
	width: 49.5%;
	height: 100%;
	display: inline-block;
}

#footer a {
	width: 5%;
	height: 100%;

}

/* SCREEN CHANGES */
@media screen and (max-width: 990px) {
	#navbar {
		width: 980px;
		text-align: center;
	}

	#language_options {
		left: 910px;
		width: 70px;
	}

	#navbar li a {
		padding-left: 25px;
		padding-right: 25px;
	}

	#title_main {
		width: 980px;
		text-align: center;
	}

	#title_sub {
		width: 980px;
		text-align: center;
	}

	#dropdown {
		left: 0;
		margin-left: 320px;
	}

	#dropdown1 {
		left: 0;
		margin-left: 610px;
	}

	h3 {
		width: 980px;
	}

	#container {
		margin-left: 25px;
	}

	#photocontainer {
		width: 980px;
	}

	#payment_info {
		margin-left: 65px;
	}


	#footer {
		margin-left: 95px;
		width: 800px;
	}

}
