
html,body,div,span,object,iframe,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}

/* ---- base ---- */
h1{
  margin:0 auto;padding:0;border:0;outline:0;
  font-size:100%;
  text-align: center;
  vertical-align:baseline;background:transparent
  color: blue;
}


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;

}

.typed-cursor{
    font-size: 100%;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

#overlay {
    position: relative;
    
}

.icong:hover
{
  transform: translateY(-8px);
  
}
.imgme
{
   border-radius: 50%;
   height: 25%;,
   width: 25%,
   margin: 0px auto;
   -webkit-animation:spin 1s linear forwards;
    -moz-animation:spin 1s linear forwards;
    animation:spin 1s linear forwards;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotatey(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotatey(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotatey(360deg);
        transform:rotatey(360deg);
    }
}


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

#particles-js{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
   
}
@media screen and (max-width: 1019px) and (min-width: 897px) {
   
   .typed{
    font-size: 90%;

   }
   .typed-cursor{
    font-size: 90%;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
   
    }
    @media screen and (max-width: 896px) and (min-width: 800px) {
   
   .typed{
    font-size: 80%;
   }
   .typed-cursor{
    font-size: 80%;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
       }
    @media screen and (max-width: 799px) and (min-width: 707px) {
   
   .typed{
    font-size: 70%;
   }
   .typed-cursor{
    font-size: 70%;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.icong{
  width: 17%;,
  height: 17%
}
   
    }
    @media   screen and (max-width: 706px) and (min-width: 605px) {
   
   .typed{
    font-size: 60%;
   }
   .typed-cursor{
    font-size: 60%;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.icong:hover
{
  transform: none;
  
}
.icong{
  width: 17%;,
  height: 17%
}
   
    }
    @media screen and (max-width: 604px) and (min-width: 511px) {
   
   .typed{
    font-size: 52%;
   } 
   .text-center.social
   {
    padding-top: 30%;
   }
   .typed-cursor{
    font-size: 52%;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.icong:hover
{
  transform: none;
  
}
.icong{
  width: 17%;,
  height: 17%
}
   
   

    }
     @media screen and (max-width: 510px) and (min-width: 409px) {
   
   .typed{
    font-size: 42%;
   }
   .text-center.social
   {
    padding-top: 50%;
   }
   .typed-cursor{
    font-size: 42%;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.icong:hover
{
  transform: none;
  
}
.icong{
  width: 17%;,
  height: 17%
}
   
   
    }
    @media screen and (max-width: 408px) and (min-width: 306px) {
   
   .typed{
    font-size: 38%;
   }
  .text-center.social
   {
    padding-top: 50%;
   }
   .typed-cursor{
    font-size: 38%;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.icong:hover
{
  transform: none;
  
}
.icong{
  width: 17%;,
  height: 17%
}
   
    }
    @media screen and (max-width: 305px) and (min-width: 0px) {
   
   .typed{
    font-size: 28%;

   }
   
   .text-center.social
   {
    padding-top: 50%;
   }
   .typed-cursor{
    font-size: 28%;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.icong:hover
{
  transform: none;
  
}
.icong{
  width: 17%;,
  height: 17%
}

}

