@media (max-width: 500px) {
  .portrait {
    width: 100% !important; } }
.welcome {
  margin-top: 30px;
  font-size: 1.5em;
  line-height: 1.5em; }
  .welcome h1, .welcome h2 {
    margin: 0px;
    padding: 0px;
    font-weight: normal; }
  .welcome h1 {
    color: #E72B17;
    font-size: 1.8em;
    line-height: 1.1em; }
  .welcome h2 {
    color: #aaaaaa;
    margin-bottom: 1em; }
  .welcome a {
    text-decoration: none; }
    .welcome a:hover {
      text-decoration: underline; }
  .welcome .portrait {
    width: 300px; }
  .welcome .photo-copyright {
    margin: 0.1em;
    line-height: 0.5em;
    font-size: 0.5em; }
