/* Add here all your CSS customizations */

.topbanner{
	padding-top: 70px;
	margin-left: 250px;


}
.text-jp {
   
	padding-top: 20px;
	font-size: 30px;
	font-weight: 700;
    letter-spacing: .4em;
	color: dimgray;
}
#banner-btn{
	padding:10px;
	font-size: 16px
}

.thumb-info-title-b{
	bottom:70%;
}
.thumb-info .thumb-info-title-b {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(23, 23, 23, 0.8);
    bottom: 60%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
	margin-left:12%;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 2;
    max-width: 90%;
	text-align: center;
}

#footer ul li{ margin-left: -2em; }
img {
    pointer-events: none;
}
