/*! 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
   ========================================================================== */

.hubballi-regular {
  font-family: "Hubballi", sans-serif;
  font-weight: 400;
  font-style: normal;
}


html {
  color: #5FA2DD;
  line-height: 1.4;

  font-family: "Hubballi", sans-serif;
  font-weight: 400;
  font-style: normal;

  height: 100vh;
  overflow: hidden;
}


body {
  height: 100vh;

  color: #5FA2DD;
  font-size: 2em;
  overflow: hidden;
}

p {
  margin: 0;
  padding: 0;
}

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

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

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

.page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;      /* vertical center */
  justify-content: center;
}

.logo-wrapper {
  text-align: center;
  width: 100%;
}
.logo {
  width: 50%;
}

.text-center {
  text-align: center;
}

.divider {
  height: 100px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 667px) {

  body {
    font-size: 1.5em;
  }

  .page {
    justify-content: flex-start;
  }

  h1 {
    font-size: 1em;
  }

  .logo {
    width: 100%;
  }


  .divider {
    height: unset;
    flex: 1;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 668px) {
  body {
    font-size: 1.5em;
  }

  h1 {
    font-size: 2em;
  }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.5em;
  }

  h1 {
    font-size: 1.5em;
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  body {
    font-size: 1.5em;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
