.bg-warning {
  background-color: #666 !important;
}

.bg-info {
	background-color: #3F729B !important;
	padding-left: 20px;
	padding-right: 20px;
}

,text-info

.nav-link {
    color: #3F729B !important;
	:hover
}

div.content-beperkt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}


.img-thumbnail{
	width: 400px;
	height: 400px;
	object-fit: cover;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Kaisei Opti", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1{
	font-size: 16px;
	font-weight: lighter;
	}
	
h2{
	font-weight: lighter;
	}
	
	
h4{
	font-weight: lighter;
	}
	
h6{
	font-weight: lighter;
	}

	
h5{
	font-weight: lighter;
	}
	
p{
	font-weight: lighter;
	}	

.display-4 {
  font-size: 2rem;
}

.divider {
	background-color: #000;
	
	border: 3px solid #FFF;
	border-radius: 2px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	
	}

hr.end-blogposts {
	border: 3px solid #000;
	border-radius: 2px;
	margin-right: 4px;
	margin-left: 4px;
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}



.blog-footer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px){
#blogposts-desktop {
	display:none;
}
.title-desktop{
	display:none;
}
}

@media (min-width: 768px){
.title-mobile {display:none;
}
}

/*.text-for-dev {
	color: #F00;
}*/


.scroll-box {
height: 800px;
  overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll-box::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll-box {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}



