/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

/*html,body{
	width:100%;
	height:100%;
	background:#111;
}*/

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Arial, Helvetica, sans-serif;
}

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  /*background-color: #b61924;
  background-image: url('');*/
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

div {position: absolute;}

#shapes div{
    box-shadow: 0 0 4px rgba(0, 0, 0, .1), 0 4px 8px rgba(0, 0, 0, .2);
    padding: 6px;
}

#shapes {
    width: 150px; /*offset*/
    height: 250px;
    left: 50%;
    top: 50%;
    margin-top: -125px;
    margin-left: -125px;
}

#shape {
    width: 120px;
    height: 120px;
    background: rgba(44, 62, 80,0.9);
}

#shape2 {
    width: 120px;
    height: 120px;
    background: rgba(231, 76, 60,0.9);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#shape3 {
    width: 120px;
    height: 120px;
    margin-left: 120px;
    background: rgba(44, 62, 80,0.9);
}

#shape4 {
    width: 120px;
    height: 120px;
    margin-left: 120px;
    background: rgba(231, 76, 60,0.9);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#bg {
    margin: 0 auto !important;
    max-height: 400px;
    max-width: 400px;
    position: inherit;}

/* animation */

#shape {
    -webkit-animation: shift 4s cubic-bezier(.14, .75, .2, 1.01) infinite;
    -moz-animation: shift 4s cubic-bezier(.14, .75, .2, 1.01) infinite;
    animation: shift 4s cubic-bezier(.14, .75, .2, 1.01) infinite;
}

#shape2 {
    -webkit-animation: shift2 4s cubic-bezier(.14, .75, .2, 1.01) infinite;
    -moz-animation: shift2 4s cubic-bezier(.14, .75, .2, 1.01) infinite;
    animation: shift2 4s cubic-bezier(.14, .75, .2, 1.01) infinite;
}

#shape3 {
    -webkit-animation: shift4 4s cubic-bezier(.14, .75, .2, 1.01) infinite;
    -moz-animation: shift4 4s cubic-bezier(.14, .75, .2, 1.01) infinite;
    animation: shift4 4s cubic-bezier(.14, .75, .2, 1.01) infinite;
}

#shape4 {
    -webkit-animation: shift3 4s cubic-bezier(.14, .75, .2, 1.01) infinite;
    -moz-animation: shift3 4s cubic-bezier(.14, .75, .2, 1.01) infinite;
    animation: shift3 4s cubic-bezier(.14, .75, .2, 1.01) infinite;
}

/*#shapes {
    -webkit-animation: rotate 9s cubic-bezier(.14, .75, .2, 1.01) infinite;
    -moz-animation: rotate 9s cubic-bezier(.14, .75, .2, 1.01) infinite;
    animation: rotate 9s cubic-bezier(.14, .75, .2, 1.01) infinite;
}*/

@keyframes shift {
    0%{top:0px;left:0px;border-radius:50% 20% 40% 20%;}
    50%{top:120px;left:120px;border-radius:30% 40% 50% 40%;width:80px;height:80px;
        -ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);background:#2C3E50;opacity:0.8;}
    80%{opacity:1;}
    100%{top:0px;left:0px;border-radius:50% 20% 40% 20%;}
}

@keyframes shift2 {
    0%{top:120px;left:0px;border-radius:40% 20% 50% 20%;}
    50%{top:40px;left:120px;border-radius:50% 40% 30% 40%;width:80px;height:80px;
        -ms-transform: rotate(270deg);-webkit-transform: rotate(270deg);transform: rotate(270deg);background:#F39C12;opacity:0.8;}
    80%{opacity:1;}
    100%{top:120px;left:0px;border-radius:40% 20% 50% 20%;}
}

@keyframes shift3 {
    0%{top:0px;left:0px;border-radius:50% 20% 40% 20%;}
    50%{top:120px;left:-80px;border-radius:30% 40% 50% 40%;width:80px;height:80px;
        -ms-transform: rotate(270deg);-webkit-transform: rotate(270deg);transform: rotate(270deg);background:#F39C12;opacity:0.8;}
    80%{opacity:1;}
    100%{top:0px;left:0px;border-radius:50% 20% 40% 20%;}
}

@keyframes shift4 {
    0%{top:120px;left:0px;border-radius:40% 20% 50% 20%;}
    50%{top:40px;left:-80px;border-radius:50% 40% 30% 40%;width:80px;height:80px;
        -ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);background:#2C3E50;opacity:0.8;}
    80%{opacity:1;}
    100%{top:120px;left:0px;border-radius:40% 20% 50% 20%;width:120px;height:120px;}
}

@keyframes rotate {
    50%{-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

/* animation fall back */

/*@-webkit-keyframes shift {
    0%{top:0px;left:0px;border-radius:50% 20% 40% 20%;}
    50%{top:120px;left:120px;border-radius:30% 40% 50% 40%;width:80px;height:80px;
        -ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);background:#2C3E50;opacity:0.8;}
    80%{opacity:1;}
    100%{top:0px;left:0px;border-radius:50% 20% 40% 20%;}
}
@-moz-keyframes shift {
    0%{top:0px;left:0px;border-radius:50% 20% 40% 20%;}
    50%{top:120px;left:120px;border-radius:30% 40% 50% 40%;width:80px;height:80px;
        -ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);background:#2C3E50;opacity:0.8;}
    80%{opacity:1;}
    100%{top:0px;left:0px;border-radius:50% 20% 40% 20%;}
}

@-webkit-keyframes shift2 {
    0%{top:120px;left:0px;border-radius:40% 20% 50% 20%;}
    50%{top:40px;left:120px;border-radius:50% 40% 30% 40%;width:80px;height:80px;
        -ms-transform: rotate(270deg);-webkit-transform: rotate(270deg);transform: rotate(270deg);background:#F39C12;opacity:0.8;}
    80%{opacity:1;}
    100%{top:120px;left:0px;border-radius:40% 20% 50% 20%;}
}
@-moz-keyframes shift2 {
    0%{top:120px;left:0px;border-radius:40% 20% 50% 20%;}
    50%{top:40px;left:120px;border-radius:50% 40% 30% 40%;width:80px;height:80px;
        -ms-transform: rotate(270deg);-webkit-transform: rotate(270deg);transform: rotate(270deg);background:#F39C12;opacity:0.8;}
    80%{opacity:1;}
    100%{top:120px;left:0px;border-radius:40% 20% 50% 20%;}
}

@-webkit-keyframes shift3 {
    0%{top:0px;left:0px;border-radius:50% 20% 40% 20%;}
    50%{top:120px;left:-80px;border-radius:30% 40% 50% 40%;width:80px;height:80px;
        -ms-transform: rotate(270deg);-webkit-transform: rotate(270deg);transform: rotate(270deg);background:#F39C12;opacity:0.8;}
    80%{opacity:1;}
    100%{top:0px;left:0px;border-radius:50% 20% 40% 20%;}
}
@-moz-keyframes shift3 {
    0%{top:0px;left:0px;border-radius:50% 20% 40% 20%;}
    50%{top:120px;left:-80px;border-radius:30% 40% 50% 40%;width:80px;height:80px;
        -ms-transform: rotate(270deg);-webkit-transform: rotate(270deg);transform: rotate(270deg);background:#F39C12;opacity:0.8;}
    80%{opacity:1;}
    100%{top:0px;left:0px;border-radius:50% 20% 40% 20%;}
}

@-webkit-keyframes shift4 {
    0%{top:120px;left:0px;border-radius:40% 20% 50% 20%;}
    50%{top:40px;left:-80px;border-radius:50% 40% 30% 40%;width:80px;height:80px;
        -ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);background:#2C3E50;opacity:0.8;}
    80%{opacity:1;}
    100%{top:120px;left:0px;border-radius:40% 20% 50% 20%;width:120px;height:120px;}
}
@-moz-keyframes shift4 {
    0%{top:120px;left:0px;border-radius:40% 20% 50% 20%;}
    50%{top:40px;left:-80px;border-radius:50% 40% 30% 40%;width:80px;height:80px;
        -ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);background:#2C3E50;opacity:0.8;}
    80%{opacity:1;}
    100%{top:120px;left:0px;border-radius:40% 20% 50% 20%;width:120px;height:120px;}
}

@-webkit-keyframes rotate {
    50%{-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@-moz-keyframes rotate {
    50%{-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
*/
