.style {
    height: 256px;
    background-position: right !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.card-body {
    border: solid 8px rgba(255,255,255,.3);
}
.card-body.selected, .card-body.card-body.selected:hover {
    border: solid 8px rgba(255,0,0,.3);
}
.card-body:hover {
    border: solid 8px rgba(0,51,204,.3);
    cursor: pointer;
}
#case-studies-section {
    padding-top: 70px;
}
#navbar {
    padding: 0 0 20px 0;
}
#navbar.fixed-top {
    padding: 0;
}
#navbar .container {
    height: 55px;
}
#navbarSupportedContent .pl-5 {
    padding-left: 0px !important;
}
.large-checkbox {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#header-section img:hover {
    cursor: pointer;
}