/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
* {
  box-sizing: border-box;
}
*::selection {
  background: #1E2643; /* WebKit/Blink Browsers */
  color: #FFFFFF;
}
*::-moz-selection {
  background: #1E2643; /* Gecko Browsers */
  color: #FFFFFF;
}
*:active, *:focus {
  outline-color: #1E2643;
}

html {
  background-color: #FFFFFF;
  font-family: Trebuchet;
  color: #1E2643;
}
html.menu-opened {
  position: absolute;
  height: 100%;
  overflow: hidden;
}
html.menu-opened body {
  position: absolute;
  height: 100%;
  overflow: hidden;
}

body {
  font-size: 0.8rem;
  -webkit-font-smoothing: antialiased;
}
body.role-anonymous,
body .path-frontpage,
body .path-backstages,
body .page-node-type-backstage,
body .page-node-type-page {
  font-family: Inter;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  body.role-anonymous,
body .path-frontpage,
body .path-backstages,
body .page-node-type-backstage,
body .page-node-type-page {
    font-size: 15px;
  }
}

header {
  position: relative;
  padding: 0 20px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  header {
    padding: 0;
  }
}

main {
  position: relative;
  width: 1185px;
  max-width: 100vw;
  margin: 0 auto;
  z-index: 0;
}

.layout-container {
  position: relative;
  width: 1185px;
  max-width: 100vw;
  margin: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #1E2643;
}

h1 {
  font-size: 90px;
  font-family: HappinessV;
}

h1 {
  font-family: Newsreader;
  line-height: 1;
  font-size: calc(36px + 6 * (100vw - 768px) / 672);
}
@media screen and (max-width: 980px) {
  h1 {
    font-size: calc(30px + 6 * (100vw - 375px) / 393);
  }
}

h2 {
  font-size: 60px;
}

.role-anonymous h2,
.path-frontpage h2,
.path-backstages h2,
.page-node-type-backstage h2,
.page-node-type-page h2 {
  font-family: Newsreader;
  font-size: calc(26px + 2 * (100vw - 768px) / 672);
}
@media screen and (max-width: 980px) {
  .role-anonymous h2,
.path-frontpage h2,
.path-backstages h2,
.page-node-type-backstage h2,
.page-node-type-page h2 {
    font-size: calc(24px + 2 * (100vw - 375px) / 393);
  }
}

.role-anonymous h3,
.path-frontpage h3,
.path-backstages h3,
.page-node-type-backstage h3,
.page-node-type-page h3 {
  font-family: Newsreader;
  font-size: calc(20px + 1 * (100vw - 768px) / 672);
}
@media screen and (max-width: 980px) {
  .role-anonymous h3,
.path-frontpage h3,
.path-backstages h3,
.page-node-type-backstage h3,
.page-node-type-page h3 {
    font-size: calc(19px + 1 * (100vw - 375px) / 393);
  }
}

img::selection, video::selection, iframe::selection {
  background: transparent;
}
img::-moz-selection, video::-moz-selection, iframe::-moz-selection {
  background: transparent;
}

.js .js-hide {
  display: none !important;
}

a {
  color: #1E2643;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #1E2643;
}

ul.menu a.is-active {
  color: #1E2643;
}

@media screen and (max-width: 980px) {
  html, body {
    position: absolute;
    width: 100vw;
  }
  body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
  }
  .toolbar-tab {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
}