/*
Template:morphology-lite
Theme Name:morphology-lite_child
*/

h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.875rem;
}

ul.site-info {
    margin: 0 auto;
    padding: 0;
}

ul.site-info li {
    list-style: none;
    margin: 0.3rem auto;
}

/*--------------------------------------------------------------
4 Link Styling
--------------------------------------------------------------*/
a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
a:link { color: #8FC31F; }
