body  .login{
	background-image: url("<?= base_url(); ?>assets/img/bg-baru.jpg");
	background-size: cover;
}

.home1{
	transition:transform .3s;
}

.home1:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.navbar {
	background-color:#03045e;
	font-size:16px;
}

.navbar-brand{
	font-family: 'Mulish', sans-serif;
	font-size:22px;
}

.navbar-nav .nav-item .nav-link{
	font-family: 'Mulish', sans-serif;
	color:white;
	margin-right:10px;
}

.nav-link:hover{
	transition:transform .3s;
}

.copyright {
	background-color:#03045e;
}

.container h4 .terkait{
	font-family: 'Mulish', sans-serif;
	font-size:20px;
}

.footer{
	background-color:#c6c6c6;
}

footer p {
	font-family: 'Mulish', sans-serif;
	font-size:16px;
}

footer ul li .icon-footer {
	font-size:30px;
}

a{
	color:grey;
}

a:hover{
	text-decoration:none;
	color:#03045e;
}

.breadcrumb{
	font-family: 'Mulish', sans-serif;
}

h3{
	color:#03045e;
	font-family: 'Mulish', sans-serif;
	font-size:24px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: grey;
	text-decoration: none;
}
a:link {
	color: black;
	text-decoration: none;
}
a:active {
	color: grey;
	text-decoration: none;
}
a:visited {
	background: yellow;
	text-decoration: none;
}

.tanda {
	color: grey;
	font-size: 12px;
}

.page-item:visited {
	background-color: white;
}

.page-link:visited {
	background-color: white;
}

.syaratblk {
	font-size: 12px;
}

.pelatihanblk {
	border-bottom-left-radius: 100px;
}

.gambarmagang {
	border-top-right-radius: 50px;
}

.alert{
	font-size:16px;
	font-family: 'Mulish', sans-serif;
}

table{
	font-family: 'Mulish', sans-serif;
	color:black;
	font-size:16px;
}


/*--------- Halaman BLK -----------*/

.card-blk{
	background-color:#03045e;
}

h4 .card-judul{
	font-size:20px;
}

h4 .card-judul:hover{
	text-decoration:none;
	color:grey;
}

.text-blk{
	font-family: 'Mulish', sans-serif;
	font-size:16px;
	text-align:justify;
	color:black;
}

.table-alumniblk .thead-alumniblk{
	background-color:#03045e;;
}


/*--------------Halaman Pencaker----------------*/
table .thead-pencaker{
	background-color:#03045e;;
}


/*-------------- Wave -----------------*/
body .kepala {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(72,202,219,1) 0%, rgba(3,4,94,1) 100%);
  color:white;
}

body .inner-header {
	height:100%;
  width:100%;
  margin: 0;
  padding: 80px 0;
}

body .inner-header .welcome-wave{
  font-color:white;
  font-family: 'Mulish', sans-serif;
  font-size:34px;
}

body .inner-header .dinas-wave{
  font-color:white;
  font-family: 'Mulish', sans-serif;
  font-size:22px;
}

body .flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

body .waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:200px;
  backgroun-image: url('<?= base_url(); ?>assets/img/bg-baru.jpg');
}

body .parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
body .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
body.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
body .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
body .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  body .waves {
    height:40px;
    min-height:40px;
  }
}