/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

*, *:before, *:after {
  box-sizing: border-box;
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}


body {
  --theme-color: #073763;
  --theme-color-complement:oklch(0.5  0.15  300);
  --theme-color-secondary: #990100;
  /* --theme-color-secondary: oklch(from var(--theme-color) l c calc(h + 240deg)); */

  --theme-color-white: oklch(from var(--theme-color) 1 0.05 h);
  --theme-color-50: oklch(from var(--theme-color) 0.95 c h);
  --theme-color-100: oklch(from var(--theme-color) 0.9 c h);
  --theme-color-200: oklch(from var(--theme-color) 0.8 c h);
  --theme-color-300: oklch(from var(--theme-color) 0.7 c h);
  --theme-color-400: oklch(from var(--theme-color) 0.6 c h);
  --theme-color-500: oklch(from var(--theme-color) 0.5 c h);
  --theme-color-600: oklch(from var(--theme-color) 0.4 c h);
  --theme-color-700: oklch(from var(--theme-color) 0.3 c h);
  --theme-color-800: oklch(from var(--theme-color) 0.2 c h);
  --theme-color-900: oklch(from var(--theme-color) 0.1 c h);
  --theme-color-950: oklch(from var(--theme-color) 0.05 c h);

  --theme-color-complement-50: oklch(
    from var(--theme-color-complement) 0.95 c h
  );
  --theme-color-complement-100: oklch(
    from var(--theme-color-complement) 0.9 c h
  );
  --theme-color-complement-200: oklch(
    from var(--theme-color-complement) 0.8 c h
  );
  --theme-color-complement-300: oklch(
    from var(--theme-color-complement) 0.7 c h
  );
  --theme-color-complement-400: oklch(
    from var(--theme-color-complement) 0.6 c h
  );
  --theme-color-complement-500: oklch(
    from var(--theme-color-complement) 0.5 c h
  );
  --theme-color-complement-600: oklch(
    from var(--theme-color-complement) 0.4 c h
  );
  --theme-color-complement-700: oklch(
    from var(--theme-color-complement) 0.3 c h
  );
  --theme-color-complement-800: oklch(
    from var(--theme-color-complement) 0.2 c h
  );
  --theme-color-complement-900: oklch(
    from var(--theme-color-complement) 0.1 c h
  );
  --theme-color-complement-950: oklch(
    from var(--theme-color-complement) 0.05 c h
  );

  --theme-color-secondary-50: oklch(from var(--theme-color-secondary) 0.95 c h);
  --theme-color-secondary-100: oklch(from var(--theme-color-secondary) 0.9 c h);
  --theme-color-secondary-200: oklch(from var(--theme-color-secondary) 0.8 c h);
  --theme-color-secondary-300: oklch(from var(--theme-color-secondary) 0.7 c h);
  --theme-color-secondary-400: oklch(from var(--theme-color-secondary) 0.6 c h);
  --theme-color-secondary-500: oklch(from var(--theme-color-secondary) 0.5 c h);
  --theme-color-secondary-600: oklch(from var(--theme-color-secondary) 0.4 c h);
  --theme-color-secondary-700: oklch(from var(--theme-color-secondary) 0.3 c h);
  --theme-color-secondary-800: oklch(from var(--theme-color-secondary) 0.2 c h);
  --theme-color-secondary-900: oklch(from var(--theme-color-secondary) 0.1 c h);
  --theme-color-secondary-950: oklch(
    from var(--theme-color-secondary) 0.05 c h
  );

  --theme-space-padding: clamp(2rem, round(down, 4vw, 0.5rem), 6rem);
  --theme-space-margin: clamp(1rem, round(down, 2.5vw, 0.5rem), 4rem);

  --theme-space-radius: clamp(0.25rem, round(down, 2vw, 0.25rem), 2rem);
  --theme-space-radius-sm: clamp(0.25rem, round(down, 1vw, 0.25rem), 0.5rem);

  color: var(--theme-color-accent);
  background: var(--theme-color-background);
  font-size: 16px;
  font-family: Nunito, sans-serif, "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color-scheme: light;

}

body {
  --theme-color-accent: light-dark(
    var(--theme-color-950),
    var(--theme-color-50)
  );
  --theme-color-background: light-dark(
    var(--theme-color-50),
    var(--theme-color-950)
  );
  --theme-color-border: light-dark(
    var(--theme-color-900),
    var(--theme-color-100)
  );

  --theme-color-accent-cloud: light-dark(
    var(--theme-color-200),
    var(--theme-color-700)
  );

  --theme-color-complement-cloud: light-dark(
    var(--theme-color-complement-200),
    var(--theme-color-complement-700)
  );

  --theme-color-secondary-cloud: light-dark(
    var(--theme-color-secondary-200),
    var(--theme-color-secondary-700)
  );


  --theme-color-text-gradient-from: light-dark(
    var(--theme-color-600),
    var(--theme-color-50)
  );
  --theme-color-text-gradient-to: light-dark(
    var(--theme-color-secondary-600),
    var(--theme-color-secondary-50)
  );
}
}

.bg-theme {
  background: var(--theme-color);
}

.bg-theme-100 {
  background: var(--theme-color-100);
}
.bg-theme-200 {
  background: var(--theme-color-200);
}
.bg-theme-300 {
  background: var(--theme-color-300);
}
.bg-theme-400 {
  background: var(--theme-color-400);
}
.bg-theme-500 {
  background: var(--theme-color-500);
}
.bg-theme-600 {
  background: var(--theme-color-600);
}
.bg-theme-700 {
  background: var(--theme-color-700);
}
.bg-theme-800 {
  background: var(--theme-color-800);
}
.bg-theme-900 {
  background: var(--theme-color-900);
}

.bg-theme-complement {
  background: var(--theme-color-complement);
}
.bg-theme-complement-50 {
  background: var(--theme-color-complement-50);
}
.bg-theme-complement-100 {
  background: var(--theme-color-complement-100);
}
.bg-theme-complement-200 {
  background: var(--theme-color-complement-200);
}
.bg-theme-complement-300 {
  background: var(--theme-color-complement-300);
}
.bg-theme-complement-400 {
  background: var(--theme-color-complement-400);
}
.bg-theme-complement-500 {
  background: var(--theme-color-complement-500);
}
.bg-theme-complement-600 {
  background: var(--theme-color-complement-600);
}
.bg-theme-complement-700 {
  background: var(--theme-color-complement-700);
}
.bg-theme-complement-800 {
  background: var(--theme-color-complement-800);
}
.bg-theme-complement-900 {
  background: var(--theme-color-complement-900);
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}

h1 {
  font-size: clamp(2.5rem, round(down, 5vw, 8px), 5rem);
  margin: 0 0 var(--theme-space-margin);
  font-weight: 500;
  line-height: 1.1;
  background-image: linear-gradient(
    to right,
    var( --theme-color-text-gradient-from),
    var( --theme-color-text-gradient-to)
  );
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent;
}
p {
  font-size: clamp(1rem, round(down, 2vw, 8px), 1.5rem);
  margin: 0 0 var(--theme-space-margin);
}

blockquote{
   margin: 2rem 0;
}

header.header{
  padding: 2rem; 
}
footer.footer{
  background: var(--theme-color-100); 
}