* {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
  
}

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

[class*=flex-it],
[class*=flex-full] ,
[class*=flex-halves] ,
[class*=flex-thirds] ,
[class*=flex-fourths] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: stretch;
  align-items: stretch;
  
}
[class*=flex-it] > *,
[class*=flex-full] > *,
[class*=flex-halves] > *,
[class*=flex-thirds] > *,
[class*=flex-fourths] > * {
  flex-grow: 1;
  flex-basis: 280px;
  
}


flex-row,
flex-column,
flex-row-inline,
flex-column-inline {
  display: flex;
  justify-content: space-around;
  align-content: stretch;
  align-items: stretch;
  
}
flex-row,
flex-column {
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  
}
flex-row {
  flex-basis: 280px;
  
}
flex-row,
flex-column {
  flex-basis: 1px;
  
}
flex-row,
flex-row-inline {
  flex-flow: row wrap;
  
}
flex-column,
flex-column-inline {
  flex-flow: column nowrap;
  
}

[class*=flex-][class*=-plus] {
  padding: 5px;

}
[class*=flex-][class*=-plus] > * {
  margin: 5px;
  padding: 10px;

}
[class*=flex-full] > * {
  min-width: calc(100% - 10px);
 
}
[class*=flex-halves] > * {
  min-width: calc(50% - 10px);
 
}
[class*=flex-thirds] > * {
  min-width: calc(33% - 10px);
 
}
[class*=flex-fourths] > * {
  min-width: calc(25% - 10px);
 
}
.flex-grow-me-2 {
  flex-grow: 2;
  
}
.flex-grow-me-3 {
  flex-grow: 3;
  
}
.flex-grow-me-4 {
  flex-grow: 4;
  
}
.flex-grow-me-5 {
  flex-grow: 5;
  
}
.flex-grow-me-6 {
  flex-grow: 6;
  
}

[class*=flex-] .flex-content-wide {
  flex-grow: 0;
  min-width: unset;
  
} 
[class*=flex-] .flex-full-wide {
  min-width:  100%;
  
} 
[class*=flex-] .flex-half-wide {
  min-width:  50%;
  
}
[class*=flex-] .flex-third-wide {
  min-width: 33%;

}
[class*=flex-] .flex-fourth-wide {
  min-width: 25%;
  
}

[class*=flex-][class*=-plus] .flex-full-wide {
  min-width: calc(100% - 10px);
  
}

[class*=flex-][class*=-plus] .flex-half-wide {
  min-width: calc(50% - 10px);
  
}
[class*=flex-][class*=-plus] .flex-third-wide {
  min-width: calc(33% - 10px);

}
[class*=flex-][class*=-plus] .flex-fourth-wide {
  min-width: calc(25% - 10px);
  
}

[class*=flex-it][class*=-col] {
  flex-direction: column;
  
}
[class*=flex-it][class*=-col] > * {
  flex-basis: 1px;
  
}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-Thin.ttf');
  src: url('/css/fonts/Roboto/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-ThinItalic.ttf');
  src: url('/css/fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-Light.ttf');
  src: url('/css/fonts/Roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-LightItalic.ttf');
  src: url('/css/fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-Regular.ttf');
  src: url('/css/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-Italic.ttf');
  src: url('/css/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-Regular.ttf');
  src: url('/css/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-Italic.ttf');
  src: url('/css/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-Medium.ttf');
  src: url('/css/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-MediumItalic.ttf');
  src: url('/css/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-Bold.ttf');
  src: url('/css/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-BoldItalic.ttf');
  src: url('/css/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-Black.ttf');
  src: url('/css/fonts/Roboto/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;

}

@font-face {
  font-family: "Roboto";
  src: url('/css/fonts/Roboto/Roboto-BlackItalic.ttf');
  src: url('/css/fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;

}

@keyframes slow-reveal {
  from {opacity: 0;}
  to {opacity: 1;}

}


/* ---------------------------------------------------------------------- */
/* -- Settings -- */
/* ---------------------------------------------------------------------- */

html,
body {
    min-height: 100vh;
    height: auto;
    margin: 0px;
    padding: 0px;
    
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    
}

body {
    display: flex;
    flex-flow: column nowrap;
    justify-content: stretch;
    align-items: stretch;
    opacity: 0;
    
}

body > main {
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-flow: column;
    
}

section {
  position: relative;

}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
  cursor: pointer;
    
}

img {
  width: 100%;
  height: auto;

}

figure,
h1 {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;

}

body,
.slow-reveal {
    animation-name: slow-reveal;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    
}

html:not(.specific) body .print-only {
  display: none;
  
}


/* ---------------------------------------------------------------------- */
/* -- Fonts -- */
/* ---------------------------------------------------------------------- */

@font-face {
    font-family: 'HarlowSolid'; /*a name to be used later*/
    src: url('/css/fonts/Harlow Solid Regular.ttf'); /*URL to font*/
}


/* ---------------------------------------------------------------------- */
/* -- General CSS -- */
/* ---------------------------------------------------------------------- */


/* ---- header ---- */
  body header,
  body footer {
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    margin-left: auto;
    margin-right: auto;
    
  }
  body:not(.profile) > header {
    position: relative;
    color: #fff;
    background: #333;
    width: 100%;
    flex-flow: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    z-index: 10;
    box-shadow: 0px 4px 10px -3px #000;

  }

  body:not(.profile) > header > * {
    padding: 10px;
    position: relative;
    
  }

  body:not(.profile) > header > figure {
    position: relative;
    min-width: 100%;
    display: block;
    justify-content: center;
    margin: auto;
    z-index: 2;
    max-width: 100%;
    width: 350px;
 
  }
  body:not(.profile) > header > figure > a {
    display: flex;
    transition: 0.25s;
    
  }
  body:not(.profile) > header > figure > a:hover {
    color: #b40000;
    
  }

  body:not(.profile) > header > figure > a > div > svg {
    margin-bottom: -18px;
    
  }
  body:not(.profile) > header > figure > a > div > svg > text.logo-words {
    fill: #fff;
    
  }
  
  body:not(.profile) > header > figure > a .loften-logo .logo-fill,
  body:not(.profile) > header > figure > a > div > svg > text.logo-words {
    transition: 0.25s;
    
  }
  body:not(.profile) > header > figure > a:hover .loften-logo .logo-fill,
  body:not(.profile) > header > figure > a:hover > div > svg > text.logo-words {
    fill: #b40000;
    
  }

  body:not(.profile) > header > figure > a > * {
    padding: 0px 4px 0px 0px;
    
  }

  body:not(.profile) > header > figure > a > div {
    min-width: 70px;
    max-width: unset;
    flex-basis: 280px;
    flex-grow: 1;
    
  }

  body:not(.profile) > header > figure > a > h1 {
    font-size: 2.25rem;
	font-family: 'Roboto', sans-serif;
    
  }

  body:not(.profile) > header > nav {
    top: 0;
    min-width: 100%;
    border-width: 8px 19px;
    justify-content: center;
	background: #b40000;
    z-index: 1;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    
  }
  body:not(.profile) > header > nav:after {
    content: none;
    
  }

  body:not(.profile) > header > nav > a:not(:last-of-type) {
    
  }
  body:not(.profile) > header > nav > a:not(:last-of-type):after {
    content: "|";
    padding-left: 6px;
    
  }
  body:not(.profile) > header > nav > a:not(:first-of-type) {
    padding-left: 6px;
    
  }
  body:not(.profile) > header > nav > a {
    transition: 0.25s;
	display: inline-flex;
    
  }
  body:not(.profile) > header > nav > a:hover {
    background: #fff;
    color: #333;
    padding: 12px;
    font-size: 24px;
    
  }
  header svg.site-logo {
    margin: -15% 0 -30%;
    
  }

/* ---- end header ---- */



/* ---- main ---- */
  body > main {
    background: #464646;
    margin-left: auto;
    margin-right: auto;
    
  }
/* ---- end main ---- */


/* ---- general style ---- */
  body section[class*="section-"],
  body section[class*="section-"] > div {
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    
  }
  body section[class*="section-"] div > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-items: center;
    flex-basis: 240px;
    flex-grow: 1;
    min-width: 45%;
    
  }
  
  body .click-to-play,
  body section[class*="section-"] .click-to-play {
    width: 100%;
    height: auto;
    margin: 2% 5%;
    box-shadow: 6px 4px 10px 1px;
    border: 2px solid rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.125s;
    padding: 0;
    
  }
  body .click-to-play:hover,
  body section[class*="section-"] .click-to-play:hover {
    padding: 1px;
    box-shadow: 2px 1px 4px 0px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    
  }
  
  body .click-to-play > svg {
    width: 100%;
    height: auto;
    
  }
  body .click-to-play > a,
  body .click-to-play > a > img,
  body .click-to-play > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    
  }
  
  
  body .click-to-play > a {
    cursor: pointer;
    
  }
  body .click-to-play > a > span {
    background: #b40000;
    padding: 13px 20px;
    border-radius: 6px;
    box-shadow: 4px 2px 8px 1px #000;
    border: 2px solid rgba(0, 0, 0, 0.3);
    color: #fff;
    
  }
  body .click-to-play > a > span:hover {
    background: #ffa2a2;
    padding: 13px 20px;
    border-radius: 6px;
    box-shadow: 4px 2px 8px 1px #000;
    border: 2px solid rgb(51 51 51);
    color: #333;
    
  }
  
  
  body .exit-click-to-play {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    color: #fff;
    background: #b40000;
    margin: auto;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.35);
    box-shadow: 4px 4px 6px 1px #000;
    z-index: 2;
    cursor: pointer;
    
  }
  body .exit-click-to-play:hover {
    background: #ffa2a2;
    box-shadow: 2px 2px 2px 1px #000;
    border: 2px solid rgb(51 51 51);
    color: #333;
    
  }
  
  body:not(.specific) [data-click-box-display] {
    display: none;
    
  }
  body:not(.specific) [data-click-box-display].active {
    display: flex;
    
  }
  body print-end-page {
    display: none;
    page-break-after: always;
    
  }


/* ---- end general style ---- */





@media only screen and (min-width: 825px) {
  
  body:not(.profile) > header > figure {
    min-width: unset;
    display: block;
    
  }
  
  
  body:not(.profile) > header > nav {
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.25s;
    
  }
  
  
  body:not(.profile) > header > nav:hover {
    
  }
  
  
}

@media print {
  html:not(.specific) body .print-only {
    display: initial;
    
  }
  html:not(.specific) body .web-only {
    display: none;
    
  }
  body print-end-page {
    display: initial;
    font-weight: bold;
    margin-top: auto;
    display: flex;
    text-align: center;
    justify-content: space-around;
    font-size: 28px;
    
  }
  
}
