/*Nexus 10*/
html {
  font-size: 1em; }

body {
  color: #000;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.7em; }
  body.noscroll {
    overflow: hidden; }

b, strong {
  font-family: "Arial", sans-serif;
  font-weight: bold; }

h1 {
  font-family: "Brandon_reg", sans-serif;
  font-size: calc(28px + (28 - 16) * (100vw - 400px) / 400);
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0.5em 0; }

h2 {
  font-family: "Brandon_reg", sans-serif;
  font-size: calc(18px + (18 - 16) * (100vw - 400px) / 400);
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 0.2em 0; }

h3 {
  font-family: "Brandon_bld", sans-serif;
  line-height: 1.2;
  font-size: calc(21px + (21 - 16) * (100vw - 400px) / 400);
  font-weight: normal; }

h4 {
  font-family: "Brandon_reg", sans-serif;
  line-height: 1.3;
  font-size: calc(18px + (18 - 16) * (100vw - 800px) / 800);
  font-weight: normal;
  text-transform: uppercase; }

h5 {
  font-family: "Brandon_reg", sans-serif;
  line-height: 1.2;
  font-size: calc(16px + (16 - 16) * (100vw - 400px) / 400);
  font-weight: normal; }

h6 {
  font-family: "Brandon_reg", sans-serif;
  line-height: 1.2;
  font-size: calc(1.4rem + 0.2vw);
  font-weight: normal;
  font-size: calc(1.2rem + 0.2vw); }

p[itemprop] span {
  font-size: 0.8em; }

p {
  line-height: 1.7;
  font-size: 1em; }

/*--------------------------------------------------*/
/* Links */
/*--------------------------------------------------*/
a:not(.btn), a:not(.button), .fake-link:not(.btn), .fake-link:not(.button) {
  text-decoration: underline;
  cursor: pointer;
  /* &:hover, &:link, &:visited, &:focus, &:active {
       color: $primary;

       &:link, &:visited, &:focus, &:active {
         color: $primary
       }
     }*/ }

.text-wrp .fake-link {
  color: #333; }
