:root {
	--bg-base-color:#78969e;
}

body {
	background:no-repeat center 0% url("/site/background.jpg"), linear-gradient(90deg, #28302e, #586a6a 50%, #0e2740 75%, #1e2637);
	font-size:18px;
	margin:4px 1.5vw;
}

@media screen and (max-width:769px){
	body {
		font-size:3.5vw;
		margin:4px;
	}
}

.main-layout {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	column-gap:16px;
}

.main-layout .index {
	margin:2em 0 1em;
	flex:0 1 auto;
	max-width:30em;
	background: rgba(255, 255, 255, 0.7);
	border-left: 1px solid rgba(128, 128, 128, 0.4);
	border-right: 1px solid rgba(128, 128, 128, 0.4);
	
}

.main-layout .main-post {
	margin:2em 0 1em;
	flex:0 1 auto;
	max-width:40em;
	background: rgba(255, 255, 255, 0.7);
	border-left: 1px solid rgba(128, 128, 128, 0.4);
	border-right: 1px solid rgba(128, 128, 128, 0.4);
	padding:14px;
}

.main-layout .related-posts-container {
	flex:1 1 auto;
}

.main-post .title-image {
	max-width:384px;
	width:30%;
	float:right;
	margin-top:-10px;
	margin-right:10px;
}

.main-post .header {
	border-bottom:2px solid #0e2740;
	border-top:1px solid #1e2637;
	background:linear-gradient(70deg, #28404e, #40505f);
	padding:0.4em 1em;
	margin:0.7em 0;
	color:white;
}

.main-post .header h2 {
	margin:0.1em 0;
	line-height:1em;
}

.index li {
	list-style:none;
}

.index ol {
	padding:0;
	margin:0.6em 0.6em 3em ;
}

.subtitle {
	font-size:76%;
	color:#bcc;
}
