

/* Put your custom styles here */

.footer_link
{
    color: #ABA84D;
}

.footer_link:hover
{
    color: #fff;
}

.sectionbackground
{
    background: url("../images/background_skyline_3.jpg") center no-repeat;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    min-height: 800px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.moreinfobackground
{
    background-color: rgba(39, 117, 179, 0.7);
}

.moreinfo
{
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.moreinfolink
{
    color: #fff;
    font-weight: 700;
}

.moreinfolink:hover
{
    color: #ABA84D;
}

.center-block
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wc2blue
{
    color: #2775B3;
}

#navbar-collapse a:hover
{
    color: #2775B3;
}

.bluebackground
{
    background-color: #2775B3 !important;
}

a.collapsed
{
    color: #D2D46A;
}

