h1, h2, h3, h4, h5, p { font-family: 'Work Sans', arial, sans-serif; color:#223e44; font-size: 24px; }
h1 { font-size: 60px; font-weight: 700; line-height: 1em; }
p { padding-top: 5%; line-height: 1.25em; }
span.disclaimer { font-size: 14px; color: #888888; }
a { color: #ea7a42; }
html { background-color: #f5faf8; }
#logo-conatiner { width: 100%; display: block;  margin: 0 auto; }
#logo { background: url(../images/insmed-logo@2x.png) center top no-repeat; background-size: 105px 110px; width: 105px; height: 110px; text-indent: -4004px; display: block; margin: 0 auto; }
#welcome-wagon { text-align: center; }
.grid-container { padding: 30px 0; margin: 0 auto; text-align: center; }
#doc { background: url(../images/doc.png) center bottom no-repeat; background-size: 646px 807px; width: 646px; height: 807px; display: block; margin: 0 auto; }

@media (max-width: 767px) {
h1 { font-size: 32px; }
p { font-size: 15px; }
#doc { background: url(../images/doc.png) center bottom no-repeat; background-size: 320px 401px; width: 320px; height: 401px; display: block; margin: 0 auto; }
}