@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
/* particleground */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif; }

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

.phihochzwei-logo {
  margin-bottom: 50px; }

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

h3 {
  font-size: 20px; }

h3, small {
  color: #c6c6c6; }

a {
  color: #009fe3; }
  a .fa {
    font-size: 1.5em;
    margin-right: 10px; }

footer {
  padding: 40px 0;
  background-color: #ffffff;
  bottom: 0;
  position: absolute;
  width: 100%; }

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .phihochzwei-logo {
    width: 100px; }

  .intro {
    top: 10%; }

  h3 {
    font-size: 20px; } }

/*# sourceMappingURL=style.css.map */
