/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
  position: relative;
  height: 100%;
  overflow-x: hidden;
}

body {
  padding-top: 3rem;
  color: #0C255B;
  margin-bottom: 60px;
  font-size: 16px;
}

.header {
  color: #0C255B;
}

#nav-color {
  color: #0C255B;
}

.navbar-light .navbar-nav .nav-link  {
  color: #0C255B;
}

#logo {
  width: 200px;
  height: 80px;
}

.href {
  color: #0C255B;
  font-weight: 400;
}

#map {
  height: 400px;
  width: 50%;

}

.text-box {
  line-height: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph {
  text-align: left;
  padding-bottom: 1em;
}

.text-styling{
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.jumbotron {
  background-image: url("../img/jumbotron.jpg");
  background-size: auto;
  height: 25rem;
}

.jumbotron-blijdorp {
  background-image: url("../img/flamingo-alt.jpg");
  background-size: cover;
  height: 25rem;
}


.navbar .navbar-nav {
  background-color: white;
  color: #0C255B  
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar {
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.img-center {
  display: inline-block;
  vertical-align: middle;

}

.bold {
  font-weight: 500;
}

.footer {
  /* bottom: 0; */
  /* height: 60px; Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: white;
  margin-right: .75rem;
  margin-left: .75rem;
  padding-bottom: 2em;
}

.link-color {
  color: #0C255B;
}

.homelead {
  line-height: 24px;
  font-size: 1.25rem;
  font-weight: 300;
}

.contact-lead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.display-4 {
  font-weight: 400;
}

.contactgegevens {
  font-size: 18px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-3 {
  margin-bottom: 1.5rem;
}
.marketing h2 {
  font-weight: 500;
  font-size: 1.4rem;
}
.marketing .col-lg-3 p {
  margin-right: .75rem;
}

.align {
  overflow: auto;
  height: 100%;
}

.align .col-lg-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.align h2 {
  font-weight: 400;
  /* float: left; */
  text-align: left;
}

.align p {
  text-align: left;
}

.align ul {
  text-align: left;
}
.align .col-lg-3 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.info-title {
  padding-bottom: 0.5em;
}

.info-icon {
  float: left;
  padding-right: 0.5em;
}

.info-title-text {
  font-weight: 500;
  font-size: 18px;
}

.info-text {
  margin-left: 0;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}

.footer-divider {
  margin: 2em;
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }

  /* footer */

  .flex-fill {
    flex:1;   
 }

}
