/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./sass/styles.scss ***!
  \***********************************************************************************************************/
/**
 * PHP Blueprint
 * 
 * @author JacoboFB <jaco@jacobofb.com>
 * @since 0.0.1
 * @version 1.0.9
 */
/**
 * PHP Blueprint
 * 
 * A great clearfix module.
 *
 * @author JacoboFB <jaco@jacobofb.com>
 * @since 0.0.1
 * @version 1.0.9
 */
.clear:before, .clear:after {
  display: table;
  content: ' '; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

/**
 * PHP Blueprint
 * 
 * Sass styles for a proper print work.
 *
 * @author JacoboFB <jaco@jacobofb.com>
 * @since 0.0.1
 * @version 1.0.9
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * PHP Blueprint
 * 
 * Browser normalize module.
 *
 * @author JacoboFB <jaco@jacobofb.com>
 * @since 0.0.1
 * @version 1.0.9
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * PHP Blueprint
 * 
 * @author JacoboFB <jaco@jacobofb.com>
 * @since 0.0.1
 * @version 1.0.9
 */
/**
 * PHP Blueprint
 * 
 * @author JacoboFB <jaco@jacobofb.com>
 * @since 0.0.1
 * @version 1.0.9
 */
/**
 * PHP Blueprint
 * 
 * @author JacoboFB <jaco@jacobofb.com>
 * @since 0.0.1
 * @version 1.0.9
 */
/**
 * Bootstrap.
 */
/*
// Override Fonts.
$font-family-sans-serif: font(text);
$font-family-serif: font(title);
$font-weight-light: font_weight(text_regular);
$font-weight-regular: font_weight(text_regular);
$font-weight-bold: font_weight(text_bold);
$headings-font-family: font(title);
$headings-font-weight: font_weight(title_regular);

// Override Colors.
$white: palette(white);
$gray-100: palette(gray, xtralight);
$gray-200: palette(gray, lightest);
$gray-300: palette(gray, lighter);
$gray-400: palette(gray, light);
$gray-500: palette(gray);
$gray-600: palette(gray, dark);
$gray-700: palette(gray, darker);
$gray-800: palette(gray, darkest);
$gray-900: palette(gray, xtradark);
$black: palette(black);

$primary: palette(primary);
$secondary: palette(secondary);
$success: palette(success);
$info: palette(info);
$warning: palette(warning);
$danger: palette(danger);
$light: $gray-100;
$dark: $gray-800;

// Import Bootstrap Sass.
// @import "../../../node_modules/bootstrap/scss/bootstrap";
@import "node_modules/bootstrap/scss/bootstrap";
*/
/**
 * Slick.
 */
/*
// Define slick typo path.
$slick-font-path: "../../../libs/slick-carousel/slick/fonts";
$slick-font-path: $root_path + "libs/slick-carousel/slick/fonts";

// Import Slick Sass.
@import "../../../../node_modules/slick-carousel/slick/slick-theme.scss";
@import "node_modules/slick-carousel/slick/slick-theme.scss";
*/
/**
 * Swiper.
 * > npm install swiper
 */
/**
 * PHP Blueprint
 * 
 * @author JacoboFB <jaco@jacobofb.com>
 * @since 0.0.1
 * @version 1.0.9
 */
/**
 * Iconize.
 * https://material.io/resources/icons
 */
.exempli-gratia:before {
  display: inline-block;
  position: relative;
  top: 2px;
  font-family: "Material Icons";
  font-weight: normal !important;
  content: "face"; }

/**
 * Responsive Breakpoints.
 * - One size exclusive: xl, lg, md, sm, xs.
 * - Max size: max-lg, max-md, max-sm.
 * - Min size: min-lg, min-md, min-sm.
 */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .exempli-gratia {
    background: red !important; } }

/**
 * Angular bottom.
 */
.angular-bottom {
  position: relative;
  background-color: #cc0000; }
  .angular-bottom:after {
    position: absolute;
    bottom: -50px;
    display: block;
    content: "";
    height: 50px;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2750%27 viewBox=%270 0 100 100%27 preserveAspectRatio=%27none%27%3E%3Cpolygon points=%270,0 0,100 100,0 0,0%27 style=%27fill:%23cc0000%3B%27 /%3E%3C/svg%3E");
    background-size: 100% 100%; }

/**
 * Angular top.
 */
.angular-top {
  position: relative;
  background-color: #cc0000; }
  .angular-top:before {
    position: absolute;
    top: -50px;
    display: block;
    content: "";
    height: 50px;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2750%27 viewBox=%270 0 100 100%27 preserveAspectRatio=%27none%27%3E%3Cpolygon points=%270,100 100,0 100,100%27 style=%27fill:%23cc0000%3B%27 /%3E%3C/svg%3E");
    background-size: 100% 100%; }

/**
 * PHP Blueprint
 * 
 * @author JacoboFB <jaco@jacobofb.com>
 * @since 0.0.1
 * @version 1.0.9
 */
.material-icons {
  position: relative;
  top: 4px;
  line-height: 0; }

[class^="icon-"]:before {
  font-family: 'Material Icons' !important; }

.icon-external-link:before {
  content: 'open_in_new'; }

/**
 * PHP Blueprint
 *
 * Mobile First approach.
 * 
 * @author JacoboFB <jaco@jacobofb.com>
 * @since 0.0.1
 * @version 1.1.0
 */
/* XS: 320px - 576px
----------------------------------------------------------------------------- */
main > .container {
  padding: 60px 15px 0; }

body,
html {
  font-family: sans-serif;
  font-size: 0.9em;
  line-height: 1.6; }

.container {
  height: 100%; }

section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #999999; }

h1 {
  margin: 0;
  padding: 0.5em 1em 0em;
  color: #666666;
  font-size: 4em;
  font-weight: 900;
  text-align: center; }

h2 {
  margin: 0;
  padding: 0.5em 1em 0em;
  color: #aaaaaa;
  font-size: 2.1em;
  font-weight: 900;
  letter-spacing: 5px;
  text-align: center; }

h1 + h2 {
  padding-top: 0;
  padding-bottom: 2em; }

h3 {
  margin: 0;
  padding: 0.5em 1em 0em;
  font-size: 1.6em;
  text-align: center; }

p {
  margin: 0;
  padding: 2em 1em;
  /* color: #ffffff; */
  color: #aaaaaa;
  font-size: 1.6em;
  letter-spacing: 1px;
  text-align: center; }

code {
  display: block;
  padding: 0.5em 1.5em;
  background: #333;
  font-size: 0.8em;
  color: greenyellow; }

footer {
  font-size: 0.5em; }
  footer strong {
    color: #666666; }

/* SM: > 576px
----------------------------------------------------------------------------- */
@media screen and (min-width: 576px) {
  body {
    font-size: 1em; } }

/* MD: > 768px
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  body {
    font-size: 1.1em; } }

/* LG: > 992px
----------------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  body {
    font-size: 1.2em; } }

/* XL: > 1200px
----------------------------------------------------------------------------- */
@media screen and (min-width: 1200px) {
  body {
    margin: auto;
    max-width: 1920px;
    font-size: 1.2em; } }

/**
 * PHP Blueprint
 * 
 * @author JacoboFB <jaco@jacobofb.com>
 * @since 0.0.1
 * @version 1.0.9
 */

