@font-face {
  font-family: 'Public Pixel';
  src: url('fonts/PublicPixel.eot');
  src: url('fonts/PublicPixel.eot?#iefix') format('embedded-opentype'),
    url('fonts/PublicPixel.woff2') format('woff2'),
    url('fonts/PublicPixel.woff') format('woff'),
    url('fonts/PublicPixel.ttf') format('truetype'),
    url('fonts/PublicPixel.svg#Public Pixel') format('svg'); }

  @font-face {
    font-family: 'arconregular';
    src: url('fonts/arcon-regular-webfont.woff2') format('woff2'),
        url('fonts/arcon-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; }

    * {
      box-sizing: border-box; }

      html {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        font-family: 'arconregular';
        color: #d8d8d8;
        scroll-padding-top: 7.5rem;
        scroll-behavior: smooth; }

        body {
          width: 100%;
          height: 100%;
          margin: 0;
          background-color: #0f0f0f; }

          header {
            width: 100%;
            height: 5em;
            background-color: #0f0f0f;
            border-bottom: 0.2em solid #2f2737;
            text-align: left;
            position: fixed;
            font-family: 'Public Pixel';
            z-index: 100; }
            header .brandName {
              font-size: 1.5em;
              margin-top: 0.5em;
              display: inline-block;
              margin-left: 1em;
              color: white;
              user-select: none; }
              header .brandName .boxes {
                background-image: linear-gradient(to right, #e51949, #fff200);
                color: transparent;
                background-clip: text; }

.logo, .profilePicture {
  background: linear-gradient(135deg, #7e00ff, #e51949);
  border-radius: 100%; }

  .profilePicture {
    padding: 0.2em;
    display: inline-block;
    border: none; }
    .profilePicture img {
      border: none;
      border-radius: 100%;
      width: 7em;
      height: 7em;
      display: block; }

.logo {
  width: 4.2em;
  height: 4.2em;
  padding: 0.4em;
  float: left;
  clear: left;
  margin-left: 1em;
  margin-top: 0.3em; }
  .logo::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: white;
    background-image: url(img/logo.svg);
    background-size: contain;
    background-repeat: no-repeat; }

nav {
  user-select: none;
  font-family: 'Public Pixel'; }
  nav .nav-links {
    z-index: 997;
    display: inline-block;
    position: fixed;
    right: 0;
    top: 0;
    height: 5em;
    text-align: right;
    transition: transform 0.2s ease; }
    nav .nav-links > a {
      display: inline-block;
      padding: 1.4em 1.8em;
      font-size: 1.1em;
      color: #9f9f9f;
      font-variant: small-caps;
      text-decoration: none;
      height: 100%;
      transition: color 0.3s ease, border 0.3s ease;
      -webkit-tap-highlight-color: transparent; }
      nav .nav-links > a.active, nav .nav-links > a:hover.active,
      nav .nav-links > a:hover {
        color: #d8d8d8;
        border-bottom: 0.2em solid #a01636; }
        @media screen and (max-width: 910px) {
          nav .nav-links {
            height: auto;
            background-color: #0f0f0f;
            border-bottom: 0.1em solid #313131;
            width: 100%;
            transform: translateY(-100%);
            font-size: 1em;   }
            nav .nav-links > a {
              text-align: left;
              display: block;
              border-bottom: 0.2em solid transparent;   }
              nav .nav-links > a:hover {
                border-bottom: 0.2em solid #a01636;   }
}
  nav #menuButton .icon, nav #menuButton input {
    position: fixed;
    right: 0.5em;
    top: 0.5em;
    width: 1.2em;
    height: 1.2em;
    font-size: 2.2em; }
    nav #menuButton .icon {
      z-index: 998;
      display: none;
      line-height: 0.75em;
      padding-left: 0.05em;
      background-color: #242424;
      box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5);
      border-radius: 0.1em;
      border: 0.1em solid #313131;
      text-align: center;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      outline: none;
      cursor: pointer; }
      nav #menuButton input {
        z-index: 999;
        display: none;
        opacity: 0;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent; }
        nav #menuButton input:checked ~ .nav-links {
          transform: translateY(0%); }
          @media screen and (max-width: 910px) {
            nav #menuButton .icon, nav #menuButton input {
              display: block;   }
}

main {
  width: 100%;
  display: inline-block;
  padding-top: 3.1em;
  text-align: left;
  font-size: 1.6em; }

  .banner > video {
    width: 100%;
    border-bottom: 0.2em solid #2f2737;
    position: relative; }

    .banner > .logo2080 {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      margin-top: 1em; }
      .banner > .logo2080 img {
        width: 100%; }

.nordmedia {
  width: 20em;
  max-width: 80%; }

  #legal {
    font-size: 1em;
    clear: both;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans',
        Arial, sans-serif;
    color: #7e7e7e;
    text-align: justify;
    max-width: 800px;
    padding-bottom: 2em; }
    #legal h1 {
      font-family: 'Public Pixel';
      color: white; }

a {
  text-decoration: none;
  color: #a479ca; }

  a:hover {
    text-decoration: underline; }

    footer {
      width: 100%;
      min-height: 8em;
      background-color: #1a1919;
      padding: 2em;
      border-top: 0.2em solid #3d3049;
      font-family: 'Public Pixel';
      text-align: center; }

      section {
        display: block; }
        section > div {
          padding: 1em;
          max-width: 1000px;
          margin: 0 auto; }
          section:nth-child(odd) {
            background-color: #202020; }

p {
  text-align: justify; }

  blockquote {
    text-align: justify;
    font-style: italic;
    border-left: 0.4em solid #3d3049;
    padding-left: 1em;
    color: #9f9f9f; }

    h1, h2, h3, h4, h5, h6 {
      color: #e51949;
      text-shadow: 0.1em 0.1em 0.2em black;
      font-family: 'Public Pixel'; }

      h1 {
        color: #f1a41a;
        font-size: 1.3em; }

        h2 {
          font-size: 1.22em; }

          h3 {
            font-size: 1.16em; }

            h4 {
              font-size: 1.1em; }

              h5 {
                font-size: 1.05em; }

                h6 {
                  font-size: 1em; }

                  .profile {
                    margin-bottom: 2em; }
                    .profile h5 {
                      margin-bottom: 1em;
                      white-space: break-spaces; }
                      .profile > .profilePicture {
                        float: left;
                        margin-right: 2em;
                        margin-bottom: 2em; }
                        .profile.align-right {
                          text-align: right; }
                          .profile.align-right > .profilePicture {
                            float: right;
                            margin-right: 0;
                            margin-left: 2em;
                            margin-bottom: 2em; }
                            .profile + * {
                              clear: both; }

.img-left {
  float: left;
  margin: 0 2em 2em 2em;
  max-width: 100%;
  max-height: 10em;
  user-select: none; }

  .img-right {
    float: right;
    margin: 0 2em 2em 2em;
    max-width: 100%;
    max-height: 10em;
    user-select: none; }
