header {
    background: url(/images/layout/orchidFrontPage23.jpg) no-repeat;
}

.section01{
    background: #b27299;

}
.headerBar{
    background: rgba(178, 114, 153, .75);
    grid-area: 1 / 1 / 2 / 2;
}
.tabArrow:after{
    border-top: 40px solid #b27299;

}
h1 {
    color: #fff;
}
.headerBtns .signInMsg a {
    color: #fff;
}

.signIn {
    color: #fff;
}

.headerBtns .serverUI .serverLink a {
    color: #fff;
}

section.section03 {
    background: #b27299;

}
footer {
    background: #b27299;

}

.tabs-content {
    background: #f8d4e5;
}

.ctaBtn {
    background: #f35033;
    color: #fff;
    border: 2px solid #f35033;
    box-shadow: 5px 10px 8px #331333;
}
.ctaBtn:hover{
    background: #b27299;
    color: #fff;
}
.ctaBtn.alternate{
    background: #b27299;
    color: #fff;
    border: 2px solid #b27299;
}
.ctaBtn.alternate:hover{
    background: #f35033;
    color: #fff;
}
.tabArrow:after {
    border-top-color: #f35033;
}

@media screen and (max-width:1000px) {
    body header {
        background-position-x: 15%;
    }
}
@media screen and (min-width:1900px) {
    body header {
        background-position-x: 50%;
    }
}