body { color: gray; }
.header-group .header-title {
    margin: 0 0 5px;
	color: white;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.site-description {
    text-align: center;
    margin: 80px 0 80px;
    font-size: 16px;
}
h3 {
    color: #559cb3 !important;
    line-height: 1.2;
    font-weight: 700;
    margin: 24px 0 16px;
}
header{
	background-image: url("");
	background-color: #cccccc;
	background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(143, 143, 143, 0.1) 75%, #8f8f8f 100%), url(/images/EdgeReleaseNotesBackground.png);
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	height: 37vh;
	padding: 5rem 1rem;
}
.main-navigation a {
    padding: 8px 16px;
    border-bottom: 3px solid #fff;
}

.main-navigation a:hover {
    padding: 8px 16px;
    border-bottom: 3px solid #559cb3;

       @@media (min-width: 768px) {
            div.masthead {
                background-attachment: fixed;
                padding: 5rem;
            }
	   }