/* the fonts might look funny on screen with small dpi */

body {
	margin: 0px auto;
	background-color: #ffffff;
	color: #303030;
	font-size: 16px;
	font-family: "EaDesigner";
}

header {
	width: 100%;
	position: fixed;
	top: 0px;
	margin-bottom: 150px;
	text-align: center;
	margin-bottom: 30px;
	z-index: 1;
}

#logo_container {
	margin: 0px auto;
	width: 400px;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #d6d6d6;
	font-family: "Aller";
}

#logo {
	display: block;
	font-family: "Dimitri";
	font-size: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 2px #505050;
	color: #d6d6d6;
	transition: text-shadow 0.5s ease 0s;
	-webkit-transition: text-shadow 0.5s ease 0s;
	text-decoration: none;
}

#logo:hover {
	text-shadow: 3px 3px 4px #505050;
}

#container {
}
#content , #footer_content {
	margin: 0px auto;
	width: 70%;
}


.spoiler {
	font-family: "Akashi";
	color: #73af5f;
	display: inline-block;
	font-size: 40px;
	position: relative;
	top: 6px;
	cursor: pointer;
	text-shadow: 1px 1px 2px #212121;
}


#back_color {
	display:block;
	background-color: #212121;
	box-shadow: 2px 2px 2px #212121;
	z-index: 100;
}


#drawRectangle {
	position: relative;
	top: -1px;
	margin-top: 0px;
	width: 350px;
	height: 100px;
	border: 0px solid #212121;
	z-index: -2;
}

#canvas_container{
	margin: 0px auto;
}

#mayor {
	display: inline-block;
	margin-right: 20px;
}

#welcome_message {
	display: inline-block;
	position: relative;
	top: -90px;
	font-family: "Akashi";
	font-size: 30px;
	z-index: -30;
}

#welcome {
	margin-top: 230px;
}

footer {
	margin-top: 50px;
	border-top: 20px solid #d6d6d6;
}

#footer_back {
	background-color: #212121;
	padding-top: 20px;
	padding-bottom: 50px;
	border-top: 20px solid #303030;
}

#footer_content {
	color: #d6d6d6;
}

.intern {
	padding-top: 5px;
}

#copyright {
	float: right;
}

section {
	margin-top: 30px;
	margin-bottom: 40px;
}


.header {
	font-family:"EaDesigner-Bold";
	font-size: 24px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.quote {
	font-family: "AnonymousProMinus";
}

a {
	text-decoration: none;
	color: #87afd7;
}

a:hover {
	color:#73af5f;
}

.superb_border {
	border: 3px solid #d6d6d6;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #303030;
}

#nightlife, #artillery {
	transition: border 0.5s ease 0s;
	-webkit-transition: border 0.5s ease 0s;

}

#nightlife:hover, #artillery:hover {
	cursor: pointer;
	box-shadow: 2px 2px 2px #303030;
}

#nightlife:active, #artillery:active {
	border: 3px solid #87afd7;
}

#news {
	font-family: 'EnglishTowne-Medium';
	text-align: left;
	font-size: 45px;
}

article {
	text-align: left;
	display: block;
	background-color: #d6d6d6;
	color: #404040;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #303030;
	padding: 5px;
	padding-left: 20px;
}

article p {
	font-family: "TimesNewRomanPSMT";
	font-size: 15px;
}

.section_title {
	font-family: "Akashi";
	display: inline-block;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}


input[type="button"] {
    color:#87afd7;
    background-color: #212121;
    border-style: none;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 14%;
    font-family: "EaDesigner";
	cursor: pointer;
	transition: background-color 0.5s ease 0s;
	-webkit-transition: background-color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
	-webkit-transition: color 0.5s ease 0s;
}

input[type="button"]:hover{
    color: #73af5f;
}

input[type="button"]:active {
	background-color: #303030;
}


#about_hidden, #hwp_hidden, #news_hidden, #psae_hidden, #leasure_hidden {
	display:none;
}

/* for responsive design */
@media all and (min-width: 880px) and (max-width: 1200px) {
	#welcome_message {
		display: block;
		position: relative;
		top: 0px;
		font-family: "Akashi";
		font-size: 30px;
	}
	#welcome {
		text-align: center;
	}
	#mayor {
		text-align: center;
		margin:0px auto;
	}

	input[type="button"] {
		display: block;
		width: 100%;
		max-width: none;
		width: none;
	}

}


@media all and (min-width: 640px) and (max-width: 881px) {
	#welcome_message {
		display: block;
		top: 0px;
	}
	#welcome {
		text-align: center;
	}
	#mayor {
		text-align: center;
		margin:0px auto;
	}
	#content , #footer_content {
		width: 90%;
	}


	input[type="button"] {
		display: block;
		width: 100%;
		max-width: none;
		width: none;
	}
}


@media all and (min-width: 1px) and (max-width: 641px) {
	#welcome_message {
		display: block;
		top: 0px;
	}
	#welcome {
		text-align: center;
	}
	#mayor {
		text-align: center;
		margin:0px auto;
	}

	.hidden {
		text-align:center;
	}

	#content {
		width: 98%;
	}

	#footer_content {
		width: 100%;
	}
	#copyright {
		display: block;
		margin-top: 40px;
		float: none;
	}


	input[type="button"] {
		display: block;
		width: 100%;
		max-width: none;
		width: none;
	}

	.intern {
		margin: 0px;
	}
	.intern a{
		display: block;
		margin: 0px;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #d6d6d6;
		background-color: #121212;
	}

	.intern a:hover {
		background-color: #303030;
	}

	.section_title {
		font-size: 15px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	section {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#hospital, #artillery, #beach, #museum, #map1 {
		width: 97%;
	}
	
	#drawRectangle {
		width: 100%;
	}

	#welcome_message {
		font-size: 20px;
	}

	#logo_container {
		margin: 0px auto;
		width: 100%;
		text-align:center;
		padding-top: 20px;
		padding-bottom: 5px;
		color: #d6d6d6;
		font-family: "Aller";
	}

	#garb_sche {
		text-align: left;
		padding: 30px;
	}


}


@media all and (min-height: 5px) and (max-height: 600px) {
	header {
		width: 100%;
		position: relative;
		top: 0px;
		margin-bottom: 150px;
		text-align: center;
		margin-bottom: 30px;
		z-index: 40;
	}

	#welcome {
		margin-top: 0px;
	}
}


