header h1 {
    width: 740px;
}

#customLinksContainer h1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
    font-size: 2.8em;
    font-weight: normal;
    color: #474747;
    text-indent: 6px;
    letter-spacing: -1px;
}

#customLinksContainer h1:before {
    padding-right: 0.3em;
    margin-left: -0.9em;
    content: "/";
}

#customLinksContainer h2 {
    margin-bottom: 8px;
    margin-left: 20px;
    font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
    font-size: 22px;
    font-weight: bold;
    color: #474747;
    text-indent: 4px;
}

#customLinksContainer h2:before {
    padding-right: 0.3em;
    margin-left: -1.5em;
    content: "//";
}

h1,
h2,
h1:before,
h2:before {
    color: rgb(0, 144, 0) !important;
}