<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ad {
	height: 50px;
	width: 200px;
	background-image: linear-gradient(to left, purple, red, yellow);

	padding-top: 10px;
	position: fixed;
	
	bottom: 10px;
	right: 30px;	
	z-index: 10;

	text-decoration: none;
	color: #fff;
	border-radius: 20px;
}

.jumbotron {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/unsika.jpg);
	background-attachment: fixed;
	background-size: cover;
	height: 540px;
	color: white;
	text-align: center;
	position: relative;
}
.jumbotron::after {
	content:'';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	/*background-image: linear-gradient(to top, rgba(0,0,0,1),rgba(0,0,0,0));*/
}
.jumbotron .display-4 {
	padding-bottom: 30px;
	font-size: 40px;
	margin-top: 150px;
}
.navbar, .jumbotron .container {
	position: relative;
	z-index: 1;
}
.navbar-brand{
	font-family: 'Viga', sans-serif;
	font-size: 32px;
}
#title-jumbotron {
	font-size: 30px;
}

/*typed js*/
#typed {
	font-size: 17px;
}

/* panel */
.komisi-panel {
	padding-top: 60px;
}
.info-panel {
	height: 450px;
	width: 80%;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 3px 20px #eee;
	position: relative;
	top: -130px;
}
.panel {
	display: flex;
	margin-left: 30px;
	margin-top: 40px;
	margin-right: 30px;
}
.panel img {
	width: 80px;
	margin-left: 10px;
}
.panel h4 {	font-weight: bold; }
.panel p { color: grey; }
/*end panel*/


/*program kerja*/
#proker {
	/*background: linear-gradient(to right, blue, purple);*/
	background: linear-gradient(to right, maroon, black);
}
#proker h2 {
	padding-top:8px;
	padding-bottom: 8px;
}
.card {
	margin:20px;
}
/*end program kerja*/



/* struktur organisasi */
.nama-pengurus {
	color: grey;
}
/*end struktur organisasi*/



/* pengurus komisi*/
.komisi {
	margin-bottom: 40px;
}
.header-komisi {
	background-color: #000;
	color: #fff;
	font-size: 20px;
}
/* end pengurus komisi */

/* footer */
.copyright {
		height: 370px;
		background-color: #000;
		padding-top: 240px;
		margin-top: -200px;
		padding-bottom: 180px;
		color: #fff;
}

/* DESKTOP VERSION */
@media (min-width: 992px) { 

	/*update : 28 april 2019 */
	#ad {
		display: none	
	}

	.navbar-brand, .nav-link {
		color: white !important; /* memaksa/penting */
	}
	
	.nav-link{ text-transform: uppercase; }

	.nav-link:hover::after{
		content:'';
		display: block;
		border-bottom: 3px solid #fff;
		width: 50%; /* panjang border */
		margin: auto; /*border center*/
		margin-bottom: -20px;
		padding-top: 5px;
	}

	.nav-item { margin-left: 30px; }
	
	.navbar-nav { color: white;}
	
	.jumbotron{
		margin-top: -75px;
		padding-top: 150px;
		margin-left:auto;
		height: 640px;
	}
	.jumbotron .display-4 {
		font-size: 62px;
		margin-top: 75px;
	}

	#tombol {margin-top: 40px; padding:10px;}

	.info-panel {
		height: 200px;
		background-color: #fff;
		border-radius: 30px;
		box-shadow: 0 3px 20px #eee;
		position: relative;
		top: -130px;
		display: flex;
	}
	.panel {
		display: flex;
		margin-left: 30px;
		margin-top: 40px;
		margin-right: 30px;
		padding-top: 10px;
	}
	.panel img { width: 100px; }

	.panel h4 {	font-weight: bold; }

	.panel p { color: grey; }

	#typed {
		font-size: 25px;
	}

	#proker {
		padding-top:8px;
		padding-bottom: 8px;
		/*background: linear-gradient(-90deg, blue, purple);*/
		background: linear-gradient(-90deg, maroon, black);
	}
	.copyright {
		height: 380px;
		background-color: #000;
		padding-top: 260px;
		margin-top: -200px;
		color: #fff;
	}
}</pre></body></html>