header {
background: url(/images/layout/bluegrassFrontPage23.jpg) no-repeat;
}

.section01{
background: #4089AE;

}
.headerBar{
background: rgba(64, 137, 174, .75);
grid-area: 1 / 1 / 2 / 2;
}
.tabArrow:after{
border-top: 40px solid #4089AE;

}
h1 {
color: #fff;
}
.headerBtns .signInMsg a {
color: #fff;
}

.signIn {
color: #fff;
}

.headerBtns .serverUI .serverLink a {
color: #fff;
}

section.section03 {
background: #4089AE;

}
footer {
background: #4089AE;

}

.tabs-content {
background: #e5a17a;
}

.ctaBtn {
background: #f35033;
color: #fff;
border: 2px solid #f35033;
box-shadow: 5px 10px 8px #08042b;
}
.ctaBtn:hover{
background: #4089AE;
color: #fff;
}
.ctaBtn.alternate{
background: #4089AE;
color: #fff;
border: 2px solid #4089AE;
}
.ctaBtn.alternate:hover{
background: #f35033;
color: #fff;
}
.tabArrow:after {
border-top-color: #f35033;
}

@media screen and (max-width:1360px) {
    body header {
        background-position-x: 45%;
    }
}

@media screen and (max-width:1000px) {
    body header {
        background-position-x: 59%;
    }
}
@media screen and (min-width:1900px) {
    body header {
        background-position-x: 50%;
    }
}