/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

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

/*! end normalize */

/*! fontello */

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?37800451");
  src: url("../font/fontello.eot?37800451#iefix") format("embedded-opentype"),
    url("../font/fontello.woff2?37800451") format("woff2"),
    url("../font/fontello.woff?37800451") format("woff"),
    url("../font/fontello.ttf?37800451") format("truetype"),
    url("../font/fontello.svg?37800451#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?37800451#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  font-size: 175%;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before {
  content: "\e800";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-github-circled:before {
  content: "\f09b";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */

/*! end fontello */

/*! MHFS */

html,
body {
  min-height: 100vh;
  height: 100vh;
  color: black;
}

.container {
  background-color: #f8f8f8;
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
}

.content {
  margin: 1rem;
  max-width: 400px;
  text-align: center;
}

a,
a:visited {
  text-decoration: none;
  color: black;
}

h1 {
  font-family: serif;
  font-weight: lighter;
  font-size: 2em;
  letter-spacing: 4px;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: serif;
  color: rgb(104, 104, 104);
  line-height: 1.8em;
}

hr {
  margin: 20px auto;
  border: none;
  border-top: 1px solid rgba(155, 155, 155, 0.14);
}

ul {
  list-style-type: none;
  text-align: center;
  padding: 0px;
}

li {
  display: inline;
  margin-left: 15px;
}

ul > li:first-of-type {
  margin-left: 0px;
}

li > span {
  font-size: 40px;
}

.me {
  border-radius: 50%;
  border: 2px solid rgb(116, 116, 116);
  padding: 5px;
  max-width: 200px;
  max-height: 200px;
}

.social a,
.social a:visited {
  color: rgb(104, 104, 104);
}
