/*
    Logo Light Blue 7f9ed4
    Logo Dark Blue 034ea1
*/

/* Remove border and box shadow from cards */
.card { border:none; box-shadow:none;}

/* Align both cards */
@media(min-width:768px){
  .card-img-top {
    width: 100%;
    height: 50vh;
    object-fit: contain;
  }
}

@media(max-width:767px){
  .card-img-top {
    width: 100%;
    object-fit: contain;
  }
}

.navbar-nav .nav-link.active {
  color: #034ea1;
}

h1, h2, h3, h4, h5, h6 {
  color:#034ea1;
}

.yvonne {
  padding: 9px;
}

/* http://stackoverflow.com/questions/14370115/quick-and-easy-way-to-make-google-maps-iframe-embed-responsive */
iframe, object, embed{max-width: 100%;}