h1 {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}

h2,h3,h4,h5,h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
}

footer {
  margin-top: 4em;
}

#logo {
  width: 150px;
  margin: 2em 0 1em 0;
}

#homeContent {
  margin-top: 2em;
}


#childAdded {
  margin-bottom: 2em;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s; /* Firefox < 16 */
      -ms-animation: fadein 2s; /* Internet Explorer */
       -o-animation: fadein 2s; /* Opera < 12.1 */
          animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

h1.balance {
  font-family: 'Dosis', sans-serif;
  font-size: 4em !important;
  margin-bottom: 0;
}



