body
{	margin-top: 120px;
	color: #5f5d5f;
	font-family: Arial;
}

a:link, a:visited
{
	color: #306FB3
}

#nav_row_1
{
	color: #ffffff;
	font-family: 'Arial';
	font-style: default;
	font-size: 14px;
	font-weight: 500;
}

.footer-strong strong
{
	color: #ffffff;
	font-family: 'Futura-PT';
	text-transform: uppercase;
	font-size: 20px;
	font-style: default;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}



#navbar
{
	color: #ffffff;
	font-family: 'Futura-PT';
	text-transform: uppercase;
	font-weight: 500;
	font-style: default;
	letter-spacing: 0.05em;
}

.nav a:link
{
	color: #ffffff;
	text-decoration: none;
}


.navbar-brand {
	background-image: url('/includes/assets/images/logo.svg');
	width: 159px;
	height: 75px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 28px;
	left: 15px;
	z-index: 1051;
}

#header_bg {
	background-color: #0B2544;
	background-image: url('/includes/assets/images/skyline.svg');

	height: 120px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1051;
}

.bg-dark
{
	background-color: #002547 !important;
}

.btn-primary
{
	background-color: #CD2C30;
	border: 0px;
	transition: all .3s ease-in-out;
}

.btn-primary:hover
{
	background-color: #A82227;
	border: 0px;
}

.footer-brand
{
	background-image: url('/includes/assets/images/logo.svg');
	width: 180px;
	height: 85px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 10px;
	z-index: 1051;

}

h1,h2
{
	color: #002547;
	font-family: 'Futura-PT';
	text-transform: uppercase;
	font-weight: 500;
	font-style: default;
	letter-spacing: 0.05em;
}


.td_thumb
{
	width: 140px;
	vertical-align: top;
	text-align: center;
	height: 135px;
	font-weight: normal;
}

.thumb
{
	width: 128px;
	height: 128px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #000;
}

.btn-circle
{
color: #fff;
text-align: center;
background-color: #e00025;
border-radius: 100%;
flex-direction: column;
justify-content: center;
width: 39px;
height: 39px;
font-size: 1.2rem;
line-height: 1.2rem;
transition: all .3s ease-in-out;
display: flex;
}

.btn-circle:hover
{
background-color: #b8001f;
font-size: 1.245rem;
}




.thumb img {
    width: 128px;      /* vaste breedte */
    height: 128px;     /* vaste hoogte */
    object-fit: cover; /* snijdt netjes af */
    object-position: center;
    border-radius: 6px; /* behoud je rounded look */
    display: block;
}
