* {margin: 0; padding: 0;}
body {
  background:url('/images/slide-1.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #303030;
} 
.flux {
	float: left;
  width: 100%;
}
.container {
	width: 1200px;
	margin: 0px auto;
}
.h1-ind {
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: 0px 0px 7px rgba(3, 0, 0, 1);
  color: #ffffff;
  text-align: center;
  margin-top:100px;
  
}
.p-ind {
-webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: 0px 0px 7px rgba(3, 0, 0, 1);
  color: #ffffff;
}
.header h1 {
  font-size: 10em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: 0px 0px 7px rgba(3, 0, 0, 1);
  color: #ffffff;
  margin: 0; 
  padding: 0;
}
.header h2 {
  font-size: 3em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: 0px 0px 7px rgba(3, 0, 0, 1);
  color: #ffffff; 
  margin: 0; padding: 0;
  margin-top:0px;
}
.header h3 {
  font-size: 5em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: 0px 0px 7px rgba(3, 0, 0, 1);
  color: #ffffff;
  margin: 0; padding: 0;
}
.text-center {
  padding-bottom: 40px;
  text-align: center;
}
/*Top Bar*/
.top {
  width: 250px; height: 50px;
  background: #2F2E35;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}

.top h2 {
  color: #fff;
  text-align: center;
  font: 300 30px/50px Helvetica, Verdana, sans-serif;
}
.footer { 
  height:50px;
  z-index: 99999;
  position:fixed;
  bottom:0px;
  background:#101010;
  padding-top:10px;
  padding-bottom:10px;
  width:100%;
  font-size:16px;
  float:left;
}
.footer-left {
  text-align: left;
  color: #ffffff;
  width:50%; 
  float:left; 
}
.footer-right {
  text-align: right;
  color: #ffffff;
  width:50%; 
  float:right; 
  
}
#word-cloud{
    width: 600px ;
    text-align:center;
    margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: 0px 0px 7px rgba(3, 0, 0, 1);
  color: #ffffff;
  margin-bottom: 100px;
}