/* cmsms stylesheet: bootstrap_custom modified: donderdag 16 januari 2020 19:48:14 */
/* custom */

body {

  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  font-size: 1rem;
  line-height: 2.0;
}

.max500 {
	max-width: 500px;}
	.navbar {
		background-color: #182c73;
			}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
	text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #fff;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
	text-decoration: underline;
}
.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}
footer {
		background-color: #182c73;
	font-size: 80%;
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer strong, footer b {
	color: #fff;
}

.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.card-title {
  padding-left: 0.75rem;
padding-bottom: 0.75rem;
	color: #182c73;
}

.card {
	border-color: #182c73;
}
h1, h2, h3, h4, h5, h6, strong, b {
	color: #182c73;
}
h1, .h1 {
  font-size: 2rem;
}

.opvallen {
background-color: #ff3418;
padding: 10px;
color: #ffffff;
border-style: dashed;
}

.opvallen strong {
color: #ffffff;

}
.opvallen a {
color: #ffffff;
text-decoration: underline;
}
