/*!


               _  _   ( HEY! You like S0urc3c0d/> t0O?! )
  ~Nom,NOm'   (.)(')  /   
     n0m/>   / ___, \  .-.
       .-. _ \ '--' / (:::) 
      (:::{ '-`--=-`-' }"`
       `-' `"/      \"`
             \      /
            _/  /\  \_
           {   /  \   }
            `"`    `"`
                              ( ME TOO MAN!! N0MNOM! TOO BAD THERE IS NOT SO MUCH HERE! )
                      _  _     /
                    _/0\/ \_  /
           .-.   .-` \_/\0/ '-.
          /:::\ / ,_________,  \
         /\:::/ \  '. (:::/  `'-;
         \ `-'`\ '._ `"'"'\__    \
          `'-.  \   `)-=-=(  `,   |
              \  `-"`      `"-`   /


        ~~ MORE DELICIOUS CODE TO COME ~~

      //! UNDER DEVELOPMENT BY [SHADOWSTYLE]

                           -WHiTEBOX d[-_-]b

         __         _           _         __
        ( '\___      \_  (^)  _/      ___/' )
         \ , ' \____   \ / \ /   ____/ ' , /
          \__ ' , ' \___{~V~}___/ ' , ' __/
         ____\_________ {<!>} _________/____
        / , ' , ' , ' ,`{<!>}~, ' , ' , ' , \
        \_____________ /{<!>}\______________/
                         \./
                         (~)
                         (~)
                         (~)
                         (~)
                         (~)
                         (~)
                         ,0,
                          "

*//*!

    Coded by Shadowstyle & Powered by XL


*/
html, body {
    overflow:hidden;
    height:100%;
    margin:0;
    padding:0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
    background: #1b192d;
    line-height: 1;
}
img,
object {
    width: 380px;
    max-width: calc(50vw - 20px);
    max-height: calc(50vh - 20px);
    -webkit-transition: all 0.15s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -moz-transition: all 0.15s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: all 0.15s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    opacity:0;
    z-index: 1;
    pointer-events: none;
}
img:nth-child(1),
object:nth-child(1) {
    -webkit-transform: translate3d(50%, 0, 0);
    -moz-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
img:nth-child(2),
object:nth-child(2) {
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
body.init img:nth-child(1),
body.init object:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity:1;
}
body.init img:nth-child(2),
body.init object:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity:1;
}

#particles-js {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;

    opacity: 0.5;
    filter: blur(5px);
}

@media (max-width: 640px) {
  body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}