.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

#displayText {
  font-weight: bold; }

.things-to-do-tabs h2.title {
  text-align: center;
  padding-bottom: 40px; }

.things-to-do-tabs .link-wrapper a {
  font-size: 16px; }

.things-to-do-block {
  padding: 50px 35px; }
  .things-to-do-block h3 {
    text-align: center; }
  .things-to-do-block .content-wrap {
    font-size: 0; }
  .things-to-do-block .attraction {
    display: inline-block;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .things-to-do-block .attraction {
        margin: 0 1%;
        max-width: 450px;
        width: 48%; } }
    @media only screen and (min-width: 1280px) {
      .things-to-do-block .attraction {
        margin: 0 20px;
        width: 450px; } }
  .things-to-do-block .info {
    padding: 0 20px;
    text-align: center; }
    @media only screen and (min-width: 1280px) {
      .things-to-do-block .info {
        padding: 0 40px; } }
    @media only screen and (min-width: 1600px) {
      .things-to-do-block .info {
        padding: 0 90px; } }
    .things-to-do-block .info .title {
      font-family: "BaskervilleOldFacD";
      font-size: 32px; }

/*# sourceMappingURL=things-to-do.css.map */