* {
	box-sizing: border-box;
	text-decoration: none;
	overflow: none !important;
}

body {
	margin: 0 0 150px;
	font-family: "Quicksand", sans-serif;
	background: #ebebeb;
	min-height: 400px;
}

.box {
	padding: 30px 10px;
	border-radius: 5px;
}

.grow { 
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.grow:hover { 
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-filter: drop-shadow(7px 5px 7px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(7px 5px 7px rgba(0, 0, 0, 0.5));
	/* 3D Animation */
	/* box-shadow:
		1px 1px #373737,
		2px 2px #373737,
		3px 3px #373737,
		4px 4px #373737,
		5px 5px #373737,
		6px 6px #373737;
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
	transition: .3s ease; */
}

.gambar {
	height: 64px;
	-webkit-filter: drop-shadow(5px 3px 5px rgba(250, 250, 62, 0.5));
	filter: drop-shadow(5px 3px 5px rgba(250, 250, 62, 0.5));
}

.gambar-orang {
	border-radius: 50%;
	height: 64px;
}

.gambar:hover {
	animation: swing;
  	animation-duration: 2s;
}

span {
	cursor: pointer;
}

.site-footer
{
	position: fixed;
	margin-top: 100px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #26272b;
	padding: 20px 20px;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}
.site-footer a
{
	color: #3366cc;
	text-decoration: none;
}
.site-footer a:hover
{
	color: #fcf93a;
	text-decoration:none;
}
.copyright-text
{
	margin:0
}
@media (max-width: 991px)
{
	.site-footer [class^=col-]
	{
		margin-bottom:30px
	}
}
@media (max-width: 767px)
{
	.site-footer
	{
		padding-bottom:0
	}
	.site-footer .copyright-text,.site-footer .social-icons
	{
		text-align:center
	}
}
@media (max-width: 460px) {
	.navbar-brand {
		padding-top: .3125rem;
		padding-bottom: .3125rem;
		margin-right: 1rem;
		font-size: 1.25rem;
		text-decoration: none;
		white-space: normal;
	}
}