/*
Theme Name: Bootstrap 4 Theme
Theme URI: http://www.contexthq.com
Author: Robert Andrews
Author URI: http://www.contexthq.com
Tags:
Text Domain: bs4theme

*/



/*
body {
  color: #495057;
}
*/

/*
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.5);
    font-weight: 500;
}
*/




h1.display-4 {
	font-size: 2.6em;
  font-weight: 700;
}
h2 {
	font-weight: 650;
}

.jumbotron p.lead {
  font-weight: 400;
  /*opacity: 0.65;*/
}


span.step {
  /* background: #cccccc; */
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  /* color: #ffffff; */
  display: inline-block;
  /* font-weight: bold; */
  line-height: 1.2em;
  /* margin-right: 5px; */
  text-align: center;
  width: 1.2em;
}




  .stepper .line {
    width: 2px;
    background-color: lightgrey !important;
  }
	/* cf. https://codepen.io/mysteryjeans/pen/OvORBd */








/* Equal-height card images, cf. https://stackoverflow.com/a/47698201/1375163*/
.card-img-top {
    /*width: 100%;*/
    height: 15vw;
    object-fit: cover;
}

/*
.d-flex-custom {
  display: flex;
}
*/








.theme-logos-greyscale img {
  -webkit-filter: contrast(0);
  filter: contrast(0);
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}
