/* nav bar*/
.navbar {
	color: white !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	position: relative;
	z-index: 1;
}
.navbar-brand{
	color: white !important;
	font-family: viga;
	font-size : 18;
	margin-right: 10px;
}
.nav-link{
	color: white !important;
}
/*carousel*/
.carousel-inner img{

}


/* info panel */
.info-panel {
	box-shadow: 0, 4px, 20px rgba(0,0,0,0.5);
	border-radius: 18px;
	margin-top: -50px;
	background-color: rgb(225,114,7,1);
	padding: 12px;
}
.info-panel img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.info-panel h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -10px;
}
.info-panel p{
	font-size: 10px;
	color: black;
	margin-top: -5px;
}
/*workingspace */
.penelitian h3{
	margin-top: 50px;
	font-size: 24px;
	font-weight: 150px;
	font-style: italic;
	text-transform: uppercase;
	background-color: rgb(32,91,111,1);
}
.pengabdian h3{
	margin-top: 20px;
	font-size: 24px;
	font-weight: 150px;
	font-style: italic;
	text-decoration-color: white !important;
	background-color: rgb(225,114,7,1);
	text-transform: uppercase;
}
.akademik h3{
	margin-top: 5px;
	font-size: 24px;
	font-weight: 150px;
	font-style: italic;
	text-transform: uppercase;
	background-color: rgb(51,166,67,1);
	margin-bottom :-45px;
}

.workingspace {
	margin-top: 0px;
	text-align: center;
}
.workingspace h3{
	margin-top: 30px;
	font-size: 24px;
	font-weight: 100px;
	font-style: italic;
	text-transform: uppercase;
}
.workingspace p {
	font-size: 18px;
	color: #ACACAC;
	font-weight: 200px;
	margin-top: 25px;
	margin-bottom: 5px;

}
.testimonial {
	margin-top: 30px;

}
.testimonial h5{
	text-align: center;
	font-weight:100px;
	font-style:italic;
	font-size: 14px;
}
.figure img{
	width: 30px;
	margin: 10px 10px 10px;
	opacity: 0.5;
}
.figure img.utama{
	width: 60px;
	opacity: 1;
	margin-top: 10px;
}

.figure-caption h5{
	font-size: 4px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #1c2c5d;
}
.figure-caption h5.utama{
	font-size: 8px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #1c2c5d;
}
.figure-caption p{
	margin-top: -10px;
	font-size: 8px;
	text-align: center;
	font-weight: bold;
	font-style: normal
	color: #ACACAC;
}

.carousel-caption h5{
	color: white !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	margin-bottom: -30px;
	text-underline-position: center;
	text-transform: uppercase;

}
.carousel-caption p{
	color: white !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	margin-bottom: -20px;
	text-underline-position: center;
	font-size: 18px;

}


	.card{
		background-color: rgb(32,91,111,1);
		margin-top: 0px;
	}
	.card-header{
		background-color: rgb(225,114,7,1);	
	}
	.card-footer{
		background-color: rgb(32,91,111,1);
		margin-top: 0px;
	}
	.card-body h3{
		color: white;
		font-size: 16px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1)
	}
	.card-body h5{
		color: white;
		font-size: 14px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1)
	}
	.card-body p{
		color: white;
		font-size: 12px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);

	}
	.card-footer img{
		width: 10px;
		margin-right: 6px;

	}







/* desktop version*/
@media (min-width: 992px) { 
	.navbar-brand, .nav-link {
		color: white !important;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1)
		font-size:32px;
	}
	.navbar, .fixed-top {
		margin-top: 0px;
	}
	.nav-link {
	text-transform: uppercase;
	margin-right: 10px;
	} 
	.carousel-inner{
		width: 1080px 720px;
	}
	.workingspace{
		text-align: justify;
		margin-top: 50px;
		margin-bottom: 5px;
	}
	.card{
		background-color: rgb(32,91,111,1);
	}
	.card-header{
		background-color: rgb(225,114,7,1);	
	}
	.card-footer{
		background-color: rgb(32,91,111,1);
		margin-top: -50px;
	}
	.card-body h3{
		color: white;
		font-size: 26px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	}
	.card-body h5{
		color: white;
		font-size: 18px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	}
	.card-body p{
		color: white;
		font-size: 16px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);

	}
	.card-footer img{
		width: 20px;
		margin-right: 10px;

	}
}