/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/*
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
*/
.black {
  color: #000000; }

.orange {
  color: #db3007; }

.blue {
  color: #0030fa; }

.middle-blue {
  color: #0000b4; }

.gray {
  color: #626262; }

.darkgray {
  color: #2e2d2d; }

.lightgray {
  color: #a7a3a3; }

.verylightgray {
  color: #ccc; }

.lightwhite {
  color: #eee; }

.smokywhite {
  color: #faf7f7; }

.cyan {
  color: #1d9a93; }

.yellow {
  color: #d1a615; }

.green {
  color: #107b34; }

.red {
  color: #d30b0b; }

.purple {
  color: #710471; }

.white {
  color: #ffffff; }

* {
  box-sizing: border-box;
  float: none;
  outline: 0; }

/* not on demo display window */
html {
  font-size: 62.5%;
  /* of 16px usually, which gives 10px */
  /*height: 100%;*/ }

/*
 * =======================================================
 * Body
 * =======================================================
 */
.js-loading *, .js-loading *::before, .js-loading *::after {
  animation-play-state: paused !important; }

/*
:not(body .demo-display) * {
    margin: 0;
    padding: 0;
    //font-weight: normal;
}
*/
/*
body {
    position: relative;
    background-color: $light-white;
    //background-color:  $very-very-light-gray;
    font-family: $sans-serif;
    font-size: 1.5em;
    // 15 pixel
    line-height: 1.5;
    width: 100%;

}
*/
/*
 * =======================================================
 * Scrollbar
 * =======================================================
 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

::-webkit-scrollbar-thumb {
  background-color: #a7a3a3;
  border-radius: 10px;
  outline: 2px solid slategrey; }

::-webkit-scrollbar-thumb:active {
  background-color: #808080; }

/*
 * =======================================================
 * Body
 * =======================================================
 */
body {
  position: relative;
  background-color: #eee;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  /* 15 pixel */
  line-height: 1.5;
  width: 100%;
  /* add the following overflow only if you use scroll-improved.js */
  /*overflow-y: hidden;*/ }

/*
 * =======================================================
 * Headers
 * =======================================================
 */
/*
h1,
h2,
h3,
h4,
h5 {
    font-family: $serif;
    color: $primary-color;
}
*/
/*
 * =======================================================
 * paragraphs
 * =======================================================
 */
/*
:not(body .demo-display) p {
    margin-top: 8px;
    margin-bottom: 8px;
}
*/
/*
 * =======================================================
 * pre
 * =======================================================
 */
/*
:not(body .demo-display) pre {
//pre {
    font-size: 0.8em;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;

    background: rgba(211, 211, 211, 0.4);
    border: 1px solid rgba(70, 66, 66, 0.34);
}


:not(body .demo-display) hr {
    clear: both;
    margin: 20px 0;
}

*/
/*
 * =======================================================
 * Lists
 * =======================================================
 */
/*
:not(body .demo-display) ul {
    margin-left: 2%;
}
*/
/*
 * =======================================================
 * Centering
 * =======================================================
 */
.center-wrapper {
  display: table; }

.vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 0;
  padding-top: 0; }

.vertical-bottom {
  display: table-cell;
  text-align: center;
  vertical-align: bottom; }

/*
 * =======================================================
 * Language
 * =======================================================
 */
.hebrew {
  direction: rtl;
  text-align: right;
  display: block;
  line-height: 1.3;
  font-size: 1.1em;
  font-family: Alef, sans-serif;
  letter-spacing: normal;
  font-style: normal; }
  .hebrew li {
    margin-right: 30px;
    list-style-type: circle;
    padding: 5px; }

/*
 * =======================================================
 * Language
 * =======================================================
 */
em.em1, span.em1 {
  color: #db3007;
  font-weight: bolder; }

em.em2, span.em2 {
  color: #2e2d2d;
  font-weight: bold; }

em.em3, span.em3 {
  color: #000080;
  font-weight: bold;
  font-style: normal; }

em.em4, span.em4, em4 {
  color: #db3007;
  font-weight: bold;
  font-style: normal; }

/*
 * =======================================================
 * Pop-Up
 * =======================================================
 */
.popup-tooltip {
  max-width: 90%;
  background-color: #ccc;
  color: #000000;
  position: absolute;
  top: 10%;
  left: 5%;
  border-radius: 5px;
  padding: 20px 20px !important;
  max-height: 80%;
  height: 80%;
  overflow: hidden; }
  .popup-tooltip a {
    color: #add8e6; }
  .popup-tooltip .popup-tooltip-cont {
    height: calc(100% - 20px);
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 10px; }
  .popup-tooltip .popup-tooltip-x {
    content: url("../../images/x-button-black.png");
    position: absolute;
    top: 0px;
    right: 5px;
    transform-origin: bottom left;
    transform: scale(0.6);
    cursor: pointer;
    display: block; }

/*
.popup-tooltip::before {
    content: ' ';
    width: 0;
    height: 0;
    border: 10px solid transparent; // arrow size
    border-bottom-color: $dark-gray;  // arrow color
    position: absolute;
    top: -20px;
    left: 20px;
}



.popup-tooltip::after {

    content: url("../../images/x_button_blank_white.png");
    position: absolute;
    top: 0;
    right: 10px;
    transform-origin: bottom left;
    transform: scale(0.6);
    cursor: pointer;

}
*/
/*
 * - Main navigation
 */
/*
 * =======================================================
 * Main Navigation
 * =======================================================
 */
.main-top-nav * {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  list-style: none; }

.main-top-nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2e2d2d;
  height: 36px;
  z-index: 300;
  /* on top but under burger page */
  /* title on the left with circle logo */
  /* search result window */
  /* menu items */ }
  .main-top-nav .title {
    opacity: 0;
    /* search box */ }
    .main-top-nav .title a {
      float: left;
      font-style: italic;
      font-family: serif;
      padding: 5px 10px;
      text-decoration: none;
      font-size: 18px;
      color: #eee; }
    .main-top-nav .title a::before {
      content: ' ';
      width: 11px;
      height: 11px;
      border-radius: 50%;
      border: 2px solid #ffffff;
      background-color: #0030fa;
      display: inline-block;
      margin-top: 1px;
      margin-right: 6px;
      vertical-align: baseline; }
    .main-top-nav .title #jse-form {
      float: left;
      margin-left: 6px;
      margin-top: 6px;
      margin-bottom: 6px;
      height: 24px;
      width: 160px; }
      .main-top-nav .title #jse-form input[type="text"] {
        height: 100%;
        width: 132px;
        background-color: #f8f8f8;
        padding-top: 2px;
        padding-left: 5px;
        float: left;
        border: 2px inset #ccc; }
      .main-top-nav .title #jse-form input[type="image"] {
        height: 100%;
        margin: 0;
        padding-top: 2px;
        float: right; }
  .main-top-nav .search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(46, 45, 45, 0.9);
    z-index: 500; }
    .main-top-nav .search-box #search-text {
      position: absolute;
      width: 70%;
      height: 76%;
      overflow-y: auto;
      top: 12%;
      left: 15%;
      background: #eee;
      padding: 20px 40px;
      line-height: 2;
      z-index: 500; }
    .main-top-nav .search-box #search-x-button {
      display: block;
      position: absolute;
      top: 12%;
      right: 15%;
      transform: translate(-5px, 5px);
      cursor: pointer;
      z-index: 501; }
  .main-top-nav .menu {
    /* menu top row */
    position: relative;
    display: block;
    width: auto;
    margin-right: 40px;
    float: right;
    height: 100%;
    opacity: 0;
    /* link item */
    /* selected menu element */
    /* sub-levels: second and third */
    /* ---------------------------------------- */
    /* generate small triangle on first level */
    /* last menu sub-item on the right */
    /* active ul */
    /*
    ul > li a {
        padding-top: 5px;
        height: 15px;
    }
    */
    /* next (second and bext) level */ }
    .main-top-nav .menu li {
      display: inline-block;
      position: relative;
      height: 100%;
      text-transform: uppercase;
      font-size: 12px;
      color: #eee;
      float: left; }
    .main-top-nav .menu li.menu-title {
      padding: 10px 20px; }
    .main-top-nav .menu li:hover {
      background-color: #555555; }
    .main-top-nav .menu li:not(.menu-title):hover,
    .main-top-nav .menu a:hover {
      transition: 0.1s;
      color: #ccc;
      cursor: pointer; }
    .main-top-nav .menu a {
      color: #eee;
      transition: 0.3s;
      text-decoration: none;
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px 20px; }
    .main-top-nav .menu .current {
      background-color: #a7a3a3;
      /*height: 100%;*/
      color: #2e2d2d;
      font-weight: bolder; }
    .main-top-nav .menu .current:hover {
      color: #ccc; }
    .main-top-nav .menu ul {
      opacity: 0;
      visibility: hidden;
      width: 175px;
      position: absolute;
      top: 43px;
      background-color: #2e2d2d;
      transition: .1s ease-in; }
    .main-top-nav .menu > li > ul:after {
      content: ' ';
      position: absolute;
      top: -7px;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #2e2d2d; }
    .main-top-nav .menu > li:not(:last-of-type) > ul {
      left: 0; }
    .main-top-nav .menu > li:last-of-type > ul {
      right: 0; }
    .main-top-nav .menu > li:not(:last-of-type) > ul:after {
      left: 20px; }
    .main-top-nav .menu > li:last-of-type > ul:after {
      right: 20px; }
    .main-top-nav .menu li:hover > ul {
      opacity: 1;
      visibility: visible;
      transition: all .04s ease-out;
      z-index: 500 !important; }
    .main-top-nav .menu ul > li {
      width: 100%;
      z-index: 500 !important; }
    .main-top-nav .menu ul > li > ul {
      left: 50px;
      top: 0px;
      margin-top: 0;
      z-index: 500 !important; }
    @media screen and (max-width: 1085px) {
      .main-top-nav .menu {
        visibility: hidden; } }

/*
 * =======================================================
 * Main Footer
 * =======================================================
 */
.main-footer * {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  list-style: none; }

.main-footer {
  position: relative;
  clear: both;
  width: 100vw;
  height: 36px;
  background-color: #2e2d2d;
  margin-top: 30px;
  z-index: 300;
  /*visibility: hidden;*/ }

.main-footer * {
  height: 100%;
  padding: 12.5px;
  color: #eee;
  font-size: 11px; }

.main-footer .title-left {
  float: left; }
  @media screen and (max-width: 400px) {
    .main-footer .title-left {
      display: none; } }

.main-footer .title-left a {
  padding: 0; }

.main-footer .title-right {
  float: right;
  letter-spacing: 1px; }

html {
  width: 100vw;
  /* includes scrollbar */
  overflow-x: scroll; }

body::-webkit-scrollbar {
  width: 7px;
  height: 0px; }

/*
 * =======================================================
 * Main Burger
 * =======================================================
 */
#main-burger {
  position: fixed;
  right: 3%;
  top: 56px;
  color: transparent;
  cursor: pointer;
  width: 26px;
  height: 26px;
  z-index: 0;
  background-image: url("../../images/burger.png");
  background-size: cover; }

#main-burger:active {
  transform-origin: 50% 50%;
  transform: rotateZ(180deg);
  transition: 0.5s; }

/*
 * =======================================================
 * Burger Full Screen
 * =======================================================
 */
.burger-main-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  z-index: 400;
  transition: 0.6s; }

.burger-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%; }
  .burger-nav-wrapper .main-index-header h1 {
    padding-top: 30px; }
  .burger-nav-wrapper .p-center-upcase {
    margin-bottom: 50px !important; }
  .burger-nav-wrapper .ideas {
    position: fixed;
    width: 15%;
    left: 3%;
    top: 56px; }
    .burger-nav-wrapper .ideas .text {
      color: #ffffff; }
    .burger-nav-wrapper .ideas a {
      text-decoration: none; }
    .burger-nav-wrapper .ideas .arrow {
      opacity: 1;
      display: inline-block;
      padding-left: 7px;
      animation: pulse 2s linear infinite alternate;
      font-size: 1.5em; }

@keyframes pulse {
  from {
    opacity: 0.1;
    font-size: 0.5em; }
  to {
    opacity: 1;
    font-size: 1.5em; } }
#page-help {
  position: fixed;
  right: 3%;
  top: 96px;
  color: transparent;
  cursor: pointer;
  width: 26px;
  height: 26px;
  z-index: 0;
  transition: 0.6s linear;
  background-image: url("../../images/q-mark.png");
  background-size: cover; }

#page-help.white {
  background-image: url("../../images/q-mark_white.png"); }

#help-me-container {
  visibility: hidden;
  opacity: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  transition: 0.6s linear; }

#help-me {
  color: #2e2d2d;
  background-color: #eee;
  position: absolute;
  width: 35%;
  height: 100%;
  top: 36px;
  /*right: -200px;*/
  right: -35%;
  padding: 50px 50px;
  transition: 0.6s linear;
  overflow: auto; }

#x-help-me {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  right: -46px;
  top: 56px;
  z-index: 500;
  transition: 0.6s linear;
  background-image: url("../../images/q-mark-x.png");
  background-size: cover; }

/*
 * =======================================================
 * Side Navigation
 * =======================================================
 */
.side-nav-icons {
  position: fixed;
  left: 2%;
  bottom: 41px;
  height: 30px;
  z-index: 401; }
  .side-nav-icons #open-folder {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../../images/folder+.svg");
    background-size: cover;
    cursor: pointer; }
  .side-nav-icons #open-folder.white {
    background-color: #626262;
    background-blend-mode: multiply; }
  .side-nav-icons .arrows {
    display: inline-block;
    width: 50px;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px; }
    .side-nav-icons .arrows #prev-page, .side-nav-icons .arrows #next-page {
      float: left;
      width: 20px;
      height: 100%;
      color: transparent;
      background-image: url("../../images/arrow-left.png");
      background-size: cover; }
    .side-nav-icons .arrows #prev-page.white, .side-nav-icons .arrows .white#next-page {
      background-image: url("../../images/arrow_left_white.png"); }
    .side-nav-icons .arrows #next-page {
      float: right;
      background-image: url("../../images/arrow-right.png"); }
    .side-nav-icons .arrows #next-page.white {
      background-image: url("../../images/arrow_right_white.png"); }

/* don't show vertical scrollbar, but allow scrolling */
#side-nav ul::-webkit-scrollbar {
  width: 0; }

.side-nav-container {
  visibility: hidden;
  width: 20%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0;
  /*background-color: rgba(0, 0, 0, 0.9);*/
  z-index: 400;
  /*z-index: $z-top-index;*/ }
  .side-nav-container * {
    margin: 0;
    padding: 0; }
  @media screen and (max-width: 1000px) {
    .side-nav-container {
      width: 30%; } }
  @media screen and (max-width: 700px) {
    .side-nav-container {
      width: 50%; } }
  .side-nav-container #x-side-nav {
    position: fixed;
    width: 30px;
    height: 30px;
    left: 2%;
    bottom: 41px;
    /*bottom: $main-bot-footer-height;*/
    z-index: 500;
    transition: 0.4s linear;
    background-image: url("../../images/folder-.svg");
    background-size: cover;
    cursor: pointer; }
  .side-nav-container #side-nav {
    box-shadow: 3px 0px 20px 0px rgba(0, 0, 0, 0.75);
    /*background-color: $smoky-white;*/
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    /*
    padding-top: $main-top-nav-height + 20px;
    padding-bottom: $main-bot-footer-height + 40px;
    padding-left: 20px;
    padding-right: 20px;
    */
    padding-top: 0px;
    padding-bottom: 76px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #2e2d2d;
    left: -20%;
    transition: 0.2s linear;
    /* selected menu element */ }
    @media screen and (max-width: 700px) {
      .side-nav-container #side-nav {
        padding-left: 0px;
        padding-right: 0px; } }
    .side-nav-container #side-nav > ul {
      display: block;
      height: 100%;
      background-color: #2e2d2d;
      overflow: auto;
      padding: 40px 5px; }
    .side-nav-container #side-nav .menu-title:not(.current) {
      /*cursor: pointer;*/ }
      .side-nav-container #side-nav .menu-title:not(.current) ul {
        display: none; }
    .side-nav-container #side-nav .menu-title:not(.current):hover ul {
      display: block; }
      .side-nav-container #side-nav .menu-title:not(.current):hover ul * {
        color: #808080; }
    .side-nav-container #side-nav .menu-title:not(.current):hover {
      color: #626262;
      font-weight: bold; }
    .side-nav-container #side-nav .menu-title.current:hover {
      color: #2e2d2d; }
    .side-nav-container #side-nav li {
      display: block;
      text-transform: uppercase;
      font-size: 12px;
      color: #eee;
      padding: 5px 20px; }
    .side-nav-container #side-nav .current {
      background-color: #a7a3a3;
      color: #000000; }
      .side-nav-container #side-nav .current > a {
        padding-left: 6px;
        background-color: #555555; }
    .side-nav-container #side-nav a {
      color: #eee;
      transition: 0.3s;
      text-decoration: none;
      cursor: pointer;
      padding: 5px 6px 5px 0;
      margin: 0; }
    .side-nav-container #side-nav a:hover {
      transition: 0.1s;
      color: #2e2d2d;
      background-color: #ccc; }

.main-index-header {
  margin: 0 auto;
  text-align: center; }
  .main-index-header h1,
  .main-index-header h2 {
    font-family: serif;
    font-weight: normal; }
  .main-index-header h1 {
    padding-top: 10px;
    margin-bottom: 0px;
    font-style: italic; }
    @media screen and (max-height: 550px), screen and (max-width: 1000px) {
      .main-index-header h1 {
        font-size: 1.4em;
        padding-top: 10px; } }
    @media screen and (max-height: 450px), screen and (max-width: 1000px) {
      .main-index-header h1 {
        font-size: 1em;
        padding-top: 5px; } }
  .main-index-header h2 {
    margin-top: 0;
    font-size: 3.8em;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: -0em;
    line-height: 0.9; }
    @media screen and (max-height: 550px), screen and (max-width: 1000px) {
      .main-index-header h2 {
        font-size: 3.8em;
        margin-bottom: 40px; } }
    @media screen and (max-height: 450px), screen and (max-width: 1000px) {
      .main-index-header h2 {
        font-size: 2em;
        margin-bottom: 20px; } }
  .main-index-header .p-center-upcase {
    text-transform: uppercase;
    display: block;
    margin: 20px auto;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.17em;
    line-height: 1.5;
    font-size: 0.7em;
    font-weight: normal; }
    @media screen and (max-height: 550px), screen and (max-width: 1000px) {
      .main-index-header .p-center-upcase {
        font-size: 0.7em;
        margin-bottom: 30px;
        display: none; } }
    @media screen and (max-height: 450px), screen and (max-width: 1000px) {
      .main-index-header .p-center-upcase {
        font-size: 0.6em;
        margin-bottom: 20px;
        display: none; } }

.main-index-center-page-part .password-block {
  position: relative;
  width: 400px;
  display: block;
  margin: 50px auto; }
.main-index-center-page-part .password {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  font-size: 24px;
  width: 100% !important;
  margin: 0 !important;
  background-blend-mode: multiply;
  background-color: #faf7f7;
  box-shadow: inset 0.1px 0 1px #000000, 0 0.1px 1px #000000, -0.1px 0 1px #000000, 0 -0.1px 1px #000000; }
.main-index-center-page-part .password-eye {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  z-index: 100;
  cursor: pointer;
  mix-blend-mode: multiply; }

.main-index-center-page-part .password:focus {
  box-shadow: 0 0 0 2px rgba(48, 113, 169, 0.52) !important; }

.main-index-center-page-part.black .text {
  color: #000000; }

.main-index-center-page-part.white .text {
  color: #eee; }

.main-index-center-page-part {
  position: relative;
  display: table;
  width: 60%;
  margin: 0px auto;
  font-family: serif; }
  .main-index-center-page-part .first-row,
  .main-index-center-page-part .second-row {
    width: 100%;
    display: table; }
  .main-index-center-page-part .first-row {
    margin-bottom: 30px; }
  .main-index-center-page-part .lecture {
    width: 26%;
    margin-left: 11%;
    margin-right: 0;
    padding: 0;
    float: left; }
    .main-index-center-page-part .lecture:first-child {
      margin-left: 0; }
    .main-index-center-page-part .lecture a {
      text-decoration: none; }
    .main-index-center-page-part .lecture .number {
      display: block;
      width: 100%;
      font-size: 3.8em;
      font-style: italic;
      text-align: center;
      font-weight: normal; }
      @media screen and (max-height: 550px), screen and (max-width: 1000px) {
        .main-index-center-page-part .lecture .number {
          font-size: 3.2em; } }
      @media screen and (max-height: 450px), screen and (max-width: 1000px) {
        .main-index-center-page-part .lecture .number {
          font-size: 2em; } }

.text {
  display: block;
  width: 100%;
  font-size: 0.7em;
  font-style: italic;
  font-weight: bolder;
  letter-spacing: 1px;
  /*color: $black;*/
  text-transform: uppercase;
  border-top: 1px solid #2e2d2d;
  border-bottom: 1px solid #2e2d2d;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer; }
  @media screen and (max-height: 550px), screen and (max-width: 1000px) {
    .text {
      font-size: 0.6em; } }
  @media screen and (max-height: 450px), screen and (max-width: 1000px) {
    .text {
      font-size: 0.5em; } }

.text:not(.menu):hover {
  background-color: #2e2d2d;
  color: #eee; }

.menu {
  position: relative; }

.sub-menu {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.4s;
  width: 100%;
  z-index: 501;
  /* over footer */ }
  .sub-menu span {
    display: block;
    padding: 7px 0;
    width: 100%;
    font-style: italic;
    color: #eee;
    background-color: #2e2d2d; }
  .sub-menu span:hover {
    background-color: #808080; }

.menu:hover .sub-menu {
  opacity: 1; }

/*
 * =======================================================
 * Scroll
 * =======================================================
 */
body::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  outline: 2px solid slategrey; }

body::-webkit-scrollbar-thumb:active {
  background-color: #808080; }

/*
 * =======================================================
 * Buttons
 * =======================================================
 */
.button1 {
  padding: 10px 20px;
  border: 1px solid #c7c7c7;
  background: linear-gradient(to top, rgba(0, 255, 255, 0.2), cyan);
  box-shadow: 0px 7px 2px -5px #1a1a1a, inset 0px 0px 3px #9C0000;
  border-radius: 15px;
  text-shadow: #FF7A7A 1px 1px 0px;
  color: #8F0000;
  font-size: 14px;
  font-family: Arial;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
  outline: none; }

.button1:hover {
  background-color: cyan;
  box-shadow: 0px 0px 5px 0px #aaaaaa;
  border: 1px solid #ffffff;
  color: #470000; }

.button1:active {
  top: 1px;
  position: relative; }

.button2, .button2-black {
  text-decoration: none;
  width: 150px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  outline: 0;
  display: block;
  color: #0030fa;
  font-weight: bold !important;
  background-color: transparent;
  border: 2px solid #0030fa;
  text-align: center;
  font-size: 13px;
  transition: 0.3s; }

.button2:hover {
  color: #eee;
  background-color: #0030fa; }

/*
.button2(~show-code-button):active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    color: #fff;
    padding: 6px 12px 4px;
    background: #20282D;
}
*/
.button2-black {
  border: 2px solid #000000;
  color: #000000; }

.button2-black:hover {
  color: #fff;
  background-color: #2e2d2d; }

/*
 * =======================================================
 * Radio Buttons
 * =======================================================
 */
.radio-text {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 10%;
  margin-top: 20px; }

.regular-radio {
  display: none; }

.regular-radio + label {
  background-color: #faf7f7;
  border: 2px solid #2e2d2d;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 10%;
  margin-top: 20px; }

.regular-radio:first-child + label {
  margin-left: 0%; }

.regular-radio:checked + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  background: #2e2d2d;
  left: 4px; }

/*
 * =======================================================
 * Text area, text input, labels
 * =======================================================
 */
/*
 * =======================================================
 * block black label
 * =======================================================
 */
.block-label {
  display: inline-block;
  background-color: #2e2d2d;
  position: relative;
  height: 19px; }

/*
.block-label:not(.inact):after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid $dark-gray;
    position: absolute;
    top: 100%;
    left: calc(50% - 3.5px);
    z-index: 100;
}
*/
.block-label.inact {
  background-color: #808080; }

.block-label span {
  display: block;
  color: #eee;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 19px;
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap; }

/*
 * =======================================================
 * text area
 * =======================================================
 */
.text-box {
  display: block;
  width: 100%;
  background: transparent;
  line-height: 1.33;
  border: 1px solid #2e2d2d; }

.text-box:hover {
  border: 1px solid #a7a3a3;
  box-shadow: 1px 1px 1px #808080; }

/*------------ Input boxes styles ---------*/
.input-box {
  box-sizing: content-box;
  display: inline-block;
  width: 250px;
  padding: 5px 20px;
  border-radius: 0px;
  color: #076990;
  text-overflow: clip;
  background: #f8f8f8;
  /*box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);*/
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); }

.input-box:focus {
  /*box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2) inset;*/
  box-shadow: 0 0 0 2px rgba(48, 113, 169, 0.52);
  /*box-shadow: inset 0 0 0 5px rgba(128, 128, 128, 0.54);*/ }

/*
be careful for display (there it will not work)
input[type='text'] {
    width: 200px;
    height: 29px;
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 8px;
    font-weight: 200;
    font-size: 15px;
    font-family: Verdana;
    border: 1px solid #2e2d2d;
    margin-bottom: 10px;
    background-color: transparent;
}

input[type='text']:hover {
    width: 200px;
    height: 29px;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 8px;
    font-weight: 200;
    font-size: 15px;
    font-family: Verdana;
}
*/
/*
 * =======================================================
 * radio
 * =======================================================
 */
/*
.radio-text {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 10%;
    margin-top: 20px;
}

.regular-radio {
    display: none;
}

.regular-radio + label {
    background-color: #e7e5e5;
    border: 2px solid #2e2d2d;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 10%;
    margin-top: 20px;
}

.regular-radio:first-child + label {
    margin-left: 0%;
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    top: 4px;
    background: #2e2d2d;
    left: 4px;
}

input[type="checkbox"] {
    display: none;
}


input[type="checkbox"] + label span {
    display: inline-block;
    width: 100px;
    margin-left: 25px;
    vertical-align: top;
    font-size: 0.8em;
}

input[type="checkbox"] + label {
    background-color: transparent;
    border: 2px solid #2e2d2d;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;

}

input[type="checkbox"]:checked + label:after {
    content: '\2713';
    font-weight: bold;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 12px;
    color: #2e2d2d;
    left: 1px;

}

*/
/*
 * =======================================================
 * Text area, text input, labels
 * =======================================================
 */
/*
 * =======================================================
 * selectors
 * =======================================================
 */
.styled-select {
  position: relative;
  width: 100%;
  height: 100%;
  text-transform: uppercase; }
  .styled-select .styled-select-title {
    border-top: 1px solid #2e2d2d;
    border-bottom: 1px solid #2e2d2d;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 10px;
    letter-spacing: 0.2em;
    padding: 2px 0px; }
  .styled-select .styled-select-triangle {
    position: absolute;
    left: -10px;
    top: 36px;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #2e2d2d; }
  .styled-select .styled-select-list {
    position: relative;
    width: 100%;
    overflow: auto; }
    .styled-select .styled-select-list select {
      font-family: Verdana, sans-serif;
      position: relative;
      width: 100%;
      background: transparent;
      font-size: 10.4px;
      border: none;
      overflow: auto;
      text-transform: uppercase; }
    .styled-select .styled-select-list option {
      width: 100%;
      cursor: pointer;
      padding: 3.5px 0;
      overflow: hidden; }
    .styled-select .styled-select-list option::selection,
    .styled-select .styled-select-list option:hover {
      background-color: #a7a3a3;
      color: #eee; }
    .styled-select .styled-select-list option.sel-sample-option {
      font-weight: 900; }

/*
 * =======================================================
 * Tooltip Styles
 * =======================================================
 */
/* http://cbracco.me/a-simple-css-tooltip/ */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer; }

/* Base styles for the entire tooltip */
[data-tooltip]::before,
[data-tooltip]::after,
.tooltip::before,
.tooltip::after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0s 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0s 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none; }

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover::before,
[data-tooltip]:hover::after,
[data-tooltip]:focus::before,
[data-tooltip]:focus::after,
.tooltip:hover::before,
.tooltip:hover::after,
.tooltip:focus::before,
.tooltip:focus::after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Base styles for the tooltip's directional arrow */
.tooltip::before,
[data-tooltip]::before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Base styles for the tooltip's content area */
.tooltip::after,
[data-tooltip]::after {
  z-index: 1000;
  padding: 8px 10px;
  text-align: center;
  width: 100px;
  background-color: #2e2d2d;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase; }

/* Directions */
/* Top (default) */
[data-tooltip]::before,
[data-tooltip]::after,
.tooltip::before,
.tooltip::after,
.tooltip-top::before,
.tooltip-top::after {
  bottom: 100%;
  /* with translateY - removed TANIA */
  bottom: 150%;
  left: 50%; }

[data-tooltip]::before,
.tooltip::before,
.tooltip-top::before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9); }

/* Horizontally align top/bottom tooltips */
[data-tooltip]::after,
.tooltip::after,
.tooltip-top::after {
  margin-left: -50px; }

[data-tooltip]:hover::before,
[data-tooltip]:hover::after,
[data-tooltip]:focus::before,
[data-tooltip]:focus::after,
.tooltip:hover::before,
.tooltip:hover::after,
.tooltip:focus::before,
.tooltip:focus::after,
.tooltip-top:hover::before,
.tooltip-top:hover::after,
.tooltip-top:focus::before,
.tooltip-top:focus::after {
  /* TANIA: removed */ }

/* Left */
.tooltip-left::before,
.tooltip-left::after {
  right: 100%;
  bottom: 50%;
  left: auto; }

.tooltip-left::before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: rgba(51, 51, 51, 0.9); }

.tooltip-left:hover::before,
.tooltip-left:hover::after,
.tooltip-left:focus::before,
.tooltip-left:focus::after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px); }

/* Bottom */
.tooltip-bottom::before,
.tooltip-bottom::after {
  top: 100%;
  bottom: auto;
  left: 50%; }

.tooltip-bottom::before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(51, 51, 51, 0.9); }

.tooltip-bottom:hover::before,
.tooltip-bottom:hover::after,
.tooltip-bottom:focus::before,
.tooltip-bottom:focus::after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px); }

/* Right */
.tooltip-right::before,
.tooltip-right::after {
  bottom: 50%;
  left: 100%; }

.tooltip-right::before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: rgba(51, 51, 51, 0.9); }

.tooltip-right:hover::before,
.tooltip-right:hover::after,
.tooltip-right:focus::before,
.tooltip-right:focus::after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px); }

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left::before,
.tooltip-right::before {
  top: 3px; }

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left::after,
.tooltip-right::after {
  margin-left: 0;
  margin-bottom: -16px; }

* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  list-style: none; }

/* to prevent jumping when scroll is activated */
/*
html {
    padding-left: calc(100vw - 100%);
    margin-right: 0;
    overflow: auto;
}

*/
html,
body {
  width: 100vw;
  /* includes scrollbar */ }

body::-webkit-scrollbar {
  width: 6px;
  height: 0px; }

p {
  margin-top: 8px;
  margin-bottom: 8px; }

/*
 * =======================================================
 * Parallax Header
 * =======================================================
 */
.main-header-parallax {
  perspective: 100px;
  position: relative;
  width: 100%;
  height: 90%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .main-header-parallax .main-header-center {
    font-family: serif;
    position: absolute;
    height: 300px;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: table; }
    .main-header-parallax .main-header-center h2,
    .main-header-parallax .main-header-center p {
      color: #020243; }
    .main-header-parallax .main-header-center h1 {
      font-style: italic;
      padding: 0;
      margin: 0;
      color: #020243; }
    .main-header-parallax .main-header-center h2 {
      font-size: 4em;
      text-transform: uppercase;
      letter-spacing: -0em;
      line-height: 0.9;
      color: #020243; }
    .main-header-parallax .main-header-center .p-center-upcase {
      text-transform: uppercase;
      display: block;
      margin: 1em auto 0;
      text-align: center;
      letter-spacing: 0.17em;
      line-height: 1.5;
      font-size: 0.8em; }
    .main-header-parallax .main-header-center h1 {
      animation-delay: .6s; }
    .main-header-parallax .main-header-center h2 {
      animation-delay: .8s; }
    .main-header-parallax .main-header-center p {
      animation-delay: .9s; }
    .main-header-parallax .main-header-center:after {
      content: "";
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      opacity: 0;
      transform: translateY(-4rem);
      animation: no-transform 1s 0.5s cubic-bezier(0, 0.5, 0, 1) forwards; }
  .main-header-parallax .special-main-header {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    font-size: 2em;
    color: #333; }
  .main-header-parallax .header-down-arrow {
    position: absolute;
    bottom: 4vh;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    animation: pulse 2s 3s ease-out infinite;
    text-align: center;
    cursor: pointer; }
    .main-header-parallax .header-down-arrow .main-header-arrow {
      opacity: 0;
      transform: translateY(7rem);
      animation: no-transform 2s ease-out forwards; }

.page-start {
  padding-top: 30px; }
  .page-start pre {
    font-size: 0.8em;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(211, 211, 211, 0.4);
    border: 1px solid rgba(70, 66, 66, 0.34); }

/*
 * =======================================================
 * Main
 * =======================================================
 */
/*
body {
    overflow: hidden;
}

*/
main.parallax {
  background-color: inherit;
  width: 70%;
  margin: 0px auto;
  position: relative; }
  main.parallax h3 {
    margin: 1em 0;
    font-size: 1.5em;
    letter-spacing: -0em;
    line-height: 0.9; }
  main.parallax p {
    width: 80%;
    -webkit-word-wrap: normal; }
  main.parallax hr {
    margin-top: 4em;
    margin-bottom: 4em; }
  main.parallax small {
    font-size: 0.8em; }
  main.parallax strong {
    font-weight: bolder; }
  main.parallax ul {
    width: 70%;
    margin-left: 2em; }
    main.parallax ul li {
      list-style-type: initial; }
  main.parallax figure {
    margin: 1em 0;
    mix-blend-mode: multiply; }
  main.parallax a.example {
    color: #0030fa;
    transition: 0.3s; }
  main.parallax a.example:visited {
    /* visited link */
    color: #0030fa; }
  main.parallax a.example:hover {
    color: #9898ef; }
  main.parallax a.example:active {
    /* link with focus */
    color: red; }

/*
 * =======================================================
 * Page Arrows
 * =======================================================
 */
.page-up-down {
  width: 50px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  right: 20px;
  bottom: 36px;
  width: 50px; }
  .page-up-down * {
    cursor: pointer; }
  .page-up-down #go-down, .page-up-down #go-top {
    float: left;
    width: 20px;
    height: 100%;
    color: transparent;
    background-image: url("../../images/arrow-down.png");
    background-size: cover; }
  .page-up-down #go-top {
    float: right;
    background-image: url("../../images/arrow-up.png"); }

/*
 * =======================================================
 * Animation
 * =======================================================
 */
.animate-slide-down {
  opacity: 0;
  transform: translateY(-4rem);
  animation: no-transform 2s cubic-bezier(0, 0.5, 0, 1) forwards; }

.animate-pop-in {
  opacity: 0;
  transform: translateY(-4rem) scale(0.8);
  animation: no-transform 0.6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0; }

.animate-fade-slide-down-special {
  opacity: 0;
  animation: fade-slide-down-special 1s .1s ease-out forwards; }

@keyframes rotate-up {
  100% {
    transform: rotateZ(-4deg); } }
@keyframes pulse {
  0% {
    opacity: 1;
    transform: none; }
  50% {
    opacity: .8;
    transform: scale(0.8); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fade-slide-down-special {
  0% {
    opacity: 0;
    transform: translate(-50%, -4rem); }
  100% {
    opacity: 1;
    transform: translateX(-50%); } }
@keyframes no-transform {
  100% {
    opacity: 1;
    transform: none; } }
figure .show-on-scroll {
  opacity: 0;
  transform: translateY(4em) rotateZ(-5deg);
  transition: opacity 0.3s 0.25s ease-out, transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1);
  will-change: opacity, transform; }

figure .is-visible {
  opacity: 1 !important;
  transform: rotateZ(0deg); }

html,
body {
  overflow: auto;
  height: 100%;
  width: 100vw;
  /* includes scrollbar */ }

body {
  position: relative;
  background-color: #eee;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  /* 15 pixel */
  line-height: 1.5;
  /*height: 100%;*/ }

.main-footer {
  position: fixed;
  bottom: 0; }

/*# sourceMappingURL=index.css.map */
