html,body{
	padding: 0;
	margin: 0;
}
a.navbar-brand img{
	height: 40px;
	width: auto;
}

.carousel-item img{
	height: 100vh;
	width: 100%;
	object-position: center;
	object-fit: cover;
}
.btn-info{
	color: white !important;
}

#about, #print, #digital{
	padding-top: 40px;
	padding-bottom: 40px;
}
.iseun{
	width: 100%;
	height: auto;
}
.card-img-top{
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}
.card-block{
	padding: 10px;
}
.card{
	margin-bottom: 30px;
}
#digital .card-block, #digital .card{
	background: black;
	color: white;
}

li a.nav-link {
	color: white !important;
}