@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
   
}

html,body {
    height: 100%;
}

body {
   font-family:HelveticaNeue-Light;
  color: #000;
    background:#000;
    background-image: url("../back_img.png");
    background-size: 300%;
    background-repeat: no-repeat;

overflow-x: hidden;
overflow-y: hidden;
    overflow: hidden;


}

div.sel {
position:absolute;
top:25%;
left:25%;
margin-top:-30px;


}


div.top {
line-height:50px;
position:absolute;
top:25%;
left:25%;
color:#fff;
margin-top:350px;
margin-left:10px;
text-align:center;
text-shadow: 0px 0px 14px #000;

}



div.icon {

margin-left:45px;
margin-top:10px;
width:500px;
height:60px;
top:25%;
left:25%;
background-color: rgba(0, 0, 0 , 0.5);
-webkit-box-shadow: rgb(0, 0, 0) 0px 0px 15px;
box-shadow: rgb(0, 0, 0) 0px 0px 20px;



}

h1 {
 font-size: 35px;
font-weight:105;


}

h2 {
    font-size: 34px;
font-weight:105;


    
}

h3 {
    font-size:55px;
font-weight:105;
letter-spacing: 53px;
    margin-left:45px;
}

h4 {
    font-size: 40px;
margin:-10px;
text-shadow: 0px 0px 14px #000000;
font-weight:100;


    
}

h5 {
 font-size: 31px;
font-weight:100;
color:#fff;

}

h6 {
 font-size: 25px;
font-weight:200;


}


div.text2 {

width:500px;
padding: 27px;
margin:50px;
font-size: 12pt;
color: #fff;
text-align: left;

background-color: rgba(128,118,102,0.6);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;


}




#container {
//margin:-90px;
position:absolute;
top:-30px;
width:960px;
color:#fff;
font-size:400px;


}





div.section {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}

div.section-body {
    margin: 5%;
    line-height: 1.6;
    color: #fff;
    
}

div.section-body a {
    color: #fff;
}

div.section-body a:hover {
    text-decoration: none;
}

div#section1 {
    top: 0;
    left: 0;
   
}

div#section2 {
    top: 0;
    left: 100%;
 
}

div#section3 {
    top: 0;
    left: 200%;
  
}

div#section4 {
    top: 100%;
    left: 0;
   
}



div#section5 {
    top: 100%;
    left: 100%;
   
}



div#section6 {
    top: 100%;
    left: 200%;
   
}




	
	
	

#nav { position: fixed; top:10px; right:15px; font-family:Helvetica;

text-shadow: 0px 0px 30px #000;
 
}
#nav a {font-size:25px; text-decoration:none; color:#fff; padding:10px; text-decolation:none;}
#nav span {background:#fff; height:5px; display:block; position:absolute; width:50px; left:0
}







