article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201c \201d \2018 \2019; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body,
figure {
  margin: 0; }

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 67.5%;
  scroll-behavior: smooth;
  cursor: url("../../images/cursor-plus.png"), auto; }

img {
  width: 100%; }

.home {
  background-color: #ffebc4;
  background-image: url("https://www.transparenttextures.com/patterns/clean-gray-paper.png"); }

header {
  padding: 5vw;
  display: flex;
  width: 100%;
  min-height: 100vh;
  align-items: flex-start;
  text-align: left;
  justify-content: center;
  flex-direction: column;
  position: relative; }
  header .about {
    min-height: 65vh;
    cursor: pointer;
    background: #fff;
    background-image: url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
    position: absolute;
    width: 100%;
    left: 0;
    top: -65vh;
    transition: 1s all;
    z-index: 20;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    header .about div {
      width: 50%; }
    header .about .image {
      width: 40%; }
    header .about .text {
      display: flex;
      text-align: right;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      padding: 7vw; }
    header .about h4 {
      color: black;
      margin: 1rem 0;
      font-size: 1.7rem; }
  header aside {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100vh;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-between;
    padding-top: 2vw;
    padding-right: 2vw; }
    header aside .about-link:hover, header aside .contact:hover {
      color: #fd3a4a; }
    header aside:hover i {
      color: #fd3a4a; }
    header aside:hover .contact {
      visibility: visible; }
    header aside i {
      font-size: 5rem; }
    header aside h4 {
      display: inline-block;
      color: black;
      font-size: 3rem;
      margin: 0;
      position: relative;
      top: -0.8rem; }
  header .extra {
    align-self: center; }
  header .name {
    cursor: default; }
  header .subheading {
    align-self: flex-end;
    text-align: right;
    transition: transform 250ms linear;
    margin: 5rem 0; }
    header .subheading:hover {
      transform: translateY(-1rem); }
    header .subheading:hover .red {
      color: #fd3a4a; }
    header .subheading i {
      visibility: hidden; }
    header .subheading:hover i {
      visibility: visible; }
  header .subheading2 {
    transition: transform 250ms linear; }
    header .subheading2:hover {
      transform: translateY(-1rem); }
    header .subheading2:hover .red {
      color: #fd3a4a; }
    header .subheading2 .plus {
      display: none; }
    header .subheading2:hover .plus {
      display: inline-block; }

main {
  display: none; }

.rts {
  padding: 0 5vw;
  height: auto;
  display: flex; }

.rts1 {
  background: black;
  padding: 20vw 10vw;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .rts1 .time1 {
    align-self: flex-start;
    width: 60%; }
  .rts1 .time2 {
    width: 35%; }
  .rts1 p {
    width: 100%;
    align-self: center;
    text-align: right;
    color: whitesmoke; }

.rts2 {
  background: #ededed;
  min-height: 120vh;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("../../../images/be honoured.jpg"); }

.rts3 {
  background: #fff;
  background-image: url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
  min-height: 200vh; }
  .rts3 div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .rts3 h4 {
    color: black;
    font-size: 1.7rem; }
  .rts3 .fire-text {
    padding: 0 5rem; }

.rts4 {
  min-height: 125vh;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center; }
  .rts4 img {
    width: 40%; }

.rts5 {
  min-height: 175vh;
  display: flex;
  align-items: center;
  background: #fff;
  background-image: url("https://www.transparenttextures.com/patterns/clean-gray-paper.png"); }
  .rts5 div {
    width: 50%;
    padding: 5vw; }
  .rts5 .fallen-text {
    align-self: flex-end;
    position: relative;
    bottom: -10vw; }
  .rts5 .dna-image {
    align-self: center;
    width: 60%; }

.rts6 {
  min-height: 20vh; }

@font-face {
  font-family: RenoMono;
  src: url("../../fonts/RenoMono.otf") format("opentype"); }

@font-face {
  font-family: NeutralFace;
  src: url("../../fonts/NeutralFace.otf") format("opentype"); }

@font-face {
  font-family: NeutralFaceBold;
  src: url("../../fonts/NeutralFace-Bold.otf") format("opentype"); }

h1 {
  font-family: RenoMono;
  color: black;
  text-transform: uppercase;
  margin: 0;
  font-size: 9.2rem; }

h2 {
  font-family: NeutralFace;
  color: black;
  font-size: 5rem;
  margin: 0; }

.bold {
  font-family: NeutralFaceBold;
  color: black; }

.italic {
  font-style: italic; }

h3 {
  font-family: NeutralFace;
  color: black;
  font-size: 2.8rem;
  margin: 1rem 0; }

h4 {
  font-family: RenoMono;
  color: whitesmoke;
  text-transform: uppercase;
  margin: 0;
  font-size: 2rem; }

p {
  font-family: NeutralFace;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin: 1rem 0; }

.extra {
  margin: 5rem 0;
  font-size: 6rem; }

a {
  text-decoration: none;
  color: black; }

i {
  font-size: 2rem;
  margin: 0;
  margin-left: 1rem; }
