@font-face {
	font-family: "Coda";
	src: url("../fonts/Coda.ttf");
}

html{
	position: relative;
}

body{
	font-family: 'Coda';
	background: #ffffff;
}

.modal-dialog.modal-notify.modal-lain .modal-header{
	background-color: rgb(104, 0, 0);
}

.jumbotron .lognim {
	text-align: right;
}

.bg-lain{
	background-color: rgb(104, 0, 0);
}

.bg-list{
	background-color: #999999;
}

.btn-outline-lain {
    border: 2px solid rgb(104, 0, 0)!important;
    background-color: transparent!important;
    color: rgb(104, 0, 0)!important;
}

.bio .card-body span{
	color: rgb(129, 0, 0); 
	font-weight: bold;
}

.bio .card-title {
    margin-bottom: 3px;
}

.bio p{
	font-size: 15px;
	color: rgb(115, 0, 0);
}

.hlng2 {
	animation: blinker 1s linear infinite;
	text-align: center;
	font-size: 20px;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.info {
	background-color: #FFF;
	padding: 15px;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.info .icon {
	font-size: 4.3em;
	color: rgb(0, 183, 3);
}

.info h1 {
	font-size: 3.3em;
	color: rgb(0, 183, 3);
}

.info h2 {
	font-size: 2em;
}

.info p {
	font-size: 1.3em;
}

#preview_pas_foto img, #preview_bukti_bayar img, #preview_krs_berjalan img {
	margin: auto;
	margin-top: 5px;
	border: 1px solid #ddd;
	background-color: #f9f9fa;
	border-radius: 5px;
	width: 188px;
	height: 222px;
	display: block;
}

footer i{
	color: rgb(255, 255, 255);
}

@media (max-width: 480px) {
	.jumbotron .lognim {
		text-align: center;
	}
	.jumbotron h3{
		font-size: 17px;
	}
	.jumbotron h5{
		font-size: 15px;
	}
	.bio{
		padding-bottom: 17px;
	}
	footer .footer-copyright{
		font-size: 12px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.jumbotron .lognim {
		text-align: center;
	}
	.jumbotron h3{
		font-size: 20px;
	}
	.jumbotron h5{
		font-size: 17px;
	}
	.bio{
		padding-bottom: 17px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.jumbotron .lognim {
		text-align: center;
	}
	.bio{
		padding-bottom: 17px;
	}
}