/* GLOBAL STYLES
-------------------------------------------------- */
body {
    margin: 0;
    background-color: #e8e8e8;
    /*width: 1800px;*/
}

.bgc {
    background-color:#e8e8e8;
}


/* TOP STYLES
-------------------------------------------------- */
.top {
    height: 40px;
    background-color: #ebebeb;
    font-size: 16px;
    color: #007cc3;
    line-height:40px;
}


/* NAVBAR STYLES
-------------------------------------------------- */
.navbar {
    margin:0;
    background-color: black;
    border-radius: 0;
}
.navbar-header {
    height:100%;
}
.nav_a {
    width:100%;
    height:80px;
    font-size:20px;
    color: #ffffff;
    text-align: center;
}
.navbar-brand {
    padding:0;
    height:100%;
}
/*.logo {*/
    /*width:100%;*/
    /*height:100%;*/
/*}*/

.logo {
    margin-top: 13%;
}
li.nav_li>a:hover {
    background-color: #ebf6fc;
    color: #007cc3;
}

.nav_li {
    /*width:160px;*/
    /*height:80px;*/
}
.icon-bar {
    background-color: #e8e8e8;
}
.nav_ul_li {
    /*width:200px;*/
    height:100%;
}
li.nav_ul_li>a:hover {
    background-color: #ebf6fc;
    color: #007cc3;
}
.nav_li_a {
    width:100%;
    height:100%;
    font-size:20px;
    color: #000000;
}

/* Foot STYLES
-------------------------------------------------- */
#foot {
    background-color:#222834;
    height:auto;
}
address {
    margin-top:44px;
    margin-bottom:40px;
}
address>p>strong {
    font-size: 24px;
    margin-bottom: 18px;
}
.QR_code {
    margin-top:40px;
    height:100%;
}
.foot_address {
    height:100%;
    color: #ffffff;
}
.foot_map {
    height:100%;
    padding:0;
    margin-top:50px;
}
.foot_map_content {
    width:100%;
    height:130px;

}


/* Footer STYLES
-------------------------------------------------- */
.footer {
    background-color: #202430;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}


/* responsive for mobile
-------------------------------------------------- */
.jumbotron_container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 150px;
}
@media only screen and (max-width: 450px) {
    .jumbotron {
        height: 200px;
    }
    .jumbotron_title {
        letter-spacing: 5px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .jumbotron_desc {
        letter-spacing: 3px;
        font-size: 20px;
    }
    .jumbotron_container {
        margin-top: 25px;
    }
}