html, body {
	background: #293a2d;
	margin: 0;
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	font-size: 16px;
}

#page_container {
	max-width: 1280px;
	min-height: 100%;
	margin: 0 auto;
	background: #f0ddc1;
	color: #ca5230;
}

#header {
	width: 100%;
	height: 64px;
	display: flex;
	justify-content: space-between;
}

#logo {
	height: 64px;
	width: 250px;
	max-width: 250px;
	position: relative;
	margin-left: 20px;
}

#logo img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#menu_portrait {
	position: absolute;
	left: 0;
	display: none;
	width: 100%;
}

#menu_landscape ul {
	padding: 0;
	margin: 0;
	min-width: 620px;
	text-align: right;
}

#menu_landscape li {
	list-style: none;
	display: inline-block;
	text-align: center;
}

#menu_landscape a {
	color: #ca5230;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 64px;
	width: 120px;
	line-height: 64px;
}

#menu_landscape a:hover {
	color: #f0ddc1;
	background: #ca5230;
}

#menu_landscape a img {
	filter: invert(46%) sepia(57%) saturate(1562%) hue-rotate(338deg) brightness(81%) contrast(95%);
}

#menu_landscape a:hover img {
	filter: invert(95%) sepia(7%) saturate(1264%) hue-rotate(326deg) brightness(98%) contrast(93%);
}

#menu_landscape img {
	position: relative;
	top: 8px;
}

#menu_portrait img {
	position: relative;
	top: 12px;
}

#menu_portrait ul {
	padding: 0;
	margin: 0;
}

#menu_portrait li {
	list-style: none;
	display: block;
	height: 64px;
	text-align: center;
	background: #f0ddc1;
	border-bottom: 1px solid #000;
	z-index:100;
}

#menu_portrait a {
	color: #ca5230;
	text-decoration: none;
	font-weight: bold;
	line-height: 64px;
}

#menu_portrait a:hover {
	color: #dd9778;
}

#menu_portrait a img {
	filter: invert(46%) sepia(57%) saturate(1562%) hue-rotate(338deg) brightness(81%) contrast(95%);
}

#menu_portrait a:hover img {
	filter: invert(62%) sepia(43%) saturate(383%) hue-rotate(333deg) brightness(97%) contrast(92%);
}

#menu_icon {
	z-index:200;
}

#menu_icon button {
	padding: 10px 20px;
	border: none;
	background: none;
}

@media screen and (orientation: portrait) {
	#menu_icon { display: inline-block;}
	#menu_landscape { display: none;}
	#content .textcol {
		flex: 1;
		padding: 20px;
		min-width: 80%;
	}
	#content .listcol {
		flex: 1;
		padding: 0 20px;
		min-width: 80%;
	}
	.more_columns {column-count: 2;}
}

@media screen and (orientation: landscape) {
	#menu_icon { display: none;}
	#menu_portrait { display: none;}
	#content .textcol {
		flex: 1;
		padding: 20px;
		width: 50%;
	}
	#content .listcol {
		flex: 1;
		padding: 0 20px;
		width: 50%;
	}
	.more_columns {column-count: 3;}
}

#content h1 {
	font-family: "Fugaz One", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 32px;
	font-size: 32px;
	padding: 0;
	margin: 3% 0 0 2%;
}

#content .date {
	margin: 20px auto;
	padding: 20px;
	border: 2px solid #ca5230;
	border-radius: 20px;
	font-family: "Fugaz One", sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	max-width: 80%;
}

#content .date a {
	text-decoration: none;
	color: #ca5230;
	font-weight: bold;
	background: #E9C4A7;
}

#content .date a:hover {
	color: #DD9778;
}

#content .text {
	padding: 20px;
}

#content .cols {
	display: flex;
	flex-wrap: wrap;
}

#content .text a {
	text-decoration: none;
	color: #ca5230;
	font-weight: bold;
	background: #E9C4A7;
}

#content .text a:hover {
	color: #DD9778;
}

.sep img {
	max-width: 100%;
}

.sbox {
	width: 100%;
	color: #f0ddc1;
	padding-bottom: 18px;
	display: flex;
	position: relative;
}

.sboxdate {
	background: #ca5230;
	min-width: 100px;
	display: inline-block;
}

.sboxcontent {
	display: inline;
	width: 100%;
}

.sboxrow {
	min-height: 34px;
	width: 100%;
	line-height: 34px;
	display: flex;
}

.sbox a {
	text-decoration: none;
	font-weight: bold;
	color: #f0ddc1;
	background: #d88363;
}

.sbox a:hover {
	color: #e1a587;
}

.stime {
	min-width: 75px;
	text-align: right;
	padding-right: 15px;
}

.st0 {
		background: #cd5d3c;
}

.st1 {
		background: #ce603f;
}

.sevent {
	width: 100%;
	padding-left: 15px;
}

.se0 {
		background: #d06847;
}

.se1 {
		background: #d26e4d;
}

.sboxarrow {
	width: 25px;
	height: 49px;
	background: url(arrow.png);
	position: absolute;
	top: 28px;
	left: 100px;
}

#footer {
	text-align: center;
	padding: 30px 20px 20px 20px;
	background: #ebcbaf;
}