@font-face {
  font-family: BernhardModernStdRoman;
  src: url("../fonts/BernhardModernStdRoman.otf") format("opentype");
}
@font-face {
  font-family: BernhardModernStdBold;
  font-weight: bold;
  src: url("../fonts/BernhardModernStdBold.otf") format("opentype");
}
body {
  margin: 0;
  padding: 0;
  font-family: 'BernhardModernStdRoman', serif;
}
body img {
  width: 100%;
  height: auto;
}
h2 {
  font-family: 'BernhardModernStdBold', serif;
  font-size: 105px;
}
.content {
  background: #61BEBD;
  color: white;
}
.content img {
  margin: 80px 0 60px 0;
}
.content table {
  margin-bottom: 60px;
}
.content table tr td {
  font-size: 80px;
}
footer {
  background: #6E441B;
  color: white;
  margin-top: 20px;
  height: 365px;
}
footer p {
  margin: 0;
  font-size: 30px;
}
footer .h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 86px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 66px;
  }
  .content table tr td {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
  .content table tr td {
    font-size: 25px;
  }
  .content img {
    margin: 30px 0;
  }
  footer {
    height: 200px;
  }
  footer .h2 {
    font-size: 20px;
  }
  footer p {
    font-size: 20px;
  }
}
