/* navbar */
.navbar {
	position: fixed;
	z-index: 1;
}
.navbar-brand {
	font-family: Viga;
	font-size: 32px;
	position: fixed;
}

.navbar-text {
	color: #fff ! important;
}


/* jumbotron */
.jumbotron {
	background-image: url(img/jumbotron-bg.jpg);
	background-size: cover;
	height: 540px;
	text-align: center;
	position: relative;
	margin-top: -75px;

}

.,jumbotron .container {
	z-index: 1;
	position: relative;
}
.,jumbotron::after {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	

}

.jumbotron .display-4 {
	color: #fff;
	
	margin-top: 5px;
	font-weight: 200px;
	text-shadow: 1px 1px 1px rgba (0, 0, 0, 0.9);
	font-size: 40px;
	margin-bottom: 30px;
}
	
.jumbotron .display-4 span {
	font-weight: 500;
}


/*info panel*/
.info-panel {
	box-shadow: 0 3px 20px rgba(0,0,0,0.5);
	border-radius: 12px;
	margin-top: -100px;
	background-color: #95f3aa;
	padding: 30px;
}

.info-panel img {
	width: 100px;
	height: 100px;
	margin-right :20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.info-panel h4 {
	font-size: 16px;
	text-transform: Uppercase;
	font-weight: bold;
	margin-top: 10px;
}

.info-panel p {
	font-size: 16px;
	color: #212529;
	margin-top: -5px;
	font-weight: 200;
	text-align: justify;
}


/*working space*/
.workingspace {
	margin-top: 120px;
	text-align: center;
}

.workingspace h3 {
	font-size: 52px;
	font-weight: 200;
	text-transform: uppercase;
	margin-top: 10px;
}

.workingspace h3 span {
	font-weight: 500;
}

.workingspace p {
	font-size: 18px;
	color: #dc3545;
	font-weight: 200;
	margin: 30px 0;
}

/*footer*/
.footer {
	margin-top: 100px;
	text-align: center;

}
.footer p {
	color: #ffc107;
	font-size: 14px;

}


/* Utility */
.tombol {
	text-transform: uppercase;
	border-radius: 40px;
}

 
/* Dekstop Version */
@media (min-width: 992px) {
	.navbar-brand, .nav-link {
		color: #fff ! important;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);

	}	


	.,nav-link {
		text-transform: uppercase;
		margin-right: 30px;

	}	

	.nav-link:hover::after  {
		content: '';
		display: block;
		border-bottom: 3px solid #0B63DC;
		width: 50%;
		margin: auto;
		padding-bottom: 5px;
		margin-bottom: -8px;
	}

	.jumbotron {
		margin-top: -75px;
		height: 640px;
	}

	.jumbotron .display-4 {
		font-size: 62px;  
	} 


	.workingspace {
		text-align: left;
	}
}

