@media (min-width: 768px) {
	nav.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.4rem 1.5rem;
		margin-right: 0.4rem;
		margin-left: 0.4rem;
	}
}

@media (max-width: 480px) {
	.img-kiri,.img-whatwedo{
	    display:none;
	}
	.img-clients{
	    width:200px;
	    margin:15px 0;
	}
	.float-end {
		float: none !important;
	}
	.img-phone{
	    width:60%;
	}
	.navbar-brand {
		margin: 20px 0 0 100px;
	}
	.navbar-light .navbar-nav .nav-link {
		color: rgba(0, 0, 0, 0.55);
		padding-left: 15px;
	}
	.navbar-collapse {
		margin-top: 20px !important;
	}
	h3.about {
		font-size: 1.5rem;
	}
	.visimisi {
		font-size: 0.9rem !important;
	}
	.visimisi h1 {
		font-size: 1.4rem !important;
		font-weight: bolder;
	}
	.img-mission {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.img-whatwedo {
		position: absolute;
		width: 70%;
		height: 70vh;
		left: 5rem;
		top: -10rem;
		z-index: -100;
	}
	.text-mission {
		position: relative;
		top: 0;
		right: 10;
	}
}
