* {
  box-sizing: border-box;
}
body {
  margin: 0px;
  font-family: sans-serif;
  text-align: center;
}
h1 {
  background-color: #6aa7ad;
  color: #fefbd8;
  padding: 10px;
  font-size: 2.5em;
  margin: 0px;
}
h2 {
  margin: 50px 5px 0px;
}
h2.focus {
  display: inline-block;
  border: 5px solid red;
  border-radius: 10px;
  padding: 20px;
  background-color: lightyellow;
  margin: 50px auto 0px;
}
h2 a {
  display: inline-block;
  width: auto;
  text-decoration: none;
  margin: 5px;
  padding: 10px 10px;
  background-color: #618685;
  color: #defff0;
  border: 2px solid #4e6665;
  border-radius: 5px;
  cursor: pointer;
}
p {
  margin: 50px 0px 50px;
  padding: 0px;
}
p.lesswhitespace {
  margin: 10px 0px;
  padding: 0px;
}
p a {
  font-size: 1.3em;
}
.small {
  font-size: 80%;
}
p.last {
  margin: 0px 0px 15px;
  padding: 0px;
}
p.warning {
  margin: 20px 0px 50px;
  color: red;
  font-size: 110%;
}
img.flickr {
  width: 1024px;
  height: 768px;
}
@media screen and (max-width: 1034px), screen and (max-height: 826px) {
  img.flickr {
    width: 800px;
    height: 600px;
  }
}
@media screen and (max-width: 810px), screen and (max-height: 658px) {
  img.flickr {
    width: 640px;
    height: 480px;
  }
}
@media screen and (max-width: 650px), screen and (max-height: 538px) {
  img.flickr {
    width: 500px;
    height: 375px;
  }
}
@media screen and (max-width: 510px), screen and (max-height: 433px) {
  img.flickr {
    width: 400px;
    height: 300px;
  }
}
@media screen and (max-width: 410px), screen and (max-height: 358px) {
  img.flickr {
    width: 320px;
    height: 240px;
  }
}
@media screen and (max-width: 330px), screen and (max-height: 298px) {
  img.flickr {
    width: 256px;
    height: 192px;
  }
}
@media screen and (max-width: 266px), screen and (max-height: 250px) {
  img.flickr {
    width: 200px;
    height: 150px;
  }
}
