@import url(http://fonts.googleapis.com/css?family=Fjalla+One|Oswald);

#particles {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.intro {
    left: 0;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
}

h1.hero {
  padding-top: 40px;    
  font-family: 'Fjalla One', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 46px;
  font-size: 80px;
  margin: 0 0 10px 0;
  color: #03395A;
 }

h2.hero {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #03395A;
}

h4.hero {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 20px 0 23px 0;
  color: #03395A;
}