/*
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;
}

*/

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;
  }
}
.masthead {
  
}
header.masthead {
    text-align: center;
    color: white;
    text-shadow: 0px 2px 2px black;
    background-image: url("../../blue-magic-netherlands-2024/img/netherlands-2024-masthead.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header.masthead .intro-text {
  padding-top: 180px;
  padding-bottom: 0;

}
header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'nimbus-sans-extended', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
header.masthead .intro-text .intro-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 0;
  font-family: 'nimbus-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
	header.masthead {
	height: 100%;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 450px;
    padding-bottom: 0;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'nimbus-sans-extended', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 4.05rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 0;
    font-family: 'nimbus-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
.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 {
  padding: 20px 0 30px;
  color: #fff;
  background: #13306c;
  background: -moz-linear-gradient(top, #13306c 0%, #00174c 100%);
  background: -webkit-linear-gradient(top, #13306c 0%, #00174c 100%);
  background: linear-gradient(to bottom, #13306c 0%, #00174c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13306c', endColorstr='#00174c',GradientType=0 );
}
footer span.copyright {
  font-size: 90%;
  text-transform: none;
  font-family: 'nimbus-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:active, footer a:focus, footer a:hover {
  color: #fde238;
}
footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'nimbus-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
footer #google_translate_element {
  margin: 5px 0 0;
}
footer #google_translate_element select {
  background: transparent;
  color: rgba(214, 214, 214, 0.8);
  font-family: 'nimbus-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*/

.sponsor-logos div[class*='col-'] img
{
	padding: 0px !important;
}
