<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow-x: hidden; 
}


section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.em-text {
    color: #e64a19 !important;
}
.em-text_big {
    font-size: 1em;
}

.col-md-4 {
    margin-bottom: 20px;
}

.jumbotron {
/*    background: #1B222A url("../img/Background.png") no-repeat top center; */
    background: #1B222A url("../img/pic_shopping_mall.jpg") no-repeat top center;
    color: white;
    overflow: none;
    height: 320px;
}

.jumbotron h1 {
    margin-top: 20%
}

.jumbotron p {
    margin-bottom: 10%;
}

.jumbotron .app-btn {
    width: 30%;
    margin-right: 20px;
}

.jumbotron .showcase-img {
    width: 75%;
    position: relative;
    top: 2px;
}

img.demo {
    width: 100%;
    padding: 3px;
    border: 1px solid #CCC;
}

section#feature {
    background: #42C6FF;
    padding: 40px;
    color: #FFFFFF;
    overflow: auto;
}

section#feature ul {
    padding: 0;
    margin: 0;
}

section#feature ul li {
    list-style: none;
    line-height: 2m;
    font-size: 22px;
}

section#titlebar {
    padding: 0;
    margin: 0;
    height: 80px;
    background: #5F656D;
    color: white;
}

section#titlebar h1 {
    margin-bottom: 20px;
}

footer {
    background: #333;
    color: white;
    padding: 30px 0 20px 0;
    height: 80px;
}

footer li {
    float: left;
    list-style: none;
    padding: 0 20px 0 10px;
}

footer a {
    color: white;
}

footer a:hover {
    color: yellow !important
}

footer p {
    font-size: 18px;
    float: right;
    vertical-align: middle;
}

/* MEDIA */

@media(max-width: 1200px) {
    .showcase-img {
        display: none;
    }
}

@media(max-width: 900px) {
    .showcase-img {
        display: none;
    }
}



</pre></body></html>