body{
    background: url(../img/bg.jpg);
}

.container {
    max-width: 990px;
    max-width: 99rem;
    background-color: #ffffff;
}
.container.scaffolding {
    padding: 0 35px;
    padding: 0 3.5rem;
}

#header nav .col-xs-2{
    width: 11.666667%;
}
#header nav .col-xs-8{ 
    width: 75.666667%;
}

#banner,
#overseas-map{
    position: relative;
}
#banner .main-title{
    position: relative;
    top: 60%;
    font-size: 28px;
    font-size: 2.8rem;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.75);
}
#banner .img-banner,
#overseas-map .img-banner{
    z-index: 0;
    width: 100%;
}
#banner .highlighted-text{
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding: 15px 50px;
}
#main-content{}
@media (min-width: 768px) {
    #banner .main-title {
        position: absolute;
    }
    #main-content > .row > .main-title{
        margin-bottom: 30px
    }
}
#main-content-footer{
    font-family: roboto_slabregular, arial, helvetica;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.7rem;
    border-top: 4px solid #222222;
    padding-top: 20px;
}

#footer{
    padding: 15px 0;
    color: #ffffff;
    background: #182750;
}
#footer .container{
    background: none;
}