@fontface {
  font-family: circe;
  src: url(../fonts/Circe-Light.ttf);
}

@fontface {
  font-family: warnock;
  src: url(../fonts/warnock-pro.otf);
}

body {
  margin: 0;
}

h1, h2 {
  font-family: warnock;
}

nav {
  /* height: 11vw;
  background-image: url(https://s3-ap-southeast-1.amazonaws.com/buromy-ads-specs-template/AD+Specification/adspec-header.png);
  background-size: cover; */
  height: 8vw;
  width: 100%;
  font-family: circe;
  text-align: center;
}

.nav-link {
  width: 16%;
  height: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: top;
}

.nav-link > a > img {
  width: 40%;
  vertical-align: middle;
}

nav > div > a {
  line-height: 8vw;
  color: black;
  /* text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
  background-color: black; */
}

nav > div > a:link, nav > div > a:visited {
  color: black;
  text-decoration: none;
}

.customnative-container {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.customnative-tabs {
  width: 18%;
  margin-right: 10%;
  display: inline-block;
  vertical-align: top;
  font-family: circe;
}

.tab-1 {
  background-color: grey;
}

.tab-2 {
  background-color: black;
}

.tab-3 {
  background-color: black;
}

.tab {
  color: white;
  text-align: center;
  margin-bottom: 15%;
  height: 4.5vw;
  cursor: pointer;
}

.tab > p {
  font-size: 1.2vw;
  margin: 0;
  height: 100%;
  line-height: 4.5vw;
}

.tab-2 > p {
  line-height: 3.5vw;
  height: 30%;
}

.custom-images {
  width: 70%;
}

.img-container {
  width: 30%;
  text-align: center;
  display: inline-block;
  font-family: circe;
  margin-bottom: 3%;
}

.img-container > a > img {
  width: 100%;
  margin-right: 1%;
}

.interactive-img {
  display: inline-block;
}

.pt-img {
  display: none;
}

.gamification-img {
  display:none;
}
