header
{
	padding-top: 2rem;
	padding-bottom: 1.5rem;
}

header h1
{
	padding-top: 2rem;
	font-weight: normal;
	color: #005dab;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2, h3
{
	font-weight: normal;
	padding-top: 2rem;
	color: #005dab;
	font-family: Georgia, "Times New Roman", Times, serif;
}

header img
{
	float: right;
}

a
{
	color: #005dab;
}

a:hover
{
	color: #495057;
}

.content
{
	display: none;
}

.img-thumbnail
{
	float: left;
	width: 240px;
	margin-top: 1rem;
	margin-right: 18px;
	padding-top: 10px;
}

.img-thumbnail a
{
	cursor: zoom-in;
}

@media (min-width: 1200px)
{
	.img-thumbnail:nth-child(6n+6)
	{
		margin-right: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px)
{	
	.img-thumbnail
	{
		margin-right: 20px;
	}
	
	.img-thumbnail:nth-child(5n+5)
	{
		margin-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.img-thumbnail
	{
		width: 160px;
		margin-right: 16px;
	}
	
	.img-thumbnail:nth-child(4n+4)
	{
		margin-right: 0;
	}
	
	.img-thumbnail img
	{
		width: 145px;
	}
}

@media (min-width: 557px) and (max-width: 767px)
{
	.img-thumbnail:nth-child(3n+3)
	{
		margin-right: 0;
	}
}

@media (max-width: 767px)
{
	.img-thumbnail
	{
		width: 160px;
		margin-right: 15px;
	}
	
	.img-thumbnail img
	{
		width: 145px;
	}
}

.img-thumbnail p
{
	text-align: center;
	margin-bottom: 0.5rem;
}

.caption
{
	font-size: 0.75rem;
}

body.compensate-for-scrollbar
{
	overflow: auto;	
}

.compensate-for-scrollbar
{
	margin-right: auto !important;
}

footer
{
	clear: both;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

footer p
{
	border-top: 1px solid #dee2e6;
	padding-top: 0.75rem;
}