/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

.acquisitionColour
{
  color: #67DBF2;
}

.collaboratationColour
{
  color: #FFCD00;
}

.investigationColour
{
  color: #F8807F;
}

.discussionColour
{
  color: #7AAEEA;
}

.practiceColour
{
  color: #BB98DC;
}

.productionColour
{
  color: #BDEA75;
}

body {
  padding-bottom: 3rem;
  color: #5a5a5a;
}

.topnav h5 img {
    margin-right: 1rem;
}

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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    background: rgba(18,18,18,.33);
    padding: 20px 1em;
  bottom: 3rem;
  z-index: 10;
}

.carousel-caption > .itemText {
    /* background: rgba(18,18,18,.36); */
    /* color: #333; */
    text-shadow: 0 1px 4px rgba(0,0,0,0.9);
}

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

.carousel-item  .screen1 {
    top: 15px;
    left: 480px;
}

.caption-dark {
    color: #333;
}


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  /* text-align: center; */
}
.marketing h2 {
  font-weight: 400;
  text-align: center;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


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

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

/* 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: 36px;
  }
}

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

.hidden {
    display: none;
}

@media (min-width: 992px), (min-width: 1200px) {
  .page-content .container {
    max-width: 42em;
  }
}

a, a.btn-outline-primary {
  color: #006ee5;
}

#page {
  margin-bottom: 0;
  padding-bottom: 0;
}

#page footer {
  font-size: 12px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}

#page footer>div {
  margin-bottom: 12px;
  padding: 0 12px;
}

@media (min-width: 650px) {
  footer {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
}
div.row.featurette img {
  background-clip: padding-box;
  background-color: #f5f5f5;
  /* border: 1px solid rgba(0,0,0,.2); */
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15), 0 3px 6px -3px rgba(0,0,0,.25);
  box-shadow: 0 3px 8px rgba(0,0,0,.15), 0 3px 6px -3px rgba(0,0,0,.25);
}

/* Cookie notification banner */
body.cookie-banner-on {
    padding-bottom: 6em;
}
.cb-wrapper {
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    padding: 1em;
    position: fixed;
    z-index: 1000;
}
.cb-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}
.cb-wrapper .cb-consent {
    float: right;
}
.cb-wrapper .cb-message {
    margin: 0;
    line-height: 2em;
}

a, a.btn-outline-primary {
  color: #006ee5;
}

a.btn-outline-success {
  color: #208636;
}

