@charset "utf-8";

div.anchor {
	margin-top:30px;
}

div.anchor a{
	background : -moz-linear-gradient(0% 50% 0deg,rgba(248, 181, 0, 1) 0%,rgba(255, 153, 51, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(248, 181, 0, 1) 0%, rgba(255, 153, 51, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(248, 181, 0, 1) ),color-stop(1,rgba(255, 153, 51, 1) ));
	background : -o-linear-gradient(0deg, rgba(248, 181, 0, 1) 0%, rgba(255, 153, 51, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(248, 181, 0, 1) 0%, rgba(255, 153, 51, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8B500', endColorstr='#FF9933' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(248, 181, 0, 1) 0%, rgba(255, 153, 51, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8B500',endColorstr='#FF9933' , GradientType=1);
	display:table;
	color: white !important;
	font-weight:bold;
	letter-spacing:0.2em;
	margin:0 0 0 auto;
	text-align:center;
	text-decoration:none !important;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	padding:0.5em 15px;
}

div.anchor a:hover{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/*
────────────────────────────────────────────────── */

#anchor {
	margin-left:60px;
}

#anchor h2{
	background : -moz-linear-gradient(-15.7% 11.25% -45deg,rgba(248, 181, 0, 1) 0%,rgba(255, 153, 51, 1) 100%);
	background : -webkit-linear-gradient(-45deg, rgba(248, 181, 0, 1) 0%, rgba(255, 153, 51, 1) 100%);
	background : -webkit-gradient(linear,-15.7% 11.25% ,114.58% 88.08% ,color-stop(0,rgba(248, 181, 0, 1) ),color-stop(1,rgba(255, 153, 51, 1) ));
	background : -o-linear-gradient(-45deg, rgba(248, 181, 0, 1) 0%, rgba(255, 153, 51, 1) 100%);
	background : -ms-linear-gradient(-45deg, rgba(248, 181, 0, 1) 0%, rgba(255, 153, 51, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8B500', endColorstr='#FF9933' ,GradientType=0)";
	background : linear-gradient(135deg, rgba(248, 181, 0, 1) 0%, rgba(255, 153, 51, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8B500',endColorstr='#FF9933' , GradientType=1);
	color:#FFF;
	font-weight:bold;
	padding:30px;
	width:200px;
}

#anchor ul{
	background:#EEE;
}

#anchor li{
	padding:20px;
}

#anchor li + li{
	border-top:1px #CCC solid;
}

#anchor a{
	color:#333;
}

/**/

#container{
	display:flex;
	align-content: flex-start;
	justify-content: center;
}

/**/

#repo h2{
	font-size:150%;
	font-weight:bold;
	padding-left:20px;
	position:relative;
}

#repo h2:before {
	background : -moz-linear-gradient(0% 50% 0deg,rgba(248, 181, 0, 1) 0%,rgba(255, 153, 51, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(248, 181, 0, 1) 0%, rgba(255, 153, 51, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(248, 181, 0, 1) ),color-stop(1,rgba(255, 153, 51, 1) ));
	background : -o-linear-gradient(0deg, rgba(248, 181, 0, 1) 0%, rgba(255, 153, 51, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(248, 181, 0, 1) 0%, rgba(255, 153, 51, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8B500', endColorstr='#FF9933' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(248, 181, 0, 1) 0%, rgba(255, 153, 51, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8B500',endColorstr='#FF9933' , GradientType=1);
	content:"";
	height:5px;
	display:block;
	position:absolute;
	top:50%; left:0;
	margin-top:-7px;
	width:10px;
}

#repo h3{
	margin-top:1em;
	font-weight:bold;
	font-size:120%;
	padding-left:20px;
}

#repo h3:first-letter {
	color:#FF9933;
}

#repo p{
	margin-top:1em;
	padding-left:20px;
}

#repo article + article{
	margin-top:60px;
}

#repo div.other{
	border-left:5px #FF9933 solid;
	font-weight:bold;
	font-size:120%;
	background:#EEE;
	margin-top:1em;
	margin-left:20px;
	padding:20px;
}