html,
body
{
    min-height: 100%;
}

body
{
    font-family: 'open_sansbold', sans-serif;
    background: #2f71ad url('../images/skyline.jpg') no-repeat bottom center;
}

.cke_editable
{
    background-image: none;
    background-color: #fff;
}

section,
footer,
.page-header
{
    color: #fff;
}

a,
a:link,
a:hover,
a:visited
{
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

#banner h1
{
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

#banner h1 img
{
    margin: 0 auto;
}

section h2,
footer h2
{
    font-family: 'bebas_neue_regularregular', sans-serif;
}

#overview h2
{
    margin: 0;
}

#banner-top,
#banner-bottom,
.hide-text
{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.slides
{
    padding-top: 45.41%;
}

.slide
{
    position: absolute;
    margin-top: -45.41%;
    width: 100%;
}

.slide img
{
    position: absolute;
}

#portfolio h2
{
    margin-bottom: 55px;
}

#portfolio .icon
{
    margin-bottom: 15px;
}

#portfolio img
{
    margin: 0 auto 15px auto;
}

#contact
{
    margin-top: 90px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 24px;
    text-align: center;
}

#contact .inner
{
    padding: 20px;
    border: solid 4px #fff;
}

#contact h2
{
    margin: -20px 0;
    font-size: 100px;
}

#top-link
{
    margin-top: 125px;
    margin-bottom: 80px;
}

#rdit
{
    margin-bottom: 68px;
    font-size: 10px;
}

#rdit a
{
    color: #020202;
}

#rdit img
{
    vertical-align: top;
}

#heading .dec
{
    background: #fff;
}

#overview
{
    text-align: center;
    background: url('../images/loading.gif') no-repeat center center;
}

.modal img
{
    display: block;
    height: auto;
    max-width: 100%;
}

.down
{
    display: none;
}

@media (min-width: 768px)
{
    h1
    {
        padding: 0;
    }

    #contact
    {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    
    #contact h2
    {
        text-align: right;
    }
       
    .down
    {
        display: block;
        position: absolute;
        bottom: 50px;
        left: 50%;
        margin-left: -32px;
        z-index: 5000;
    }
}

@media (min-width: 768px)
{
    h1
    {
        background: transparent;
    }

    #overview
    {
        min-height: 100%;
    }

    #banner
    {
        position: relative;
    }

    #banner-top
    {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    #banner-bottom
    {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1000;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    #contact
    {
        font-size: 17px;
    }
    
    #contact h2
    {
        font-size: 80px;
    }
}