@charset "UTF-8";
/*
* ldonis.com - My personal notes
*
* This work is licensed under a [Creative Commons Attribution 4.0
* International license](https://creativecommons.org/licenses/by/4.0/).
*
* @author   Luis Donis <emc2@ldonis.com>
* @license  CC BY 4.0
* @version  1.0.0
* @link     https://slides.ldonis.com
*/
/*
* ldonis.com - My personal notes
*
* This work is licensed under a [Creative Commons Attribution 4.0
* International license](https://creativecommons.org/licenses/by/4.0/).
*
* @author   Luis Donis <emc2@ldonis.com>
* @license  CC BY 4.0
* @version  1.0.0
* @link     https://slides.ldonis.com
*/
/*
* Lesli CSS
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* CSS version 3
*
* @author   Luis Gdonis <emc2@ldonis.com>
* @license  GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
* @version  1.0.0
* @link     https://www.lesli.tech
*/
/*
* Function definition
* ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
* @author Luis Gdonis <https://www.lesli.tech>
*/
/**
* Lesli
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Powered by https://www.lesli.tech
* Building a better future, one line of code at a time.
*
* @author   Luis Donis <ldonis@lesli.tech>
* @license  GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
* @version  GIT: 1.0.0 alpha
*/
/*
* Flexbox container
*
* @param direction string Direction
* @param align string Alignment
* @param space string Space
*
* ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
* @author Luis Gdonis <https://www.lesli.tech>
* @since 0.1.0 alpha
*/
/*
* Center with flexbox
*
* @param vertical bool Indicate if inner items works are columns
*
* ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
* @author Luis Gdonis <https://www.lesli.tech>
* @since 0.1.0 alpha
*/
/*
* Fluid grid with flexbox
*
* @param items-width min default width for items
* @param gutter margin for elements
*
* ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
* @author Luis Gdonis <https://www.lesli.tech>
* @since 0.1.0 alpha
*/
/**
* Lesli
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Powered by https://www.lesli.tech
* Building a better future, one line of code at a time.
*
* @author   Luis Donis <ldonis@lesli.tech>
* @license  GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
* @version  GIT: 1.0.0 alpha
*/
/*
* Columnas de grids & blocks
* Crea columnas individuales
*
* @param column int Numero de columna 
* @param column-total Total de columnas
*
* ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
* @author Luis Gdonis <https://www.lesli.tech>
* @since 0.1.0 alpha
*/
/*
* Grids & Blocks automaticos
* Genera estilos para el contenedor del grid y para cada una de las columnas
* que se especificaron en los parametros
*
* @param columns int Cantidad de columnas a incluir en el grid
* @param margin int Margen entre columnas
* @param breakpoint int Breakpoint a generar en pixeles
*
* ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
* @author Luis Gdonis <https://www.lesli.tech>
* @since 0.1.0 alpha
*/
/*
* ldonis.com - My personal notes
*
* This work is licensed under a [Creative Commons Attribution 4.0
* International license](https://creativecommons.org/licenses/by/4.0/).
*
* @author   Luis Donis <emc2@ldonis.com>
* @license  CC BY 4.0
* @version  1.0.0
* @link     https://slides.ldonis.com
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400|Pinyon+Script");
/*
    * Normalize
    * https://necolas.github.io/normalize.css/
    * ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
    * @since 1.0.0
    */
/*! 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
    * Reset
    * ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
    * @author Luis Gdonis <https://www.lesli.tech>
    * @since 1.0.0
    */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 16px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/*
    * Estilo de titulos
    * Establece un valor estandar para los titulos y subtitulos
    * ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
    * @author Luis Gdonis <https://www.lesli.tech>
    * @since 1.0.0
    */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-style: inherit;
  font-weight: inherit;
  text-rendering: optimizelegibility; }

/*
    * Estilos estandar para enlaces
    * ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
    * @author Luis Gdonis <https://www.lesli.tech>
    * @since 1.0.0
    */
a {
  text-decoration: none;
  color: inherit; }
  a:visited {
    color: inherit; }

/*
    * Responsive images
    * ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
    * @author Luis Gdonis <https://www.lesli.tech>
    * @since 0.1.0 alpha
    */
img {
  max-width: 100%;
  height: auto; }

/*
    * Paragraphs
    * ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
    * @author Luis Gdonis <https://www.lesli.tech>
    * @since 0.1.0 alpha
    */
p {
  margin: 0; }

/*
    * Navigation and list
    * ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~  ~·~
    * @author Luis Gdonis <https://www.lesli.tech>
    * @since 0.1.0 alpha
    */
ul li {
  list-style: none; }

* {
  outline: none;
  color: #444444;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

html,
body {
  color: #444444;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px; }

hr {
  width: 50%;
  border: none;
  height: 20px;
  height: 50px;
  margin-top: 0;
  border-bottom: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 20px 20px -20px #d2d2d2;
          box-shadow: 0 20px 20px -20px #d2d2d2;
  margin: -50px auto 10px;
  z-index: -1; }

header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  height: 60vh; }
  header h1 a {
    font-size: 3.8rem;
    font-family: "Pinyon Script", cursive, "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  header p {
    font-size: 1.4rem;
    font-weight: 100; }

section.blog {
  padding: 4rem 0;
  background-color: #f2f1ed;
  justify-content: center;
  align-items: flex-start; }
  section.blog article {
    flex-grow: 0;
    padding: 2.4rem;
    border-radius: 2px;
    margin-bottom: 2rem;
    background-color: #faf9f5;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05); }
    section.blog article div.post_header {
      text-align: center; }
      section.blog article div.post_header div.icon {
        width: 40px;
        display: inline-block;
        background-color: #e9e8e1;
        -webkit-box-shadow: 0 0 0 4px #e9e8e1;
                box-shadow: 0 0 0 4px #e9e8e1;
        border: 2px solid #faf9f5;
        border-radius: 50%;
        padding: 10px; }
      section.blog article div.post_header h2 {
        font-weight: 100;
        margin: 1rem auto .8rem; }
        section.blog article div.post_header h2 a {
          color: #787065;
          font-weight: 100; }
    section.blog article div.post_content {
      line-height: 1.4; }

footer {
  padding: 4rem 0;
  text-align: center; }
  footer img {
    width: 5rem; }
  footer ul li {
    display: inline-block;
    padding: 0 .15rem; }
    footer ul li a {
      font-size: 1.4rem;
      color: #3A8CF0 !important; }
  footer p.license {
    padding: .4rem 0;
    font-size: .8rem; }

article code {
  border-radius: 3px;
  padding: 0 0 1.5rem 1.5rem;
  background-color: #fff;
  color: #999;
  color: #888;
  display: block;
  white-space: pre;
  unicode-bidi: embed;
  font-family: monospace; }

article p {
  margin-bottom: 1rem; }

header {
  height: 45vh; }

section.blog article {
  width: 900px;
  margin: 0 auto;
  padding: 5rem 3rem; }
  section.blog article div.post_header div.icon {
    margin-bottom: 2rem; }
  section.blog article div.post_header h2 {
    font-size: 2rem; }
  section.blog article hr {
    width: 90%;
    margin-bottom: 2.4rem; }
  section.blog article div.post_content p {
    font-size: 1.2rem; }
