body 
{
    font-family: Lato, arial, "Hiragino Sans GB", "Microsoft Yahei", 微软雅黑, 宋体, Tahoma, Arial, Helvetica, STHeiti;
}
.hero h1 {
	font-weight: 600;
}

.hero h3 {
	font-weight: 600;
}

.navbar {
    letter-spacing: 2px;
}

.thumbnail-intro {
    min-height: 240px;
    
}


.thumbnail-intro p {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
	
	.thumbnail-small {
        padding: 20px 0px 40px 0px;
        border: none;
        border-radius: 5px;
        background-color: white;
        box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
    }
    .thumbnail-small  img {
        width: 75%;
        height: 75%;
        margin-bottom: 30px;
    }
    .thumbnail-small  p {
        margin-top: 12px;
        color: #555;
        font-size: 20px;
    }
    .thumbnail-small  h1 {
        font-size: 25px;
        color: #F8B500;
    }
    .thumbnail-small  h2 {
        font-size: 20px;
        color: #201300;
        min-height: 40px;
        max-height: 400px;
    }
    .thumbnail-small  ul {
        margin-left: 0em;
        text-align: left;
    }
	
	
	
}