/*! HTML5 Boilerplate v9.0.0-RC1 | 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;
}

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

/* ==========================================================================
   Xaler custom styles
   ========================================================================== */

body {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    background-color: #003366; /* Deep navy blue */
    color: #F5F5F5; /* Off-white color */
    text-align: center;
}

.tab.container {
  position: relative;
  width: 100%;
  height: 100%;
}

.link-group {
  position: absolute;
  left: 15%;
  top: 20px;
}

.tab {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 5px;
  color: #1C3544;
  background-color: #F5F5F5;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.tab:hover {
  color: #0D1C1F;
  background-color: #3E98A3;
}

.tab.selected {
  color: #1C3644;
  background-color: #86C7D5;
}

.logo-container {
    padding-top: 100px;
}

.logo img {
    width: 400px;
    height: auto;
    margin-bottom: 20px;
}

.slogan {
    font-weight: 500;
    font-size: 1.5rem;
}

.slogan p {
  margin: 0;
}

.btn {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #1C3644;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #86C7D5;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
}

.btn:hover {
    color: #0D131F;
    background-color: #3E98A3;
}

.product-container {
    width: 60%;
    margin: 40px auto; /* This will center the div horizontally */
}

.product-logo {
    grid-column: 1;
    align-self: center;
    max-width: 120px;
    justify-self: end;
}

.product-text {
    grid-column: 2;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    justify-self: center;
}

.product-text p {
   margin-top: 0;
}

@media screen and (max-width: 768px) {
  .product-container {
    grid-template-columns: 1fr;
  }
  .product-logo, .product-text {
    grid-column: 1;
    justify-self: center;
  }
}

.slanted {
   font-variation-settings: "slnt" -10;
}

.logotype-container-5 {
  display: inline-grid;
  grid-template-columns: repeat(5, 1em);
  gap: 0.166em;
  height: 1em;
  color: #1C3644;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  padding-right: 0.25em;
}

.logotype-letter {
  align-items: center;
  width: 1em;
  justify-self: center;
  background: #86C7D5;
  text-align: center;
}

.contact {
  font-weight: 500;
  font-size: 1.3em;
}

.contact a {
  color: inherit;
  text-decoration: underline;
}

.team-container {
  display: grid;
  grid-template-columns: 150px;
  gap: 20px;
  width: 70%;
  margin: 40px auto; /* This will center the div horizontally */
  border: 3px solid #05254A;
  border-radius: 20px;
  padding: 20px;
}

.team-container .name {
  font-weight: 500;
}

.team-photo {
  grid-column: 1;
  align-self: start;
  justify-self: center;
  max-width: 100px;
  padding-top: 20px;
}

.team-photo img {
  border-radius: 50%;
}

.team-text {
  grid-column: 2;
  align-items: start;
  text-align: left;
  font-size: 1.2rem;
}

.team-text p {
  margin-top: 0;
}

.team-text a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .team-container {
    grid-template-columns: 1fr;
  }
  .team-photo, .team-text {
    grid-column: 1;
    justify-self: center;
  }
}
.meme-container {
  padding: 30px;
}

.meme-text a {
  color: inherit;
  text-decoration: underline;
}

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