@media (max-width: 767px) {
    body{background:#efeff4!important;margin:0;padding:0;border:0;outline:0;box-sizing:border-box}
}
.jumbotron-bg {
    background: green
}

.list-group-item img {
    display: block;
    margin: auto;
    max-width: 100%;
}


.disable-hover {
    pointer-events: none;
}

.link-item {
    list-style-type: none;
    padding: 17px 15px;
    display: block;
    color: #337ab7 !important;
    text-align: left;
}

.link-item:hover {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

html.can-touch .link-item:hover{ /* disable hover effect when input is touch */
    background-color: #fff;
}

html.can-touch .link-item:active{ /* disable hover effect when input is touch */
    background-color: #f5f5f5;
}

.fa {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 10px;
}
