#duck-menu{
	overflow-y: scroll;
	max-height: 70vh;
}
#duck-menu ul {
	list-style-type: none;
}

#duck-menu a, #duck-menu li {
	color: gray;
	text-decoration: none;
	padding-bottom: 3px;
}

#duck-menu ul {
	padding-left: 5px;
}

a{
	color:  #4b3596;
	font-weight: bold;

}
.stack-title, .stack-subtitle{
	color: #2B84A8;
	text-align: center;
}
.stack-subtitle{
		font-size: 2.2rem;
}
.release-history{
	opacity:0.48;
	padding:40px;
}
.sidebar{
	height: 100%;
	padding: 20px;
}
.container{
	max-width: 1070px;
}

.header{
position: fixed;
background: rgba(166, 169, 206, 0.97);
width: 100%;
top:0;
z-index: 999;
}
.header>.container>.row{
	margin-top:0;
}
.header>.container>.row>.column:last-of-type{
	display: none;
}
.header p{
	color:white;
}
.main-content{
	margin-top: 140px;
}
@media screen and (min-width: 768px){
.side-content{
	position: fixed;
}
.header>.container>.row>.column:last-of-type{
	display: block;
}

}
.site-title, .site-sub-title{
	color: white;
	font-weight: bold;
	padding :0;
}
.release-content{
	width: 100%;
height:2000px;
border: none;
margin-top: 40px;
font-family: inherit!important;
}

.stress{
	color: #776bba;
}
 #ajax-notes h1 #ajax-notes h2, #ajax-notes h3, #ajax-notes h4, #ajax-notes h5, #ajax-notes h6{
	color: #776bba;
}
#ajax-notes h2.stack-title, #ajax-notes h4.stack-subtitle{
		color: #4b3596;
}


