body {
    width: 100%;
    background: #ffffff url(image/bg.jpg)no-repeat;
    background-size: 100%;
}
.main{width:100%;}
.main-body {width:100%;}
.section { position: relative; padding-top: 4rem; padding-bottom: 4rem;}
.container { width: 80%; }

.h-120 { height: 30rem !important;}
.shadow {box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important;}
.p-3 { padding: .75rem !important;}
.border-0 { border-width: 0 !important;}
.card { position: relative;}
.card-lift--hover:hover { -webkit-transition:all .15s ease; transition:all .15s ease;-webkit-transform:translateY(-20px);transform:translateY(-20px)}
.card-img { width:100%; border-radius:.1875rem;}
.card-title {position: absolute;bottom: 2rem;left: 25%;font-weight: bold;color: #0ba1e4;}
.footer { padding:3rem 0; background:#f4f5f7;}
.bs-docs-footer-links { padding-left: 0; margin-bottom: 20px;}
.bs-docs-footer-links li { display: inline-block;}
.bs-docs-footer-links li + li { margin-left: 15px;}
.col-md-2{margin-bottom: 1rem;}
@media (max-width:767px) {
	.h-120 { height: 1rem !important;}
	.card-title{left:33%;bottom:5rem;}
}
a{color:#666666;}