/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Mk.22 custom styles
   ========================================================================== */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0d6efd;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.5rem;
  margin-right: 1rem;
  font-size: 2rem;
  text-shadow: -1px -1px 2px #579efa;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link {
  display: block;
  margin-left: 2em;
  padding: 0.5rem 1rem;
  color: #000;
  text-shadow: -1px -1px 1px #579efa;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

body {
  font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Calisto MT, Times New Roman, serif;
  font-size: 1rem;
  font-weight: 600;
  font-variant: small-caps;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

video {
  width: 100%;
}

.row {
  width: 100% !important;
  max-width: 100% !important;
}

hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  margin: 1em 0;
  position: relative;
}

hr:before, hr:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5em;
  width: 100%;
  background: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
}

hr:after {
  top: 0;
  bottom: auto;
  height: 1.5em;
  background: radial-gradient(ellipse at top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 70%);
}

.customBullet {
  list-style-image: url("../img/LIBird.png");
}

.containerColor {
  width: 100%;
  max-width: 100%;
  background: rgb(171, 171, 171);
  background: -moz-linear-gradient(160deg, rgba(171, 171, 171, 1) 15%, rgba(255, 255, 255, 0.31836484593837533) 50%, rgba(13, 110, 253, 1) 100%);
  background: -webkit-linear-gradient(160deg, rgba(171, 171, 171, 1) 15%, rgba(255, 255, 255, 0.31836484593837533) 50%, rgba(13, 110, 253, 1) 100%);
  background: linear-gradient(160deg, rgba(171, 171, 171, 1) 15%, rgba(255, 255, 255, 0.31836484593837533) 50%, rgba(13, 110, 253, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ababab", endColorstr="#0d6efd", GradientType=1);
  padding: 2rem;
  --bs-gutter-y: 0;
!important;
  --bs-gutter-x: 0;
!important;
}

.introScript {
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 2px #0d6efd;
  font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}

.intro, .servicesDesc H1 {
  margin: 1rem;
  text-align: center;
  text-shadow: 1px 1px 2px #0d6efd;
  font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  font-weight: bold;
}

@media (max-width: 576px) {
  .introScript {
    /*margin: 0.5rem 1.5rem;*/
    font-size: 1rem;
  }
}

@media (min-width: 576px) {
  .intro {
    margin: 0.5rem 1.5rem;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .intro {
    margin: 1rem 5rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .intro {
    margin: 1rem 10rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .intro {
    margin: 1rem 10rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .intro {
    margin: 1rem 10rem;
    font-size: 1.5rem;
  }
}

.pigeonProblem {
  margin-top: 2rem;
  background: rgb(171, 171, 171);
  background: -moz-linear-gradient(160deg, rgba(171, 171, 171, 1) 15%, rgba(255, 255, 255, 0.31836484593837533) 50%, rgba(13, 110, 253, 1) 100%);
  background: -webkit-linear-gradient(160deg, rgba(171, 171, 171, 1) 15%, rgba(255, 255, 255, 0.31836484593837533) 50%, rgba(13, 110, 253, 1) 100%);
  background: linear-gradient(160deg, rgba(171, 171, 171, 1) 15%, rgba(255, 255, 255, 0.31836484593837533) 50%, rgba(13, 110, 253, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ababab", endColorstr="#0d6efd", GradientType=1);
  box-shadow: 10px 10px 25px #000;
}

.pigeonProblem h1 {
  text-align: center;
  text-shadow: 1px 2px 5px #0d6efd;
}

@media (min-width: 576px) {
  .pigeonProblem {
    margin: 1rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .pigeonProblem {
    margin: 1rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .pigeonProblem {
    margin: 2rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .pigeonProblem {
    margin: 2rem;
    font-size: 1.5rem;

  }
}

@media (min-width: 1400px) {
  .pigeonProblem {
    margin: 2rem;
    font-size: 1.5rem;
  }
}

.about_page img {
  box-shadow: -1px 1px 10px #000;
  max-width: 100%;
  margin: 2rem;
}

.info_container {
  border: #0d6efd 3px solid;
  /*padding: 1.5rem;*/
  box-shadow: 10px 10px 25px #000;
}

iframe {
  max-width: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}



