#rest {
    position: relative;
    float: left;
    padding-top: 4.3em;
    padding-left: 270px;
    width: calc(100vw-120px);
/*    background-color: red;*/
}

#blurb {
    position: relative;
    float: left;
/*    max-width: 1200px;*/
    margin: 0 auto;
    margin-bottom: 8em;
    margin-right: 2.5em;
}

#blurb > p > #big {
    font-size: 6em;
    line-height: 1.25em;
}

#extra {
    margin-bottom: 2em;
    margin-top: 0;
    max-width: 600px;
}

.largeCont {
    font-size: 1.5em;
    line-height: 1.5em;
}

ul {
    list-style-type: none;
    padding-left: 1em;
/*    margin-top: .1em;*/
}

#credit {
    display: inline;
}

address {
    display: inline;
    font-style: normal;
}

a{
    text-decoration: none;
    color: black;
}
a:hover{
    text-decoration: underline;
}
a:visited{
    text-decoration: none;
    color: black;
}