html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

aside {
  width: 25%;
  position: fixed;
  border-left: 4px #ff7400 solid;
  padding-left: 2%;
  padding-top: 2%;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  -webkit-transition: width 1.5s ease-out;
  -o-transition: width 1.5s ease-out;
  transition: width 1.5s ease-out; }
  aside ol {
    padding-top: 5%;
    text-align: left; }
  aside img {
    width: 50%;
    -webkit-transition: padding-top 2s;
    -o-transition: padding-top 2s;
    transition: padding-top 2s; }
  aside figure:hover figcaption {
    opacity: 1; }
  aside figure:hover img {
    padding-top: 33%; }
  aside figcaption {
    position: absolute;
    top: 3.5%;
    left: 15%;
    border: solid 5px grey;
    padding: 20px;
    -webkit-border-radius: 40%;
            border-radius: 40%;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in 1s;
    -o-transition: opacity 1s ease-in 1s;
    transition: opacity 1s ease-in 1s; }
    aside figcaption span {
      font-size: 18px;
      font-weight: bold;
      line-height: 20px; }
    aside figcaption .close__aside {
      text-decoration: underline;
      cursor: pointer; }
      aside figcaption .close__aside:hover {
        color: #ff7400; }
  aside ol {
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    color: black; }
    aside ol a {
      text-decoration: none;
      color: inherit; }
    aside ol a:hover {
      font-weight: bold;
      color: #ff7400; }
  aside .dot {
    position: absolute;
    bottom: -25px;
    left: 50%;
    border: solid 2px grey;
    width: 0;
    height: 20px; }
  aside #open__aside {
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    top: 3%;
    left: 1px;
    display: none;
    -webkit-transition: display 1s;
    -o-transition: display 1s;
    transition: display 1s;
    cursor: pointer; }
    aside #open__aside:hover {
      color: red; }

main {
  width: -webkit-calc(73% - 2px);
  width: calc(73% - 2px);
  padding: 0;
  margin: 0;
  -webkit-transition: width 1.5s ease-out;
  -o-transition: width 1.5s ease-out;
  transition: width 1.5s ease-out; }
  main article {
    width: 80%;
    height: 95%;
    margin: 0 auto;
    padding-top: 2.5%; }
    main article img, main article iframe {
      width: 100%;
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 15px; }
    main article p {
      font-size: 18px;
      text-align: justify;
      line-height: 25px; }
  main textarea {
    width: 100%;
    height: 3000px;
    font-size: 18px; }
  main .triangles__img {
    width: 45%;
    height: 300px; }
  main a {
    font-size: 22px;
    color: black;
    text-decoration: none; }
    main a:hover {
      color: #ff7400;
      font-weight: bold; }
  main .test__webgl {
    text-align: center; }
  main h2 {
    font-size: 40px;
    text-align: center;
    color: #ff7400;
    margin-bottom: 40px; }
  main .mesh__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  main .myexamples {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    main .myexamples iframe {
      width: 40%;
      height: 200px; }
  main h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    font-weight: bold; }
  main .human__examples {
    text-align: center; }
    main .human__examples a {
      display: block;
      margin-bottom: 30px; }
  main ul {
    font-size: 20px;
    line-height: 30px; }

#shaders ol {
  font-size: 18px;
  padding-left: 80px;
  padding-top: 10px;
  cursor: pointer; }

#history, #what__is, #shaders, #triangles, #profit {
  margin-bottom: 500px; }

.mistery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: url(../img/mw.jpg) 100% no-repeat/cover;
  background-position: center; }
