﻿.node {
    fill: #ccc;
    stroke: #fff;
    stroke-width: 2px;
}

.link {
    stroke: #777;
    stroke-width: 2px;
}

body {
    /*
    background-image: url("/images/golden-gate-bridge.jpg");
    background-size:100%;
    background-position:bottom;
    background-repeat: no-repeat; */
   

}

#frontpagebubble {
    margin-top: 1rem;
}

#introtext, h1 {
   font-family: 'acomaRegular', Arial, sans-serif;
    margin-top: 7rem;
    font-size: 100px;
    text-align: left;
}

h1 em, h2 em
{
    color: #77c18d;
    font-family: Georgia, Times;
    font-size: 75px;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
}