/* FONTS */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 11, 2023 */
@font-face {
    font-family: 'glacial_indifferencebold';
    src: url('glacialindifference-bold-webfont.woff2') format('woff2'),
         url('glacialindifference-bold-webfont.woff') format('woff'),
         url('glacialindifference-bold-webfont.ttf') format('truetype'),
         url('glacialindifference-bold-webfont.svg#glacial_indifferencebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'glacial_indifferenceitalic';
    src: url('glacialindifference-italic-webfont.woff2') format('woff2'),
         url('glacialindifference-italic-webfont.woff') format('woff'),
         url('glacialindifference-italic-webfont.ttf') format('truetype'),
         url('glacialindifference-italic-webfont.svg#glacial_indifferenceitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('glacialindifference-regular-webfont.woff2') format('woff2'),
         url('glacialindifference-regular-webfont.woff') format('woff'),
         url('glacialindifference-regular-webfont.ttf') format('truetype'),
         url('glacialindifference-regular-webfont.svg#glacial_indifferenceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  text-indent: 0;
}
html {
  font-family: 'glacial_indifferenceregular',Avenir, 'Avenir Next LT Pro', Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
  font-size: 2.0vmin;
  background-color: #dfe8f2;  /* colors ref https://www.rgbtohex.net/rgb/223-232-242 */
  margin: 0 auto;
}
body {
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  max-width: 42em;
  min-width: 24em;
  color: #1b1c1d;
  background-color: #ffffff;
  -webkit-box-shadow: 4em 0 8em 6em #ffffff;
  -moz-box-shadow: 4em 0 8em 6em #ffffff;
  box-shadow: 4em 0 8em 6em #ffffff;
}
div,
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
  max-width: 42em;
  margin-bottom: 0.25em;
}
nav,
footer {
  clear: both;
  margin: 1em 0;
  text-align: right;
}
nav,h2 {
  font-family: 'glacial_indifferenceregular',Avenir, 'Avenir Next LT Pro', Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
}
h2 {
  font-size: 1.5em;
}
nav {
  font-size:1.25em;
  text-align: center;
}
img,
iframe,
table {
  max-width: 36em;
  border: none;
}
img {
  display: block;
  max-height: 18em;
  width: auto;
  height: auto;
  margin: 0.08em;
}
iframe {
  display: block;
  width: 100%;
  margin: 0.08em;
}
table {
  border-collapse: collapse;
}
a:link {
  color: #96b4d5;
  text-decoration: none;
  border:none;
}
a:visited {
  color: #6a6e72;
}
a:hover {
  border-bottom: 1px dotted #96b4d5;
}
a:active {
  background-color: #eddff2;
}
h1,
h2,
h3 {
/* nothing here right now */
}
h1 {
  padding: 0.75em 0 0.125em 0;
  font-size: 3em;
}
#banner {
  margin-top: 1em; 
  min-height: 12em;
}
#banner h1 {
  font-family: "glacial_indifferenceitalic";
  text-align: right;
  text-shadow: .025em .025em .05em #dfe8f2;
  padding-top:2.5em;
  background-image:url('logo_black_transparent.png');
  background-origin: border-box;
  background-clip: border-box;
  background-size:100% auto;
  background-repeat:no-repeat;
  
}
#banner a {
  color: #1b1c1d;
}
.sheet {
  position: relative;
  padding: 6em 8em 12em 4em;
  min-height: 24em;
  max-width:36em;
  margin-bottom: 2em;
}
.sheet h2 {
  position: relative;
  left: -0.5em;
}
.sheet:first-of-type {
  padding-top:0;
}
p {
  margin: 0 0 0.5em 0;
}
p:first-of-type {
  text-indent: 0;
}
blockquote {
  margin: 0.5em;
  padding-left: 0.25em;
 }
 .showreelbox {
  margin-left:auto;
  margin-right:auto;
  height:24em;
  width:100%;
 }
 #adminfooter {
   margin-left:auto;
   margin-right:auto;
   text-align:center;
}