html, body {
  color: #000;
  font-size: 16px;
  font-family: "Work Sans",sans-serif;
  line-height: 1.4; }

.hidden-div {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.1);
  font-size: 1px; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Custom styles
   ========================================================================== */
h2 {
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Work Sans",sans-serif;
  color: #000; }

.logo-parent {
  z-index: 999;
  pointer-events: none;
  position: fixed;
  width: 100vw;
  height: 100vh; }
  .logo-parent .logo-holder {
    height: 100vh;
    display: flex;
    justify-content: center; }
    .logo-parent .logo-holder .logo {
      margin-top: 120px;
      max-width: 50%; }

.menu {
  position: fixed;
  left: 5px;
  top: 5px;
  width: 510px; }
  .menu a {
    font-family: "Work Sans",sans-serif;
    display: inline-block;
    float: left;
    clear: left;
    text-transform: uppercase;
    line-height: 60px;
    text-decoration: none;
    font-weight: 400;
    font-size: 65px;
    color: #0000FF;
    border-bottom: 3px solid #FFF; }
    .menu a:hover, .menu a.active {
      border-bottom: 3px solid #0000FF; }
    .menu a.indent {
      margin-left: 30px; }

.social-menu {
  position: fixed;
  left: 5px;
  bottom: 5px;
  width: 380px; }
  .social-menu a {
    font-family: "Work Sans",sans-serif;
    display: inline-block;
    text-transform: uppercase;
    line-height: 35px;
    text-decoration: none;
    font-weight: 400;
    font-size: 35px;
    color: #0000FF;
    border-bottom: 3px solid #FFF; }
    .social-menu a:hover, .social-menu a.active {
      border-bottom: 3px solid #0000FF; }

.about, .laurawilson-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  padding-left: 20px;
  font-family: "Work Sans",sans-serif;
  font-size: 18px;
  color: #FFF;
  z-index: 22;
  text-transform: uppercase; }
  .about p, .laurawilson-holder p {
    text-transform: none;
    font-size: 18px;
    max-width: 32em; }
  .about .about-text a, .laurawilson-holder .about-text a {
    color: #FFF; }
    .about .about-text a:hover, .laurawilson-holder .about-text a:hover {
      text-decoration: underline; }

.about {
  background-color: #0000FF; }

.laurawilson-white, .laurawilson-blue {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
  padding-top: 80px;
  padding-left: 20px;
  z-index: 21;
  background-color: #FFF; }

.laurawilson-blue {
  left: 50%;
  background-color: #0000FF; }

.library {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  padding-left: 20px;
  font-family: "Work Sans",sans-serif;
  font-size: 18px;
  color: #0000FF;
  background-color: #FFF;
  z-index: 20; }
  .library .library-content {
    margin-top: 20px; }
  .library .library-row {
    border-bottom: 1px solid #0000FF;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .library .library-item {
    width: 100%; }
    .library .library-item h2 {
      width: 100%;
      text-transform: capitalize;
      color: #0000FF; }
    .library .library-item .right-align {
      text-align: right; }
  .library .library-caption {
    margin-bottom: 0; }
  .library .library-link a {
    color: #0000FF !important;
    text-decoration: underline; }
  .library p {
    text-transform: none;
    font-size: 18px;
    max-width: 32em;
    color: #0000FF; }
  .library .library-text a {
    color: #0000FF; }
    .library .library-text a:hover {
      text-decoration: underline; }

.moving {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  padding-left: 20px;
  font-family: "Work Sans",sans-serif;
  font-size: 18px;
  color: #0000FF;
  background-color: #FFF;
  z-index: 20;
  background-image: url("null.gif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .moving .moving-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
    display: none; }
  .moving .moving-vid {
    display: none;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #0000FF; }
  .moving .view-vid {
    cursor: pointer; }
  .moving .moving-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 995;
    background-color: #FFF; }
  .moving .moving-content {
    margin-top: 0; }
  .moving .moving-row {
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .moving .moving-item {
    width: 100%; }
    .moving .moving-item .film-heading {
      width: 100%;
      color: #000;
      padding-left: 30px; }
      .moving .moving-item .film-heading:hover {
        color: #0000FF; }
    .moving .moving-item .right-align {
      text-align: right;
      padding-right: 30px; }
  .moving .moving-caption {
    margin-bottom: 0; }
  .moving .moving-link a {
    color: #0000FF !important;
    text-decoration: underline; }
  .moving p {
    text-transform: none;
    font-size: 18px;
    max-width: 32em;
    color: #0000FF; }
  .moving .moving-text a {
    color: #0000FF; }
    .moving .moving-text a:hover {
      text-decoration: underline; }

.news-holder {
  position: fixed;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100vh;
  padding-top: 80px;
  padding-left: 20px;
  font-family: "Work Sans",sans-serif;
  font-size: 18px;
  color: #FFF;
  background-color: #0000FF;
  z-index: 20;
  text-transform: uppercase; }
  .news-holder p {
    text-transform: none;
    font-size: 28px;
    max-width: 32em;
    color: #FFF; }

.close-button {
  z-index: 38;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 60px;
  line-height: 60px;
  text-transform: none;
  color: #0000FF; }

.close-button-white {
  color: #FFF; }

.content-right {
  display: block;
  position: absolute;
  left: 55%;
  top: 80px;
  width: 45vw;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Work Sans",sans-serif;
  color: #000; }
  .content-right .title {
    font-size: 13px; }
  .content-right .left {
    width: 80%; }
  .content-right .right {
    width: 20%; }
  .content-right .project {
    text-transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #000; }
    .content-right .project:hover, .content-right .project.active {
      color: #0000FF; }

.preview-holder {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 50%;
  min-height: 100vh;
  background: #FFF;
  top: 80px;
  width: 50vw;
  font-family: "Work Sans",sans-serif;
  font-size: 18px;
  padding-left: 60px;
  padding-right: 60px; }
  .preview-holder h2 {
    font-size: 60px;
    line-height: 60px;
    text-transform: none;
    color: #000; }
  .preview-holder .plus {
    font-size: 1px;
    text-align: right;
    margin-bottom: -60px;
    color: #0000FF;
    color: #FFF; }
  .preview-holder a {
    color: #0000FF;
    text-decoration: underline; }

.library-pics-holder {
  min-height: 100vh; }

.programme-holder {
  position: fixed;
  width: 45vw;
  height: 100vh; }

.programme-project {
  padding-top: 10px; }
  .programme-project:hover {
    color: #0000FF; }

.project-details {
  border-bottom: 3px solid #000;
  padding-top: 10px;
  padding-right: 20px; }
  .project-details div {
    font-size: 18px;
    text-transform: none;
    line-height: 23px; }
  .project-details h2, .project-details .title {
    text-transform: none;
    font-size: 35px;
    line-height: 35px;
    font-family: "Work Sans",sans-serif; }

.preview-images {
  /* pointer-events:none; */
  z-index: 33;
  position: fixed;
  left: 110px;
  top: 110px;
  width: 50%;
  min-height: 100vh; }
  .preview-images img {
    display: block;
    max-width: 400px;
    margin-bottom: 30px; }

.gallery-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
  padding-left: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Work Sans",sans-serif;
  color: #0000FF;
  background-color: #FFF;
  z-index: 33; }
  .gallery-overlay h2 {
    font-size: 35px;
    line-height: 20px;
    padding-bottom: 20px;
    margin-left: -3px;
    text-transform: none;
    color: #0000FF; }
  .gallery-overlay .gallery-item {
    margin-bottom: 40px; }

.news-inner h2 {
  color: #FFF !important;
  font-size: 24px; }
.news-inner p {
  font-size: 18px; }
.news-inner .news-block {
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.gallery-caption {
  margin-top: 15px;
  height: 30px;
  padding-right: 40px;
  text-transform: capitalize; }

.right-text {
  width: 80%;
  text-align: right; }

.view-all {
  text-decoration: underline !important;
  width: 80%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-align: right; }

.no-transform {
  text-transform: none !important; }

.underline {
  text-decoration: underline !important; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */ }

* {
  cursor: none !important; }

figure#mouse-pointer {
  z-index: 1000;
  background-color: #0000FF;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  margin-left: -8px;
  display: block; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
.showmobile {
  display: none; }

@media only screen and (min-width: 801px) and (max-width: 1281px) {
  .menu a {
    line-height: 45px;
    font-size: 50px; }

  .social-menu a {
    line-height: 25px;
    font-size: 25px; } }
@media only screen and (min-width: 801px) {
  html, body {
    font-size: 14px;
    overflow: hidden; } }
@media only screen and (max-width: 800px) {
  .hidemobile {
    display: none; }

  .showmobile {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 10px; }

  .bars {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    color: #0000FF; }

  img {
    max-width: 95vw !important; }

  .logo {
    max-width: 80%;
    margin-left: -40px; }

  .m-library h2, .m-library h3 {
    text-decoration: underline; }

  .lib-instance {
    margin-bottom: 30px; }
    .lib-instance h2 {
      text-decoration: none;
      font-weight: 900; }

  .m-moving-instance .project-header {
    font-weight: 900; }
  .m-moving-instance .m-film-instance {
    border-bottom: 1px solid #000;
    margin-bottom: 30px; }

  .mobilemenu {
    padding-bottom: 10px;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    width: 100%;
    z-index: 999;
    position: fixed;
    padding-left: 10px;
    padding-top: 10px;
    left: 0;
    top: 0; }
    .mobilemenu a {
      font-family: "Work Sans",sans-serif;
      display: inline-block;
      text-transform: uppercase;
      line-height: 24px;
      text-decoration: none;
      font-weight: 400;
      font-size: 24px;
      color: #0000FF;
      border-bottom: 3px solid #FFF; }
      .mobilemenu a:hover, .mobilemenu a.active {
        border-bottom: 3px solid #0000FF; }

  .mobile-section {
    margin-top: 20px;
    font-family: "Work Sans",sans-serif;
    display: inline-block;
    text-transform: none;
    line-height: 19px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    border-bottom: 3px solid #FFF;
    max-width: 100vw !important; }
    .mobile-section .project {
      border-bottom: 1px solid #000;
      padding-bottom: 15px;
      margin-bottom: 25px; }
    .mobile-section .library {
      border-bottom: 1px solid #000;
      padding-bottom: 15px;
      margin-bottom: 25px; }
    .mobile-section .library-pics-holder {
      min-height: auto; }
    .mobile-section .section {
      margin-bottom: 20px; }
    .mobile-section .single-news {
      width: 95vw;
      padding-top: 15px;
      border-bottom: 1px solid #000; }
    .mobile-section .fab {
      padding-right: 15px; }
    .mobile-section a {
      color: #0000FF; }
    .mobile-section .name, .mobile-section .date {
      margin-bottom: 15px; }
    .mobile-section .date {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold; }
    .mobile-section h1 {
      font-weight: bold;
      line-height: 32px;
      font-size: 32px;
      color: #000;
      text-decoration: underline;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .mobile-section h2 {
      line-height: 20px;
      font-size: 20px;
      color: #000;
      margin-bottom: 15px; }
    .mobile-section h3 {
      line-height: 16px;
      font-size: 18px;
      color: #000; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-left: -20px;
  margin-right: -20px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=main.css.map */
