body {
    height: 100%;
}

#logo {
    font-size: 2rem;
    font-family: 'Gugi', Arial, cursive;
    font-weight: 400;
}

#subtext-container {
    height: 40px;
    line-height: 40px;
    text-align: center;
  }

 #logo-subtext {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-weight: 300;
    margin: -5px 0 0 15px;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.9;
  }

  h2 {
      font-size: 2.7rem;
  }

  h4 {
    font-weight: 300;
    font-size: 1.4rem;
}

  html {
    height: 100%;
    width: 100%;
    margin: 0;
  }

  #particle-div {
    margin: 0 auto;
    width:100%;
    height:100%;
    z-index: -1;
    position:absolute;
    display: block;
    padding: 5px;
    background: #0d4e96;
}

.masthead {
    z-index: 100;
}