.bg-primary{background-color: #0076e4 !important;}
body{font-family: 'Lato', sans-serif;}
p{line-height: 1.75}
h5{font-weight: bold}
.img-shadow{
    background-color: #fff;
    box-shadow: 0 2px 14px 0 rgb(100 100 100 / 19%);
    border: 1px solid #dadada;
    height: 100%;
    transition: .3s ease-in-out;
}

.remove-text-decoration{
    text-decoration: none;
}

.img-shadow:hover, .img-shadow:focus{
    transform: scale(1.03);
}
.hero-homepage{
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.01), #0076e4), url(../img/dna-background-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    /*-webkit-filter: brightness(1.2);*/
    /*filter: brightness(1.2);*/
    z-index: 2;
}

.section-key-messages{
    background-color: #f9f9f9;
    z-index:1;
    margin-top: -40px;
    margin-bottom: 2rem;
    position:relative;
    box-shadow: 0 2px 14px 0 rgb(100 100 100 / 19%);
}


.well {
    display: flex;
    align-items: center;
}


/*-----CUSTOM-CARDS-------*/

.card-img-top {
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

.card {
    margin-left: 15px;
    margin-right: 15px;
    /*height: 25rem;*/
}

.card:hover{
    transform: scale(1.05);
    transition: .3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}


/*------CUSTOM-NAVBAR-------*/


.navbar {
  border-bottom: 1px solid #0076e4;
  }

  .navbar-brand {
    font-size: 20px;
    color: #0076e4 !important;
  }


  /*--------CUSTOM-LINKS---------*/
  #hover:hover {
    background-color:aquamarine;
  }


  /*------CUSTOM-IMAGE--------
  .hero-background {
    filter: brightness(50%);
  }*/

  


