@charset "UTF-8";

.sticky-top {
	background-color:#1B208C;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4em;
	padding: 5px 100px;
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.nav-link {
	color:#F2F2F0;
	margin: 0 16px;
  	display: inline-block;
  	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.nav-link:hover, .nav-link:focus, .nav-link:active {
	color:#F2BC79;
  	-webkit-animation-name: hvr-bob-float, hvr-bob;
  	animation-name: hvr-bob-float, hvr-bob;
  	-webkit-animation-duration: .3s, 1.5s;
  	animation-duration: .3s, 1.5s;
  	-webkit-animation-delay: 0s, .3s;
  	animation-delay: 0s, .3s;
  	-webkit-animation-timing-function: ease-out, ease-in-out;
  	animation-timing-function: ease-out, ease-in-out;
  	-webkit-animation-iteration-count: 1, infinite;
  	animation-iteration-count: 1, infinite;
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
  	-webkit-animation-direction: normal, alternate;
  	animation-direction: normal, alternate;
}

.tombol svg {
	margin-left: 7px;
}

/* Shrink */
.navic {
  	display: inline-block;
  	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
}
.navic:hover, .navic:focus, .navic:active {
	fill:#F2BC79;
  	-webkit-transform: scale(0.9);
  	transform: scale(0.9);
}

.navic .cls-1:hover {
	fill:#F2BC79;
}

h1 {
	text-align: center;
	margin-bottom: 50px;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 4em;
	color: #282140;
	opacity: 30%;
}

.card-body h5 {
	color: #282140;
	text-align: center;
}

.card-body h5:link {
	text-decoration: none;
}

.card-body:hover  h5 {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none;
}

.overlay {
	position:absolute;
	border-radius: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .5s ease;
	background-color: #464AA6;
}

.pick:hover .overlay{
	opacity: 85%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.text {
	color: #F2BC79;
	font-family: coolvetica,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.artists {
	background-color: #F2F2F0;
}

.card {
	background-color: transparent;
	border: 0px solid black;
}

.card-img-top {
	border-radius: 5px;
}

.card-body {
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
}

.card-body h5 {
	font-family: coolvetica,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
	color: #282140;
}

.card-body h5:link {
	text-decoration: none;
}

.card:hover h5 {
	color: #1B208C;
	text-decoration: none !important;
}

.panah {
	justify-content: end;
	align-items: center;
	color: #464AA6;
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
}

.panah:hover {
	color:#282140;
	text-decoration: underline;
}

.panah:hover .cls-2{
	fill: #282140;
}

footer {
	color: #D1D2E8;
	background-color:#464AA6;
}

footer h2 {
	font-family: mighty-slab,serif;
	font-weight: 400;
	font-style: normal;
}

footer p {
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.1em;
}

footer h5 {
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	padding-bottom: 15px;
	font-size: 1.1em;
}

.navi {
	color: #D1D2E8;
	list-style: none;
	display: flex;
	justify-content:space-between;
	padding: 0;
	font-size: 1.2em;
}

.navi a {
	color: #D1D2E8;
}

.navi a:link {
	color: #D1D2E8 !important;
	text-decoration: none;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.1em;
}

.navi a:hover {
	color: #F2BC79;
}

.icons svg {
	margin-right: 10px;
}

.socmed .cls-1:hover {
	fill: #F2F2F0;
}

.fcontents {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 30px 100px;
}

.navbar-toggler{
	border: none;
}	

@media only screen and (max-width: 1024px) {
	.navbar {
		padding: 8px 25px;
	}

	.navi {
		flex-direction: column;
	}
	
	.card-body h5 {
		font-size: 1em;
	}
	
	.card-body p {
		font-size: 1em;
	}
	
	.col {
		padding: 12px;
	}
	
	.py-5 .artists {
		padding-top: 36px;
	}
	
	.pick:hover .overlay{
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	
	h1 {
		font-size: 3em;
	}
	
	.col {
		margin-bottom: 10px;
	}
	
	.panah {
		justify-content: center;
	}

	.tombol {
		margin-bottom: 0.5em;
	}

	.tombol svg {
		margin-left: 0;
		margin-right: 0.5em;
	}

	.nav-link {
		margin: 0;
	}

	.fcontents {
		padding: 16px 25px;
	}

	.navi {
		font-size: 0.9em;
	}

	footer p {
		font-size: 0.9em;
	}
	
	footer h5 {
		font-size: 0.9em;
	}
}