@font-face {
  font-family: 'paralucent';
  src: url('../fonts/paralucent/demibold/paralucent-demibold.woff2') format('woff2'),
       url('../fonts/paralucent/demibold/paralucent-demibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

html, body, div, ul,
header, main, nav, figure {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  font-size: 1em;
  background-color: #004976;
}

body {
  min-width: 20rem;
  height: 100%;
  font-family: 'paralucent', sans-serif;
  font-variant: normal;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1em;
  font-kerning: normal;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-smoothing: antialiased;
  background-color: #004976;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

h1, h2, p {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

img {
  display: block;
  border: none;
  color: transparent;
}

span.br:after {
  content: '\A';
  white-space: pre;
}

/**/

.loading {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #004976;
  animation: loading-x 0.12s 1.5s forwards;
}

@keyframes loading-x {
  99% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0.375rem;
  overflow: hidden;
}

.-loading-:after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.375rem;
  width: 100%;
  height: 0.125rem;
  background-color: #df4661;
  transform: translateX(-50%);
  animation: loading 1.68s cubic-bezier(0, 0, 0, 1.0) 0s forwards;
}

@keyframes loading {
  100% {
    transform: translateX(-6.25%);
  }
}

.logomark-proxy {
  position: absolute;
  top: 0;
  left: 12.5%;
  width: 6rem;
  height: 6rem;
  animation: logomark-proxy 2s 0s forwards;
}

.logomark-proxy- {
  width: 6rem;
  height: 6rem;
}

@keyframes logomark-proxy {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**/

.page {
  position: relative;
  min-height: 100%;
  padding-bottom: 3.75rem;
  box-sizing: border-box;
  overflow: hidden;
}

.header {
  position: relative;
  top: 0.75rem;
  right: 0.375rem;
  left: 0.375rem;
  max-width: 38.25rem;
  height: 20.25rem;
  margin: auto;
}

.header-logo-background {
  position: absolute;
  top: 2.25rem;
  width: 15.75rem;
  height: 15.75rem;
}

.header-logo {
  position: relative;
  z-index: 1;
  top: 2.25rem;
  display: block;
}

.header-logo,
.header-logo- {
  width: 15.75rem;
  height: 15.75rem;
}

.soundcloud {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 11.625rem;
  width: 4.5rem;
  height: 2.25rem;
  padding: 0.375rem;
}

.soundcloud- {
  width: 4.5rem;
  height: 2.25rem;
}

.bandcamp {
  position: absolute;
  top: 3rem;
  left: 15rem;
  width: 3.75rem;
  height: 2.25rem;
  padding: 0.375rem;
}

.bandcamp- {
  width: 3.75rem;
  height: 2.25rem;
}

/**/

.main-arm {
  position: relative;
  max-width: 29.25rem;
  margin: auto;
}

.article-arm {
  margin-top: -1.125rem;
  margin-bottom: 3.375rem;
  padding-top: 1.125rem;
  color: #ffffff;
}

.headline-arm {
  max-width: 18rem;
  margin-right: 1.5rem;
  margin-left: 1.125rem;
  margin-bottom: 0.375em;
  font-size: 3rem;
  line-height: 1em;
  color: #ffa38b;
  text-transform: uppercase;
  text-align: justify;
  text-align-last: justify;
}

.h-a-a {
  position: relative;
  left: -0.0625em;
}

.headline-arm:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.figure-arm {
  max-width: 27rem;
  margin-top: -3.375rem;
  margin-right: 1.125rem;
  margin-left: 1.125rem;
}

.figure-1x1 {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.figure-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #101820;
}

.nav-arm {
  position: relative;
  z-index: 2;
  margin-top: -0.125em;
  margin-right: 1.625rem;
  margin-left: 1.25rem;
}

.nav-arm-ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.nav-arm-li {
  width: 100%;
}

.nav-arm-li-a {
  display: block;
  position: relative;
  max-width: 18rem;
  max-width: calc(18rem - 0.25rem);
  margin-bottom: 0.3125em;
  padding: 1.125rem 0 0.5625rem 0;
  font-size: 2.25rem;
  line-height: 0.25em;
  color: #ffffff;
  text-align: justify;
  text-align-last: justify;
}

.nav-arm-li-a:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.nav-arm-li-a:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  height: 0.25em;
  bottom: 0.25em;
  background-color: #f65275;
}

/**/

.nav {
  margin-right: 0.5625rem;
  margin-left: 0.5625rem;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: right;
}

.nav-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style-type: none;
}

.nav-li-a {
  margin-left: 0.75em;
  padding: 0.375rem 0 0.375rem 0;
  color: #f65275;
  white-space: nowrap;
}

/**/

.footer-ooboodoo {
  position: absolute;
  bottom: 1.5rem;
  left: 0.5625rem;
  font-size: 1.5rem;
  line-height: 1.5em;
  white-space: nowrap;
}

.footer-obd-a {
  margin-right: 1em;
  padding: 0.375rem 0 0.375rem 0;
  color: #f65275;
}

/**/

@media screen and (min-width: 21.9375em) {
  .header {
    top: 0;
  }
  .soundcloud {
    top: 0.75rem;
    left: 13.125rem;
  }
  .bandcamp {
    top: 3.75rem;
    left: 16.5rem;
  }
  .article-arm {
    margin-top: -1.875rem;
  }
}

@media screen and (min-width: 60.75em) {
  .header {
    position: absolute;
    top: 0.75rem;
    right: auto;
    left: 0.5625rem;
    max-width: none;
    width: 21rem;
  }
  .main-arm {
    max-width: none;
    width: 29.25rem;
    left: 50%;
    margin-left: -12.5%;
  }
  .article-arm {
    margin-top: 3.375rem;
  }
  .figure-arm {
    max-width: none;
    width: 27rem;
  }
}

@media screen and (min-width: 60.75em) and (min-height: 27em) {
  .header {
    position: fixed;
  }
}

/*133.33*/

@media screen and (min-width: 81em) and (min-height: 40.5em) {
  .page {
    padding-bottom: 5rem;
  }
  .header {
    top: 1.125rem;
    left: 0.75rem;
    width: 28.875rem;
    height: 27rem;
  }
  .header-logo-background {
    top: 3rem;
    width: 21rem;
    height: 21rem;
  }  
  .header-logo {
    top: 3rem;
  }
  .header-logo,
  .header-logo- {
    width: 21rem;
    height: 21rem;
  }
  .soundcloud {
    top: 0.75rem;
    left: 17.0625rem;
    width: 6.75rem;
    height: 3.375rem;
    padding: 0.5625rem;
  }
  .soundcloud- {
    width: 6.75rem;
    height: 3.375rem;
  }
  .bandcamp {
    top: 5.25rem;
    left: 22.125rem;
    width: 5.625rem;
    height: 3.375rem;
    padding: 0.5625rem;
  }
  .bandcamp- {
    width: 5.625rem;
    height: 3.375rem;
  }
  .main-arm {
    width: 39rem;
  }
  .article-arm {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
    padding-top: 1.5rem;
  }
  .headline-arm {
    max-width: 24rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    font-size: 4rem;
  }
  .figure-arm {
    width: 36rem;
    margin-top: -4.5rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .nav-arm {
    margin-right: 1.625rem;
    margin-left: 1.625rem;
  }
  .nav-arm-li-a {
    max-width: 24rem;
    max-width: calc(24rem - 0.25rem);
    padding: 1.5rem 0 0.75rem 0;
    font-size: 3rem;
  }
  .nav {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    font-size: 2rem;
  }
  .nav-li-a,
  .footer-obd-a {
    padding: 0.5rem 0 0.5rem 0;
  }
  .footer-ooboodoo {
    bottom: 2rem;
    left: 0.75rem;
    font-size: 2rem;
  }
}

.nav,
.footer-ooboodoo {
  padding-bottom: env(safe-area-inset-bottom, 0);
}
