#gallery-big-container ul{
	list-style-type: none;
}

#package-list-group .list-group{
	width: 230px;
}

#package-list-group a {
	text-decoration: none;
}

#btn-back-to-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}

.digimon-card-div{
	float: left;
	width: 107px;
	height: 180px;
	font-size: 15px;
}

.digimon-card-div a{
	text-decoration: none;
}

.digimon-card-number-span{
	width: 107px;
	height: 25px;
}

.digimon-card{
	width: 107px;
	height: 155px;
}

#package-title-text{
	font-family: 'Jua';
	font-size: 40px;
}

.meta-title-text{
	float: left;
	width: 100%;
	font-family: 'Jua';
	font-size: 25px;
	margin-bottom: 10px;
}

.digimon-class-div{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}



@keyframes growDown {
	0% {
    	transform: scaleY(0)
	}
	
	80% {
	    transform: scaleY(1.1)
	}
	100% {
	    transform: scaleY(1)
	}
}

#previous-package-button, #next-package-button{
	font-size: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

input{
	font-size:15px !important;
}

input::placeholder{
	color: rgb(0,0,0,0.2) !important;
	font-size: 13px;
}