*
{
    padding:0;
    margin:0;
    line-height: 1.2em;
} 

body
{
  background-image: url('http://i.imgur.com/0JqwH4W.png');
  background-repeat: repeat;
text-align: center;
}

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


#particles-js{
  width: 100%;
  height: 100%;
}

.hello
    {
    width: 80%;
    margin: 20% 0% 0% -40%;
    position: absolute;
    }
    
    
span
    {color: #909499;
    font-weight: 300;
    }



.link-box
{

    z-index: 10;
    display: inline-block;
    background: #1A1F2B;
    width: 100%;

    }


.b1
    {
    display: inline-block;
    text-align: left;

    font-weight: 300;
    padding-bottom: 10%;
    margin-right: 100px;
    }
    
    .b2
    {
    display: inline-block;
    text-align: left;
    font-weight: 300;
    vertical-align: top;
    line-height: 1.4em;
    margin-top: 164px;
    }

.work {
    text-decoration: none;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    line-height: 2em;}
}

.work:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 3px solid #F16058;
  transition: 0.4s;

}

.work:hover:after {
  width: 100%;
}
  

ul {
    padding: 0 1em;
    list-style: none;
}
.list:before { 
    content: "";
    border-color: transparent #F16058;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.6em;
    position: relative;
}

section
{background: #1A1F2B;
 border-top: solid 5px #F16058;}


h1

{color: #F16058;
font-size: 30px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
margin: 30% 0% 10% 0%;}

.line2
{margin: -9% 0% 10% 0%;

border: solid 1px #F16058;
background: #F16058;}


hr
{
height: 2px;
background: #fff;
border: solid #fff;
margin: 4% 0% 2% 0%;}

.icons
    {width: 100%;
    bottom:0;
    text-align: center;
    background: #1A1F2B;}

    
.icon1
    {width: 2%;
    margin: 4% 3% 8% 3%;}
    
.hr2
    {margin:  10% 20% 0% 20%;
    border-width: 0.5px;}
    
footer
{background: #1A1F2B;
color: #374159;
font-family: 'Oswald', sans-serif;
font-weight: 300;
margin: -2% 0% 0% 0%;}

#nav {
    
width: 410px; 
float: right; 
position: fixed;
}

#nav ul{
	display: block;
    list-style: none;	
}

#nav li{
	margin-top: 10px;	
	float: left;
	padding-left: 21px;
    list-style: none;
}

#nav li a 
{ 
    color: #F16058;
    opacity:1; 
    font-size: 16px; 
    text-decoration: none; 
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    }

#nav li a.active 
{   color: #F16058;
    opacity:1; 
    border-bottom: 2px solid #1A1F2B; }

#nav li a:hover { 
    color: #EF9492; 
    opacity:1;  }

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#fff;
}