/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.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
   ========================================================================== */

@font-face {
  font-family: "UniversLTPro-45LightOblique";
  src: url("../fonts/UniversLTPro45LightOblique/font.woff2") format("woff2"), url("../fonts/UniversLTPro45LightOblique/font.woff") format("woff");
}

@font-face {
  font-family: "UniversLTPro-55Oblique";
  src: url("../fonts/UniversLTPro55Oblique/font.woff2") format("woff2"), url("../fonts/UniversLTPro55Oblique/font.woff") format("woff");
}
html {
  background-color: #ffffff;
  color: black;
  font-size: 10px;
  line-height: 1;
}

body {
  font-family: "UniversLTPro-45LightOblique", Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  padding: 0 0;
}

article header {
  max-width: 1024px;
  padding: 4rem 1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
}

article header .logo {
  height: 3.1rem;
}
article header a {
  color: black;
  font-size: 1.5rem;
  line-height: 1em;
  text-decoration: none;
}
article header a:hover,
article header a:active,
article header a:focus {
  color: black;
  text-decoration: underline;
}

article aside {
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

article aside img.alps {
  width: 100%;
  height: auto;
  z-index: 1;
  display: block;
}
article aside img#cl {
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  left: -10%;
  height: 30.316%;
  width:18.516%;
  transform: translate(-75%, -50%);
  transition: all 1s ease-in;
}
article aside img#cl.loaded {
  left: 50%;
}
article aside img#cr {
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  height: 30.316%;
  width:8.828%;
  transform: translate(57%, -50%);
  transition: all 1s ease-in;
}
article aside img#cr.loaded {
  left: 50%;
}

article section {
  max-width: 1024px;
  padding: 4rem 1rem;
  margin: 0 auto;
}

article section h1 {
  text-align: center;
  font-size: 3.3rem;
  line-height: 1em;
}

article section p {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1em;
}
article section.text-start p {
  text-align: left;
  
  font-size: 1.5rem;
}

article section.text-start h2 {
  text-align: left;
  
  font-size: 2rem;
  line-height: 1em;
}

a {
  color: black;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: black;
  text-decoration: underline;
}

footer {
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  article header a {
    font-size: 1.9rem;
  }
  article section p {
    font-size: 3rem;
  }

  article section h1 {
    font-size: 4.3rem;
  }
}

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

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

/*
 * 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;
}
/*
 * Hide visually and from screen readers
 */

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. 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;
}
