

.jumbotron h1,.jumbotron .h1
{
    font-size: 44px;
}

@media (min-width:768px)
{
    .jumbotron-caption .btn
    {
        text-shadow: none;
        font-family: 'franchise';
        float: right;
        display: inline-block;
        position: absolute;
        top: 0px;
        right: -164px;
        overflow: visible;
        font-size: 60px;
        border-radius: 0;
        line-height: 65px;
        background-color: #f8c157;
        border: 0;
    }
    .jumbotron-caption .btn:after
    {
        content: "";
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 158px;
        border-top: 38px solid #f8c157;
        border-bottom: 39px solid #f8c157;
        border-right: 30px solid transparent;
        border-left: 4px solid transparent;
    }
}

.navbar-nav > li > a
{
}

.jumbo-header
{
    background-image: url('images/GCO-class18-photo-banner.jpg');
    background-position: center center;
}

