/* Home */
body{
	overflow-x:hidden !important;
}
.almanac {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	display:block;
    background-color: #d34746;
    color: white;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    border-bottom: solid 3px #963232;
    cursor: pointer;
    transition: all 0.5s linear;
}
.year_date {
    float: left !important;
    margin-right: 3% !important;
}
.panel-title {
    padding-top: 12px !important;
	color:black !important;
	font-weight:600 !important;
}
.no_space {
	padding-left: 0px !important;
	padding-right: 0px !important
}
.menu_li {
	text-align: center
}
#large_logo {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	margin-top: 20px;
	margin-bottom: 20px
}
#en_lan {
	background-color: #e8831a;
	font-family: 'Open Sans', sans-serif;
	color: white;
	border-radius: 0px;
	border-bottom: solid 2px #bc6a14;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	font-size: 1.2em;
}
#sin_lan {
	background-color: #e8831a;
	font-family: 'Open Sans', sans-serif;
	color: white;
	border-radius: 0px;
	border-bottom: solid 2px #bc6a14;
	width: 100%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 1.2em;
}
.link {
	text-decoration: none !important
}
.link:focus {
	text-decoration: none !important
}
.link:hover {
	text-decoration: none !important
}
.link:active {
	text-decoration: none !important
}
#instructions {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right
}
.text_type1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.8
}
.main_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	text-align: center
}
.main_title2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	text-align: center
}
.main_title3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}
#logo {
	margin-left: auto;
	margin-right: auto;
	display: block
}
.menu_icon {
	font-size: 1.5em !important;
}
button:focus {
	outline: none !important
}
#menu_row {
	color: white;
	background-color: #e8831a;
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px
}
/* Inner Pages */
.inner_logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.fa-square {
	font-size: 0.5em !important;
	margin-right: 2% !important;
}
.panel-default {
	border-color: #dedede;
	border: none !important;
	box-shadow: none !important;
}
.text_type2 {
	padding-left: 2%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	margin-bottom: 3px !important;
}
.panel-body {
	padding-top: 0px !important;
}
.panel-heading {
	font-family: 'Open Sans', sans-serif !important;
	text-shadow: none !important;
	background-image: none !important;
	background-color: rgba(222, 221, 215, 0.5) !important;
	border-color: #aca7a7;
	border-radius: 4px;
	color: #312e2e !important;
}
.text_type2_row {
	border-bottom: solid 1px rgba(0, 0, 0, 0.15);
	padding-bottom: 6px;
	padding-top: 6px;
}
.text_type2_header {
	color: #e8831a;
	font-weight: 600
}
#menu_row2 {
	color: white;
	background-color: #e8831a;
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 1000;
	position: fixed;
	box-shadow: 1px 1px 3px rgb(105, 105, 105);
	width: 100%;
}
.page_name {
	margin-top: 0px;
	background-color: #312e2e;
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
	margin-bottom: 10px;
}
#history {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.8;
	padding-left: 7%;
	margin-top: 20px;
	margin-bottom: 20px
}
#desktop_notice {
	font-family: 'Open Sans', sans-serif;
	line-height: 3;
	font-size: 1.2em;
	margin-top: 20px;
	text-align: center;
}
.desktop_content {
	display: block
}
.mobile_content {
	display: none
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
.desktop_content {
	display: none !important
}
.mobile_content {
	display: block !important
}
}
