/* fonts */

body {
    font-family: source-sans-pro, sans-serif;
    font-size: 1.3em;
    -webkit-text-size-adjust:100%;
}
h1, h2  {
    font-weight: bold;
    color: #00397f;
}

a {
    color: rgb(13, 110, 253);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h3 {
    font-weight: bold;
    font-size: 1em;
    font-style: italic;
    color: #00397f;
}
.menu-bar {
    background-color: #00397f;
}

.nav-link.active {
    background-color: #fff;
}
.nav-link {
    background-color: #999;
    color: #555;
    margin-right: 5px;
    text-align: center;
    border: 0px;
    border-radius: 30px;
}
.nav-link:hover {
    background-color: #bbb;
    color: #fff;
}

.nav
.navbar-collapse .nav-item {

}
.top-bar-spacer
{
    height:80px;
    width:100%;
}
.logo-datactrl {
    background-image: url(img/datactrl_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height:70px;
    margin: 5px;
    margin-left:15px;
}

.logo-centerdata {
    background-image: url(img/logo_centerdata_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-width: 200px;
    height:  60px;
    margin-right: 20px;
    display: block;
}

.socmed-btn {
    background-color: #fff;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    display:inline-block;
    width:40px;
    height:40px;
    border-radius: 20px;
    vertical-align:middle;
    margin:5px;
}
.socmed-link {
    color: #fff;
    text-decoration: none;

}
.socmed-link:hover {
    text-decoration: underline;
}

.bar-full-width {
    background-color: #072d72;
    background-image: url(img/dots-circle.svg);
    background-size: 400px 400px;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    min-height: 250px;
}
.dc-form-email {
    height: 50px;
    padding: 10px;
    border: 0px;
    font-size: 0.8em;
    width: 300px;
}
.dc-form-button {
    background-color: #193dd9;
    border: 0px;
    color: #fff;
    padding-left:20px;
    padding-right:20px;
    height: 50px;
    font-size: 0.8em;
}


.logo-centerdata-blue {
    background-image: url(img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 100px;
    min-height: 50px;
}
.iso-certificates {
    background-image: url(img/3-certificaten-767x356.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 100px;
    min-height: 50px;
}

.dark-blue-text {
    color: #072d72;
}

.block-img {
    width: 100%;
    max-width: 100%;
    height: 14em;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
}

.header-img {
    width: 100%;
    max-width: 100%;
    height: 20em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 5px;
}

.circle-img {
    width: 350px;
    max-width:100%;
    height: 350px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.big-square-img {
    width: 400px;
    max-width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}

.project-img {
    max-height: 80px;
    max-width: 100%;
}

.dc-footer-menu .dc-footer-menu-item,
.dc-footer-menu a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    color: #294a85;
    margin-bottom: 10px;
}
.dc-footer-menu-title {
    color: #072d72;
    font-size: 22px;
    font-weight: bold;
}
.dc-footer-menu-bottom {
    color: #072d72;
    font-size: 0.7em;
}
.dc-footer-menu-bottom a {
    text-decoration: none;
    margin-left:5px;
    margin-right: 5px;
    color: #072d72;
}
.dc-footer-menu-bottom a:hover {
    text-decoration: underline;
}

.icon-18 {
    width: 18px;
    height:18px;
    display:inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right:20px;
}
.icon-18.email {
    background-image: url(img/icon_email.png);
}
.icon-18.phone {
    background-image: url(img/icon_phone.png);
}
.icon-18.arrow {
    background-image: url(img/icon_arrow.png);
}
.separator {
    color: #aaa;
    display: inline;
}

hr.horizontal-separator {
    border-top: 3px solid #072d72;

}

.nav-tabs {
    border-bottom: 0px;
}