body {
	padding-top: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background: #002030; 
	color: #A0C0FF;
}

.ribbon_top {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	/* background: rgba(20, 60, 70, 1); */
	background-image: linear-gradient(rgba(20, 60, 70, 1), rgba(20, 60, 70, 1), rgba(20, 60, 70, 0.99), rgba(20, 60, 70, 0.93));
	top: 0;
	left: 0;
	right: 0;
	min-height: 120px;
	text-align: center;
	padding-top: 20px;
}

.ribbon_links {
	position: relative;
	max-width: 800px;
	height: 45px;
	margin: auto;
}
.ribbon_links a:link{
	text-decoration: none;
}

.button1, .button2, .button3, .button4 {
	/* display: inline; */
	position: absolute;
	width: 100px;
	background: rgba(60, 180, 120, 0.4);
	color: #D0E0FF;
	border-radius: 13px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.button1:hover, .button2:hover, .button3:hover, .button4:hover {
	background: rgba(60, 180, 120, 0.8);
	color: #E0EFFF;
	transition: .3s;
	transform: scale(1.2, 1.2);
}
.button1 {
	left: 0%;
}
.button2 {
	left: 27%;
}
.button3 {
	right: 27%;
}
.button4 {
	right: 0%;
}
@media only screen and (max-width: 600px) {
	.ribbon_top {
		position: relative;
		min-height: 240px;
	}
	.ribbon_links {
		height: 170px;
		width: 128px;
		margin: auto;
	}
	.button1, .button2, .button3, .button4 {
		position: relative;
		margin-bottom: 10px;
		left: 0;
	}
}

.bookmark{
	position: relative;
	left: 30px;
	top: -120px;
	width: 100px;
}

.odd, .even, .link-ribbon {
	max-width: 816px;
	margin: auto;
	padding-top: 15px;
	line-height: 1.8;
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;
}
.odd strong, .even strong {
	color: #C0D0FF;
	text-shadow: -3px 5px 5px rgba(30, 70, 150, 0.68);
}
.odd a:link, .odd a:visited, .even a:link, .even a:visited{
	text-decoration: underline;
	text-decoration-style: dotted;
	color: #A0C0FF;
}
.odd a:link:hover, .even a:link:hover {
	text-decoration: underline;
	text-decoration-style: solid;
	color: #B0D0FF;
}
.odd img, .even img {
	padding-top: 30px;
	padding-bottom: 30px;
}
.odd img {
	float: left;
	padding-right: 30px;
}
.even img {
	float: right;
	padding-left: 30px;
}

.toc a:link, .toc a:visited {
	text-decoration: underline;
	text-decoration-style: dotted;
	color: #A0C0FF;
}
.toc a:link:hover {
	text-decoration: underline;
	text-decoration-style: solid;
	color: #B0D0FF;
}


.link-ribbon {
	height: 160px;
}
.link-block {
	border-radius: 8px;
	margin: 5px;
	width: 120px;
	height: 140px;
	color: #A0C0FF;
	float: left;
	text-align: center;
}
.link-block:hover{
	background: #083048; 
	color: #A0C0FF;
}
.link-block img {
	width: 70px;
	height: 60px;
	margin: 4px;
}
.link-text {
	font-size: 0.85em;
}

h1 {
	color: #C0D0FF;
	font-weight: Bold;
	text-shadow: -3px 5px 5px rgba(30, 70, 150, 0.68);
	text-align: center;
	line-height: 1;
}

h2 {
	color: #C0D0FF;
	font-weight: Bold;
	text-shadow: -3px 5px 5px rgba(30, 70, 150, 0.68);
	text-align: left;
}

.link-list a:link {
	text-decoration: none;
}
.link-list img {
	max-width: 70px;
	max-height: 70px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	float: left;
}

.linked-odd, .linked-even {
	margin-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #A0C0FF;
}
.linked-odd {
	background: #001224;
}
.linked-even {
	background: #000A16;
}
.linked-even:hover, .linked-odd:hover {
	background: #083048; 
	color: #A0C0FF;
}

.inline-code, .code {
	font-family: monospace;
	font-size: 1.2em;
	background: #080808;
	color: #DDD;
	padding: 6px;
	border-style: dashed;
	border-color: #DDD;
	border-width: 1px;
}
.code p {
	white-space: pre;
}
.inline-code {
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 6px;
}
.code {
	line-height: 1.1;
	padding-top: 2px;
	padding-bottom: 2px;
	border-width: 2px;
}

