body {
    font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei",sans-serif;
}

.navbar-inverse{
    background-color: #1fa67a;
    border-color: #1b926c;
    color: #fff;
}
.navbar-inverse .navbar-brand {
    background-color: transparent;
    color: #fff;
}

.projects
{
	margin-top: 80px;
}

.projects .thumbnail {
    border-radius: 0;
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 310px;
    text-align: center;
}
.projects .thumbnail .caption {
    color: #555;
}
#scrollUp {
    background-color: #777;
    border: medium none;
    bottom: 20px;
    color: #eee;
    font-size: 40px;
    height: 46px;
    line-height: 1;
    opacity: 0.8;
    overflow: hidden;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 46px;
}
#scrollUp {
    bottom: 100px;
}
#footer {
    background-color: #1fa67a;
    border-top: 1px solid #1c9971;
    color: #a5d8c7;
    margin-top: 40px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
#footer .copy-right {
    background-color: rgba(51, 51, 51, 0.08);
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#footer a {
    border-bottom: 1px dotted #a5d8c7;
    color: #d2ebe3;
}
#footer .copy-right > * + * {
    margin-left: 14px;
}
#footer .footer-ad {
    text-align: center;
}


