.WikiPage h1 {
  font-weight: 200;
    font-size: 2.5em;
      color: #113257;
      }

      .WikiPage h2 {
        font-weight: 300;
          font-size: 2.2em;
            color: #113257;
            }

            .WikiPage h3 {
              font-weight: 300;
                font-size: 2em;
                  color: #113257;
                  }

                  .WikiPage p {
                    font-weight: 400;
                      color: #1d1d1d;
                        line-height: 1.4;
                        }

                        .WikiPage ul li {
                          font-weight: 400;
                            color: #1d1d1d;
                              line-height: 1.4;
                              }

                              @media only screen and (max-width: 599px) {
                                .WikiPage h1 {
                                    font-weight: 200;
                                        font-size: 2em;
                                            color: #113257;
                                              }

                                                .WikiPage h2 {
                                                    font-weight: 300;
                                                        font-size: 1.6em;
                                                            color: #113257;
                                                              }

                                                                .WikiPage h3 {
                                                                    font-weight: 400;
                                                                        font-size: 1.2em;
                                                                            color: #113257;
                                                                              }

                                                                                .WikiPage p {
                                                                                    font-weight: 400;
                                                                                        color: #1d1d1d;
                                                                                            line-height: 1.4;
                                                                                              }

                                                                                                .WikiPage ul li {
                                                                                                    font-weight: 400;
                                                                                                        color: #1d1d1d;
                                                                                                            line-height: 1.4;
                                                                                                              }
                                                                                                              }

