/*
body {
  overflow-x: hidden;
  font-family: 'nimbus-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

b, strong {
  font-weight: 700;
}

a {
  color: #4285f4;
}
a:hover {
  color: #095197;
}
*/
body {
  overflow-x: hidden;
  font-family: 'nimbus-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
p {
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'nimbus-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 3.5rem;;
}
section#about {
  padding: 10px 0 60px;
}

.flag {
  padding: 0;
  background: #fff;
}

section {
  padding: 60px 0;
}
section h2.section-heading {
  font-size: 1.55rem;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'nimbus-sans-extended', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  section#about {
    padding: 10px 0;
  }

  section h2.section-heading {
    font-size: 2.2rem;
  }

  .flag {
    padding: 30px 10px 3px;
    background-image: url("../../blue-magic-netherlands-2024/img/bmb-flag-2023.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
/*
.btn {
  font-family: 'nimbus-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #13306c;
  border-color: #13306c;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #0d224b !important;
  border-color: #0d224b !important;
  color: white;
}
.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #fde238;
  text-shadow: none;
}

::selection {
  background: #fde238;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}
*/

#mainNav {
  margin: 0;
  padding: .5rem 1rem;
  background: #13306c;
}
#mainNav .navbar-toggler {
 
  right: 0;
  padding: 13px;
  color: #fff;
  font-size: 12px;
  font-family: 'nimbus-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: 1px solid #fff;
  background-color: transparent;
}
#mainNav .branding img {
  margin-top: -6px;
  width: 170px;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 1rem;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'nimbus-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fde238;
}

@media (min-width: 992px) {
  #mainNav {
    padding: 0 1rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background: #13306c;
  }
  #mainNav .branding img {
    width: 210px;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.5rem 2rem;
    font-size: .9rem;
  }
}
/*!
 * Top full-length header image
 * ----------------------------------------------------------
 */
.masthead .masthead-header {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1d1d1f;
  letter-spacing: .010rem;
  line-height: 1.1428571429;
  margin-bottom: 1.25rem;
}
.masthead .masthead-subheader {
  color: #6e6e73;
  letter-spacing: .010rem;
}
@media (min-width: 768px) {
  .masthead .masthead-header {
    font-size: 2.125rem;
  }
  .masthead .masthead-subheader {
    font-size: 1.4rem;
  }
}

.masthead {
  min-height: 210px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.masthead .intro-text {
  color: #fff;
}
.masthead .intro-text .intro-heading {
  font-family: 'nimbus-sans', Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.masthead .intro-text .intro-lead-in {
  font-size: 1rem;
  line-height: 1.4rem;
}

.fixed-hero {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fixed-hero img {
  width: 100%;
}

@media (min-width: 768px) {
  .masthead {
    min-height: 280px;
  }
  .masthead .intro-text .intro-heading {
    font-size: 2.5rem;
  }
  .masthead .intro-text .intro-lead-in {
    font-size: 1.1rem;
  }

  .fixed-hero img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .masthead {
    min-height: 310px;
    height: 34vh;
  }
}
.location {
  margin-bottom: 50px;
  text-align: center;
}
.location img {
  width: 220px;
  height: 220px;
  border: 7px solid #fff;
}
.location h4 {
  margin: 15px 0;
  text-transform: none;
}
.location p {
  margin-top: 0;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #13306c;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 80px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 80px 20px 20px;
  }
}
.sponsor-logos div[class*='col-'] {
  text-align: center;
}
.sponsor-logos img {
  max-width: 250px;
}
img.img-fluid.d-block.mx-auto {
    max-height: 100% !important;
}

@media (min-width: 992px) {
  .sponsor-logos img {
    max-width: 100%;
  }
}
/*!
 * footer - footer.inc
 * ----------------------------------------------------------
 */
footer {
  padding: 30px 0 10px;
  font-family: 'nimbus-sans', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: #052a79;
  /* Old browsers */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#052a79+15,00174c+75 */
  background: -moz-linear-gradient(top, #052a79 15%, #00174c 75%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #052a79), color-stop(75%, #00174c));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, #052a79 15%, #00174c 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #052a79 15%, #00174c 75%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, #052a79 15%, #00174c 75%);
  /* IE10 preview */
  background: linear-gradient(to bottom, #052a79 15%, #00174c 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052a79', endColorstr='#00174c',GradientType=0 );
  /* IE6-9 */
}
footer .breadcrumbs {
  margin-bottom: 30px;
}
footer .breadcrumbs .nav-link {
  display: inline-block;
  padding: 0;
}
footer .breadcrumbs .selectedPageParent.nav-item {
  display: none;
}
footer [class*='col-'] {
  padding-top: 0;
}
footer h3 {
  font-family: 'nimbus-sans', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .75rem;
}
footer .list-group {
  list-style-type: none;
}
footer .list-group li {
  margin-bottom: .25rem;
}
footer .card-block .list-group {
  margin-bottom: 1rem;
}
footer .socialmedia {
  padding: 20px 0 0;
  font-size: 1.75rem;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:active, footer a:focus, footer a:hover {
  color: #fde238;
}
footer .widget {
  border-bottom: 1px solid rgba(214, 214, 214, 0.4);
}
footer .widget .card-header {
  padding-left: 0;
  border-bottom: none;
  border-radius: 0;
}
footer .widget .card-header a {
  width: 100%;
  display: block;
}
footer .widget .card-header a:after {
  content: "+";
  position: absolute;
  right: 40px;
  top: .9rem;
  transition: transform .15s ease-in-out;
}
footer .widget .card-header a:hover, footer .widget .card-header a:focus {
  text-decoration: none;
}
footer .widget .card-header a[aria-expanded="true"]:after {
  transform: rotate(45deg);
}
footer .subfooter {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: .75rem;
}
footer .copyright {
  margin-top: 10px;
  font-family: 'nimbus-sans', Helvetica, Arial, sans-serif;
  color: rgba(214, 214, 214, 0.8);
}
footer ul.quicklinks {
  margin-top: 10px;
  font-family: 'nimbus-sans', Helvetica, Arial, sans-serif;
}
footer ul.quicklinks li {
  border-right: 1px solid rgba(214, 214, 214, 0.4);
  padding-right: 8px;
  display: inline-block;
  line-height: initial;
  white-space: nowrap;
}
footer ul.quicklinks li a {
  color: rgba(214, 214, 214, 0.8);
}
footer ul.quicklinks li:last-child {
  border: none;
}
footer .list-inline-item:not(:last-child) {
  margin-right: 4px;
}

@media (min-width: 768px) {
  footer {
    font-size: .85rem;
  }

  .subfooter {
    border-top: 1px solid rgba(214, 214, 214, 0.4);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer [class*='col-'] {
    padding-bottom: 25px;
  }
}

.sponsor-logos div[class*='col-'] img
{
	padding: 0px !important;
}
@media (min-width: 1600px) {
    .fullwidth-cards {
        margin-inline-start: 6%;
        margin-inline-end: 3%;
        margin-bottom: 25px;
        margin-top: 45px;
    }
}