.page-header {
}
.header {
	background-color: #00B9B9;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6AB023,endColorstr=#006600);
	background-image: -khtml-gradient(linear,left top,left bottom,from(#6AB023),to(#006600));
	background-image: -moz-linear-gradient(top,#6AB023,#006600);
	background-image: -ms-linear-gradient(top,#6AB023,#006600);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6AB023),color-stop(100%,#006600));
	background-image: -webkit-linear-gradient(top,#6AB023,#006600);
	background-image: -o-linear-gradient(top,#6AB023,#006600);
	background-image: linear-gradient(#6AB023,#006600);
	border-color: #009999;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.33);
	-webkit-font-smoothing: antialiased;
}
.site-title {
}
.site-description {
    color: #ffffff;
    text-shadow: 2px 2px #808020;
      font-size: calc(12px + 1vw);
}