.debug
{
  border: 1px solid red;
}

/* -------------------------------------------------
FONTS 
------------------------------------------------- */

@font-face {
  font-family: graphik-regular;
  src: url('fonts/Graphik-Regular-Web.woff2') format('woff2'),
url('fonts/Graphik-Regular-Web.woff') format('woff'), url('fonts/Graphik-Regular-Web.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: graphik-medium;
  src: url('fonts/Graphik-Medium-Web.woff2') format('woff2'),
url('fonts/Graphik-Medium-Web.woff') format('woff'), url('fonts/Graphik-Medium-Web.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: graphik-semibold;
  src: url('fonts/Graphik-Semibold-Web.woff2') format('woff2'),
url('fonts/Graphik-Semibold-Web.woff') format('woff'), url('fonts/Graphik-Semibold-Web.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

/* -------------------------------------------------
BASE 
------------------------------------------------- */

html, body {
  min-height: 100%;  
  background-color: #FFFFFF;
  font-family: 'graphik-regular', sans-serif;
  color: #757575;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  font-feature-settings: "liga", "kern";
  text-rendering:optimizeLegibility;
  position: relative;
  scroll-behavior: smooth;
}

* {
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 200ms ease-in-out 200ms;
  -moz-transition: opacity 200ms ease-in-out 200ms;
  -o-transition: opacity 200ms ease-in-out 200ms;
  transition: opacity 200ms ease-in-out 300ms;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

::selection {
  background: #FFEDE0; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #FFEDE0; /* Gecko Browsers */
}

p {
  font-weight: normal;
  margin-bottom: 24px;
}

a:link, a:visited, a:active {
  color: #FF4B4B;
}

h1 {
  font-family: graphik-semibold, sans-serif;
  color: #232326;
  margin-bottom: 32px;
}

h2 {
  font-family: graphik-semibold, sans-serif;
  color:#232326;
  margin-top: 40px;
}

h3 {
  font-family: graphik-semibold, sans-serif;
  color:#232326;
  text-transform: uppercase;
  font-size: 14px;
  color: #FF4B4B;
  margin-top: 32px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

h4 {
  font-family: graphik-semibold, sans-serif;
  color:#757575;
  margin-top: 48px;
  margin-bottom: 24px;
}

h5 {
  font-family: graphik-semibold, sans-serif;
  color:#232326;
}

code {
  font-size: 80%;
}


/* Table */
table {
  background: #FAFAFA;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 8px;
  font-size: 16px;
}

table tbody tr {
  border-bottom: 1px solid #dfe3e8;
}

table tbody tr:last-child {
  border-bottom: none;
}

table tbody tr th {
  padding: 40px;
  color: #232326;
}

table tbody tr td {
  padding: 8px 40px;
  font-family: graphik-medium;
}

table tbody tr td a {
  color: #898895 !important;
  font-family: graphik-regular;
}

table tbody tr td a:hover {
  color: #FF4B4B !important;
}

@media only screen and (max-width: 767px) {
  table tbody tr td {
    padding: 8px 20px;
  }
}


/* RESPONSIVE TEXT */

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
  
  h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 24px;
  }

  table {
    font-size: 16px;
  }
  
}

/* -------------------------------------------------
HEADER 
------------------------------------------------- */

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100vw;
  height: 72px;
  line-height: 72px;
  z-index: 999;
  padding: 0;
  background-color: #13183A;
}

.n3twork-logo img {
  height: 24px;
  width: auto;
  transition: none;
  margin-top: -2px;
}

.header nav ul {
  text-align: right;
  font-family: 'graphik-semibold', sans-serif;
  letter-spacing: 1px;
  margin-top: -2px;
}

.header nav ul li {
  display: inline-block;
  padding: 0;
  margin-left: 24px;
}

.header nav ul li:first-child {
  margin-left: 0;
}

.header nav ul li a {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 72px;
}

.header nav ul li a.active {
  border-bottom: 4px solid #FF4B4B;
}

.header nav ul li a:hover {
  text-decoration: none;
  border-bottom: 4px solid #FF4B4B;
}

.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent;
}

.spacer {
  min-height: 120px;
}

/* RESPONSIVE HEADER */
@media only screen and (max-width: 440px) {
  .hide-me {
    display: none !important;
  }

  .header nav ul li {
    display: inline-block;
    padding: 0;
    margin-left: 16px;
  }
  
  .n3twork-logo img {
    height: 20px;
  }
}


/* LANGUAGE NAV */
nav.lang ul {
  padding: 0;
  margin-bottom: 40px;
}

nav.lang ul li {
  display: inline-block;
  margin-right: 16px;
}

nav.lang ul li:last-child {
  margin-right: 0;
}

nav.lang ul li a {
  padding-bottom: 8px;
  color: #898895;
}

nav.lang ul li a:hover {
  text-decoration: none;
  color: #232326;
  border-bottom: 2px solid #232326;
}

nav.lang ul li a.active {
  color: #FF4B4B;
  border-bottom: 2px solid #FF4B4B;
}

@media only screen and (max-width: 600px) {
  nav.lang ul {
    margin-bottom: 64px;
    column-count: 2;
  }
  
  nav.lang ul li {
    display: block;
    padding: 8px 0;
    font-size: 16px;
  }
}

/* -------------------------------------------------
CONTENT 
------------------------------------------------- */

.body-content {
  margin-bottom: 40px;
}

.body-content ul {
  margin-bottom: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .body-content ul li {
    font-size: 16px;
  }
}

/* THIS IS APPLIED TO THE ANCHOR LINKS AND ACCOUNTS FOR THE FIXED NAVBAR - SO ANCHORS ARE SET AT THE CORRECT HEIGHT  */
.anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
}

/* -------------------------------------------------
FOOTER 
------------------------------------------------- */

.footer {
  border-top: 1px solid #dfe3e8;
  padding-top: 40px;
  margin-bottom: 64px;  
  font-size: 16px;
  color: #232326;
}

.footer-links {
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

.footer-links nav ul {
  padding: 0;
}

.footer-links nav ul li {
  display: inline-block;
  margin-left: 16px;
}

.footer-links nav ul li:first-child {
  margin-left: 0;
}

.footer ul.social {
  padding: 0;
  text-align: right;
}

.footer ul.social li {
  display: inline-block;
  list-style: none;
  margin-left: 24px;
}

.footer ul.social li:first-child {
  margin-left: 0;
}

.footer a {
  color: #898895;
}

.footer a:hover {
  color: #232326;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .copyright {
    margin-bottom: 32px;
  }

  .footer-links {
    text-align: left;
  }

  .footer ul.social {
    text-align: left;
  }
}

@media only screen and (max-width: 425px) {
  .footer-links nav ul li {
    display: block;
    margin-left: 0;
    padding: 8px 0;
  }
}

/* -------------------------------------------------
OOPS 
------------------------------------------------- */

.oops {
  padding-top: 64px;
  padding-bottom: 40px;
}

.oops .illustration {
  margin-bottom: 40px;
}