/*****
* css for the 'other' repository site
***
* tags
*****/

body {
	background: linear-gradient( 0deg, 
		hsla(120,50%,10%,1), 
		hsla(60,30%,30%,1) 48%, 
		hsla(200,50%,40%,1) 50%, 
		hsla(240,100%,90%,1) 
	);
	overflow: auto;
	position: relative;
}


html {
	overflow: hidden;
}


html, body {
	box-sizing: border-box;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


/*****
* ids
*****/

#breadcrumbs {
	height: 2.5em;
}


#content {
}


#content-container {
	background: linear-gradient(
		0deg, 
		hsla(160,100%,10%,1), 
		hsla(160,100%,30%,1) 30%, 
		hsla(160,100%,40%,1) 50%, 
		hsla(160,100%,90%,1)
	);
	border: 2px solid hsla(160,50%,30%,1);
	border-radius: 40px 20px 30px 10px;
	/* border-width: 3px 6px 9px 12px; */
	box-shadow: 10px 10px 5px #888888;
	height: 70%;
	left: 10em;
	margin-top: 1em;
	padding: 1em;
	position: absolute;
	right: 3em;
	top: 21%;
}


#nav {
	float: left;
	width: 9em;
}


#welcome {
	background: linear-gradient(
		0deg, 
		rgba(60,60,60,1), 
		rgba(140,140,140,1) 30%, 
		rgba(160,160,160,1) 50%, 
		rgba(240,240,240,1)
	);
	border: 2px solid #000000;
	border-radius: 40px 20px 30px 10px;
	/* border-width: 3px 6px 9px 12px; */
	bottom: 80%;
	box-shadow: 10px 10px 5px #888888;
	left: 10em;
	position: absolute;
	right: 3em;
	text-align: center;
	top: 3em;
}


/*****
* classes
*****/
.crumb-holder {
	background-color: #005daa;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	display: inline-block;
	padding: 3px;
}


.crumb-holder:hover {
	background-color: #e0e0e0;
	border: 1px solid #005daa;
}


.crumb-link {
	text-decoration: none;
	color: #e0e0e0;
}


.crumb-link:hover {
	color: #005daa;
}


.crumb-separator {
	color: #338fdd;
}


.nav-holder {
	background-color: #e0e0e0;
	border: 1px solid #005daa;
	border-radius: 5px;
	display: block;
	margin-bottom: 0.5ex;
	padding: 3px;
	width: 9em;
}


.nav-holder:hover {
	background-color: #005daa;
	border: 1px solid #e0e0e0;
}


.nav-link {
	text-decoration: none;
	color: #005daa;
}


.nav-link:hover {
	text-decoration: none;
	color: #e0e0e0;
}
