.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #000;
  font-family: 'Heptaslab vf', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 0.9em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h2 {
  position: absolute;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 10px;
  text-transform: uppercase;
}

h3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 70px;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  letter-spacing: -3px;
}

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

strong {
  font-weight: bold;
}

.menu {
  position: fixed;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  background-color: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.padding-inner {
  padding: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.padding-inner.topline {
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
}

.padding-inner.noline {
  border-bottom-style: none;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 0.9em;
}

.intro {
  width: 95%;
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 1.3em;
  text-align: left;
}

.on-button {
  position: relative;
  width: 200px;
  height: 100px;
  margin-top: 20px;
  margin-right: 40px;
  margin-bottom: 20px;
  border-radius: 100px;
  text-align: left;
}

.ball {
  position: absolute;
  width: 50%;
  height: 100%;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #000;
}

.border {
  position: absolute;
  left: -9%;
  top: -15%;
  width: 140%;
  height: 130%;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100px;
}

.nlogo {
  position: relative;
  left: 56%;
  height: 100%;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.logo-header {
  text-align: center;
}

.padding-outer {
  padding: 0px 10px;
}

.logo-name {
  display: inline-block;
  width: 100%;
  font-size: 125px;
  line-height: 0.9em;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.arrowleft {
  position: relative;
  left: 10px;
}

.arrow-right {
  position: relative;
  right: 10px;
}

.left2righttoggle {
  position: relative;
  width: 0px;
  height: 100%;
  float: left;
  text-align: right;
}

.right2lefttoggle {
  width: 100%;
  height: 100%;
  float: left;
  text-align: right;
}

.columns {
  text-align: left;
}

.smalltext {
  width: 90%;
  max-width: 250px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0.5px;
}

.canadacouncillogo {
  width: 100%;
  max-width: 300px;
  min-width: 250px;
  margin-top: 10px;
  margin-bottom: 100px;
}

.col {
  padding-left: 0px;
}

.paragraph {
  display: inline-block;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 1px;
  text-indent: 15%;
}

.body {
  font-size: 25px;
}

.about {
  padding-top: 100px;
}

.wip {
  padding-bottom: 0px;
  text-align: center;
}

.open-menu-mobile {
  display: none;
}

.wiptitle {
  margin-top: 100px;
  margin-bottom: 100px;
}

.article-cover {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 350px;
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #23dacf;
  color: #000;
}

.article-cover.red {
  background-color: #ff7754;
}

.article-cover.yellow {
  background-color: #d9de22;
}

.arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-top: -5px;
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
  font-size: 100px;
  line-height: 1em;
}

.wipsmalltext {
  position: absolute;
  display: inline-block;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.wipcol {
  padding-left: 0px;
}

.wipcoltext {
  padding-top: 20px;
  padding-left: 60px;
  text-align: left;
}

.wipintro {
  margin-top: 30px;
  margin-bottom: 20px;
}

.team {
  padding-top: 100px;
}

.colleft {
  height: 100%;
  padding-right: 20px;
  padding-left: 0px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
}

.colright {
  height: 100%;
  padding-right: 0px;
  padding-left: 20px;
}

.teamcol {
  height: 325px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 1.4em;
}

.contact {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}

.button {
  width: 100%;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 100px;
  background-color: #5353ff;
  color: #000;
  font-size: 125px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 50px;
    letter-spacing: -2px;
  }

  .menu-link {
    font-size: 16px;
  }

  .intro {
    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .logo-name {
    font-size: 110px;
  }

  .smalltext {
    width: 100%;
  }

  .canadacouncillogo {
    margin-bottom: 40px;
  }

  .paragraph {
    font-size: 20px;
  }

  .about {
    padding-top: 60px;
  }

  .wipcoltext {
    padding-left: 20px;
  }

  .wipintro {
    font-size: 18px;
    line-height: 1.44em;
  }

  .team {
    padding-top: 60px;
  }

  .teamcol {
    font-size: 14px;
  }

  .button {
    font-size: 90px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    position: relative;
    padding-top: 0px;
  }

  .menu {
    -webkit-transform: translate(0px, -205px);
    -ms-transform: translate(0px, -205px);
    transform: translate(0px, -205px);
  }

  .padding-inner {
    padding: 10px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .on-button {
    width: 100px;
    height: 50px;
    margin-right: 20px;
  }

  .ball {
    border-width: 1px;
  }

  .border {
    border-width: 1px;
  }

  .logo-header {
    padding-top: 30px;
  }

  .logo-name {
    font-size: 70px;
    letter-spacing: 5px;
  }

  .canadacouncillogo {
    margin-bottom: 40px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 1.4em;
    text-indent: 0%;
  }

  .about {
    padding-top: 40px;
  }

  .open-menu-mobile {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 0.9em;
  }

  .open {
    display: inline;
  }

  .close {
    display: none;
  }

  .wiptitle {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .article-cover {
    min-height: 300px;
  }

  .wipsmalltext {
    position: relative;
  }

  .wipcol {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wipcoltext {
    padding-top: 0px;
    padding-left: 10px;
  }

  .wipintro {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 20px;
  }

  .colleft {
    padding-right: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
    border-right-style: none;
  }

  .colright {
    padding-top: 10px;
    padding-left: 0px;
  }

  .teamcol {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 50px;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .logo-name {
    font-size: 40px;
  }

  .paragraph {
    font-size: 14px;
  }

  .article-cover {
    min-height: 275px;
  }

  .arrow {
    margin-top: -5px;
    font-size: 75px;
  }

  .button {
    font-size: 30px;
  }
}

#w-node-d78208f1-26b6-3a50-e4c0-54ac8a640136-34904b04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_04ac6786-d90a-cf69-eb62-ab3a8e0d8c56-34904b04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_62266a53-eac0-f4e0-a0b0-6fe34d298ef1-34904b04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Heptaslab vf';
  src: url('../fonts/HeptaSlab-VF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}