section.banner {
    min-height: 350px;
    text-align: center;
    color: white;
    background-size: cover;
    background-color: #777777;
}

section.banner.about {
    background: #777777 url('/images/banner_about.jpg') no-repeat 50% 50%;
    background-size: cover;
}

section.banner.contact {
    background: #777777 url('/images/banner_contact.jpg') no-repeat 50% 50%;
    background-size: cover;
}

section.banner h2 {
    padding-top: 134px;
    font-size: 46px;
    font-weight: 600;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 23px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
}

section.banner p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
}

section.banner p span {
    font-weight: bold;
    font-size: 38px;
}

#miniNav {
    font-family: 'Raleway', sans-serif;
    height: 50px;
}

#miniNav a {
    color: #555056;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-bottom: 1px;
    margin-right: 26px;
}

#miniNav .allTabs::AFTER {
    content: "";
    display: block;
    background: url(../images/nav_tab.png) no-repeat 0 0 transparent;
    width: 34px;
    height: 21px;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 0;
}

#miniNav .aboutTab::AFTER {
    margin-left: 116px;
}

#miniNav .contactTab::AFTER {
    margin-left: 216px;
}

#miniNav .faqTab::AFTER {
    margin-left: 303px;
}

#miniNav .pressTab::AFTER {
    margin-left: 375px;
}

#miniNav .termsTab::AFTER {
    margin-left: 462px;
}
