nav.navbar ul li {
    margin-left: 1rem;
    margin-right: 1rem;
}
nav.navbar ul li .nav-link {
	color: #333;
}

.category-types span.cat-type {
    font-weight: bold;
    margin-right: 1rem;
    font-size: .85em;
}
.category-types span.category,
.category-types span.category-date,
.category-types span.category-views,
.category-types span.category-tags,
.category-types span.category-pdf {
    font-weight: normal;
}
.category-types span.category-pdf {
    font-size: 1.5em;
}
.menu-wrap {
	background-color: #ebebeb;
	padding: 0;
	border-top: 4px solid #e5e5e5;
	border-bottom: 5px solid #F00;
	margin-bottom: 1rem;
}

.article-content {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #5a6268;
}

.article-content img {
	width:100%;
	height: auto;
}

.site-logo {
	max-width: 300px;
}

.article-content .narrative {
    background-color: #efefef;
    padding: 5px 10px;
	font-style:italic;
}

@media screen and (max-width: 768px) {
	#vlb1imageContainer {
		min-width: 30rem;
		min-height: 20rem;
	}
}

@media screen and (max-width: 576px) {
    .site-logo {
        max-width: 50%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    /*.article-content {*/
    /*    display: flex;*/
    /*}*/
	.article-content .article-images {
		margin-bottom: 1.5rem;
	}
    .article-content .article-images img {
        justify-content: space-evenly;
        flex-direction: row;
        max-width:100px;
    }
	#vlb1imageContainer {
		min-width: 25rem;
		min-height: 15rem;
	}
}

@media screen and (max-width: 575px) and (min-width: 300px) {
	#vlb1imageContainer {
		min-width: 21rem;
		min-height: 14rem;
	}
	.article-content .article-images img {
		 max-width:23%;
	 }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
  	nav.navbar ul li .nav-link {
		font-size: 0.75em;
	}
	nav.navbar ul li {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  	nav.navbar ul li .nav-link {
		font-size: 0.95em;
	}
	nav.navbar ul li {
		margin-left: 0.2rem;
		margin-right: 0.2rem;
	}
}