@import "https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900";
html,
body,
header,
main,
footer,
div,
ul,
li,
button,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
  margin: 0;
  padding: 0; }

html {
  -webkit-tap-highlight-color: transparent; }

div, main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  list-style: none; }

button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  outline: 0; }

/*---------

COLOURS

---------*/
/*---------

FONT-SIZES

---------*/
/*----------------

HTML and BODY

----------------*/
body {
  background-color: white;
  color: #a0006e;
  font: 62.5% Roboto, Helvetica, Arial, sans-serif; }

.main {
  padding: 40px 16px; }
  @media (min-width: 768px) {
    .main {
      display: flex;
      height: 100vh;
      padding: 24px; } }
  @media (min-width: 992px) {
    .main {
      padding: 40px; } }

.content {
  margin: auto;
  width: 100%;
  max-width: 960px; }

.h1 {
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 32px;
  text-transform: uppercase; }
  .h1__job-description {
    display: block;
    font-size: 24px; }
  @media (min-width: 768px) {
    .h1 {
      font-size: 38px;
      margin-bottom: 32px; }
      .h1__job-description {
        font-size: 32px; } }
  @media (min-width: 992px) {
    .h1 {
      font-size: 80px; }
      .h1__job-description {
        font-size: 38px; } }

.copy {
  font-size: 24px;
  font-weight: lighter; }
  @media (min-width: 992px) {
    .copy {
      font-size: 32px; } }
  .copy:not(:last-of-type) {
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .copy:not(:last-of-type) {
        font-size: 32px; } }

.link {
  color: #050a96; }

/*# sourceMappingURL=main.css.map */
