body {
  color: #333;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 10px 10px 65px 10px;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}
h1 {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 37px;
}
h1, h3 {
  text-align: center;
}
h2 {
  margin-top: 40px;
  color: #555;
  text-decoration: underline;
}
h3 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 21px;
  color: #555;
}
p {
  font-size: 18px;
}
a {
  text-decoration: underline;
  color: #00A;
}
a:visited {
  text-decoration: underline;
  color: #809;
}
a:hover {
  text-decoration: overline;
  color: #088;
}
a:active {
  text-decoration: overline;
}

img {
  height: auto;
  width: auto;
  max-width: 75%;
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  img {
    margin: 0 auto;
  }
}

img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

iframe {
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 768px) {
    iframe {
        max-width: 75% !important;
        width: auto !important;
        height: auto !important;
    }
}

iframe.displayed {
  display:block;
  margin-left: auto;
  margin-right: auto;
}
