.covf-header-top {
	height: 3px;
	width: 100%;
	background: $color__link-hover;
}
.site-title {
	margin: 30px 0 0 0;
	font-family: $font__heading;
	font-size: 60px;
	font-weight: bold;
	line-height:1;
	a {
		color: #494949;
		&:hover,
		&:focus,
		&:active {
			color: $color__link-hover;
		}
	}
}
.site-description {
	color: #A0A0A0;
	font-size: 13px;
	font-family: $font__main;
	margin: 0;
	line-height:1;
	text-transform: uppercase;
	margin-bottom:31px;
}