/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  margin: 0;
  cursor: url('../bunnilio_sm_cursor.png'), auto !important;
}
a {
  cursor: url('../bunnilio_sm_cursor.png'), auto !important;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   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) {
.center-container {
    height: 100vh;
    width: 100vh;

}
.text-container {
  margin-top:20%; margin-right:10%;
  right:50px !important;
  top: auto !important;
  bottom:50px !important;

}
.image-container {
    align-items: center !important;
}
  /* Style adjustments for viewports that meet the condition */
}
.bun_header {
  font-size: 60px !important;
}
.main_text {
  font-size: 16px !important;
}

#tooltip {
  top: 100px;
  margin: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: auto !important;
}



@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;
  }
}

body, html {
    height: 100%;
  width: 100%;
    font-family: Arial, sans-serif;
  background-color: #5BC1F9;
  background-image: url('/img/bg.png');
  background-repeat: repeat;
  overflow: hidden;

}

.cover-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-image: url('../img/background.jpeg'); /* Adjusted path */
    background-size: contain; /* Ensures the image covers the container */
    background-position: center center; /* Starts the image from the top left */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    text-align: center;
    color: white; /* Ensures text is visible over the background image */
  border: 1px solid black;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

}
ol li {
    margin-bottom: 8px; /* Adjust the value to your desired spacing */
}
.image-container {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
  position: relative;
}

.image-container img {
    max-width: 100%;
    max-height: 95%;
    width: auto; /* Maintain aspect ratio */
    height: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensures the full image is visible */
  position: absolute;
  bottom:0;
  margin-top:20px;
}
.image-container div {
  /*z-index: 500;*/
}

.jq {
  font-family: "Jacquard 12", system-ui;
  font-weight: 400;
  font-style: normal;
}

.pt {
  font-family: "Poetsen One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.os-200 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.text-container {
  position: absolute;
  right: 20px;
  top: 100px;
}

#tooltip {
  top: 100px;
  margin: 10px;
  width: 80%;
}

.bun_header {
  font-size: 70px;
  color: #333333;
  margin-bottom: 10px;
  text-shadow: 3px 3px white;
}

.main_text {
  font-size: 22px;
  color: #333333;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.button {
  background-color: #4E1E86; color: white; border:1px solid black; padding: 8px 12px; display: inline-block;
  margin-left:6px;
  margin-top:6px;
  }
.main_text > div {
  z-index: 5;
}
.button:hover, #tt_image:hover {
  background-color: #5E2BA8 !important; color: white;
}
.button:active {
  background-color: #3E1C6E; color: white;
}

.flex-item {
  display: flex;
  flex-basis: calc(50% - 20px);
  box-sizing: border-box; /* Ensures padding and border are included in the element's total width and height */
}

#tt_image {
  pointer-events: auto;
}
.tooltip {
            display: none;
  z-index: 50000 !important;
            position: absolute;
            background-color: #4E1E86;
            color: #fff;
            padding: 25px;
            border-radius: 15px;
  border: 5px solid white;
            font-size: 12px;
        }
        .tooltip-container {
            /*position: relative;*/
            display: inline-block;
        }
        .tooltip-container img {
            width: 200px;
            height: 200px;
        }
